X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/1f1fbe187e2727566e84598f1d94412799c18653..1b3cadaa39db9871d8fd4a82ec50608ebb2708af:/NEWS diff --git a/NEWS b/NEWS index f44216c7..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 @@ -55,6 +57,12 @@ rsync changes since last release * 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