X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/1f1fbe187e2727566e84598f1d94412799c18653..688d573295be34cd7c78487b02c7b5c092c75776:/NEWS diff --git a/NEWS b/NEWS index f44216c7..e6120786 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,9 @@ 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) + INTERNAL: * Many code cleanups and improved internal documentation. (Martin