X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/bc2b4963a009dd8194b2e9f996a63b9c634a6263..1b3cadaa39db9871d8fd4a82ec50608ebb2708af:/NEWS diff --git a/NEWS b/NEWS index f02b35db..0de4a646 100644 --- a/NEWS +++ b/NEWS @@ -31,6 +31,8 @@ rsync changes since last release * Properly support IPv6 addresses in the rsyncd.conf "hosts allow" and "hosts deny" fields. (Hideaki Yoshifuji) + * Set the default value of --modify-window to 2 on Cygwin. (Max Bowsher) + BUG FIXES: * Fix "forward name lookup failed" errors on AIX 4.3.3. (John @@ -52,6 +54,15 @@ rsync changes since last release processes and sometimes return an exit code of 0 instead of showing an error. (David R. Staples, Dave Dykstra) + * Fixed bug in --copy-unsafe-links that caused it to be completely + broken. (Dave Dykstra) + + * Prevent infinite recursion in cleanup code under certain circumstances. + (Sviatoslav Sviridov) + + * Fixed a bug that prevented rsync from creating intervening directories + when --relative-paths/-R is set. (Craig Barratt) + INTERNAL: * Many code cleanups and improved internal documentation. (Martin