X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6b2d24de2c672476ae2591d28b82ff747d42a101..bdae761ee1e806ec4d179ab2246e1e6aff02a2e8:/NEWS diff --git a/NEWS b/NEWS index e898557a..dea1d136 100644 --- a/NEWS +++ b/NEWS @@ -1,16 +1,18 @@ rsync changes since last release - ENHANCEMENTS: + BUG FIXES: + + * Fix "forward name lookup failed" errors on AIX 4.3.3. (John + L. Allen, Martin Pool) - * "make install-strip" works. (Greg Louis) + * Fix compilation on Tru64. (Albert Chin, Zoong Pham) - * With --progress, if we've finished transferring a file, show the - time taken; otherwise show expected time to complete. (Cameron - Simpson) + * Better handling of some client-server errors. (Martin Pool) - BUG FIXES: + INTERNAL: + + * Many code cleanups and improved internal documentation. (Martin + Pool, Nelson Beebe) - * Fix test suite on Solaris. (Jos Backus) + * More test cases. (Martin Pool) - * Fix minor memory leak in socket code. (Dave Dykstra, Martin - Pool.)