X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c053133207468241f0c21364b70e9fea3a4f6bf3..fca9a9b0f044a9ef93cea27dadc01ecd56d1274c:/NEWS diff --git a/NEWS b/NEWS index 2675ac9f..e255d69d 100644 --- a/NEWS +++ b/NEWS @@ -2,36 +2,30 @@ rsync changes since last release ENHANCEMENTS: - * With --progress, when a transfer is complete show the time taken; - otherwise show expected time to complete. (Cameron Simpson) + * The --delete-after option now implies --delete. (Wayne Davison) - * Make "make install-strip" works properly, and "make install" - accepts a DESTDIR variable for help in building binary packages. - (Peter Breitenlohner, Greg Louis) + * The --suffix option can now be used with --backup-dir. (Michael + Zimmerman) - * If configured with --enable-maintainer-mode, then on receipt of - a fatal signal rsync will try to open an xterm running gdb, - similarly to Samba's "panic action" or GNOME's bug-buddy. - (Martin Pool) + BUG FIXES: + + * Fix "forward name lookup failed" errors on AIX 4.3.3. (John + L. Allen, Martin Pool) + * Fix compilation on Tru64. (Albert Chin, Zoong Pham) - BUG FIXES: + * Better handling of some client-server errors. (Martin Pool) - * Fix situation where failure to fork (e.g. because out of process - slots) would cause rsync to kill all processes owned by the - current user. Yes, really! (Paul Haas, Martin Pool) + * When -e is specified along with an rsyncd url, the client should + get a warning but it should not be treated as an error. (Bill + Nottingham) - * Fix test suite on Solaris. (Jos Backus, Martin Pool) + http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=62489 - * Fix minor memory leak in socket code. (Dave Dykstra, Martin - Pool.) + INTERNAL: - * Fix --whole-file problem that caused it to be the default even - for remote connections. (Martin Pool, Frank Schulz) + * Many code cleanups and improved internal documentation. (Martin + Pool, Nelson Beebe) - * Work around bug in Mac OS X mkdir(2), which cannot handle - trailing slashes. - - (Martin Pool) + * More test cases. (Martin Pool) - * Improved network error handling. (Greg A. Woods)