X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/b765ec32b93d8fa78f19a48fbc7cc9066beb488e..1b3cadaa39db9871d8fd4a82ec50608ebb2708af:/NEWS diff --git a/NEWS b/NEWS index 0717163c..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 @@ -58,6 +60,9 @@ rsync changes since last release * 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