X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/bbd6f4ba8e1a36de8a3cae4b013c99ffa77d9f8d..12b159ac4110e23553e94c805b8a121944f47698:/NEWS diff --git a/NEWS b/NEWS index fc916f4c..c680c317 100644 --- a/NEWS +++ b/NEWS @@ -1,23 +1,25 @@ -rsync 2.5.1 (sometime in 2001?) +rsync changes since last release ENHANCEMENTS: - * --progress and -P now show estimated data transfer rate (in a - multiple of bytes/s) and estimated time to completion. Based - on a patch by Rik Faith. - - * --no-detach option, required to run as a W32 service and also - useful when running on Unix under daemontools, AIX's SRC, or a - debugger. Thanks to Max Bowsher and Jos Backus. + * With --progress, when a transfer is complete show the time taken; + otherwise show expected time to complete. (Cameron Simpson) - BUG FIXES: - - * Correct string<->address parsing for both IPv4 and 6. Thankyou - to YOSHIFUJI Hideaki, SUMIKAWA Munechika and Jun-ichiro "itojun" - Hagino. + * Make "make install-strip" works properly, and "make install" + accepts a DESTDIR variable for help in building binary packages. + (Peter Breitenlohner, Greg Louis) - * rsync.1 typo fix by Matt Kraai. - * Fix for segfault in rsyncd.conf parser by Paul Mackerras. + BUG FIXES: - * Test suite typo fixes Tom Schmidt. + * 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) + + * Fix test suite on Solaris. (Jos Backus) + + * Fix minor memory leak in socket code. (Dave Dykstra, Martin + Pool.) + + * Fix --whole-file problem that caused it to be the default even + for remote connections. (Martin Pool, Frank Schulz)