X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6b2d24de2c672476ae2591d28b82ff747d42a101..67684d038de4c18431af0ccc17f55efbf4f20eb8:/NEWS diff --git a/NEWS b/NEWS index e898557a..f62c15af 100644 --- a/NEWS +++ b/NEWS @@ -1,16 +1,16 @@ 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) + INTERNAL: - BUG FIXES: + * 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.)