X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/142f5be922393e2a86f364da6fff4cd15499a9d6..ce8149b6feae51c7a576b04f86003e7a4555ee14:/NEWS diff --git a/NEWS b/NEWS index 33fb2d76..f62c15af 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +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) + + * More test cases. (Martin Pool) - * Fix test suite on Solaris. (Jos Backus)