X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/b2f02464985e9a9e0b8416635ab2d592e31c5096..5c7f570b16bceced8bab9a9caffde2eb4bf1bf6b:/NEWS diff --git a/NEWS b/NEWS index 13cf800d..8293e27d 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,9 @@ rsync 2.4.7 (sometime in 2001, maybe :) sets. By Bert J. Dempsey and Debra Weiss, updated by Jos Backus. + * Merged IPv6 patch from KAME.net. This is off by default, but + can be enabled with ./configure --enable-ipv6. + ENHANCEMENTS * Include/exclude cluestick: with -vv, print out whether files are @@ -47,6 +50,8 @@ rsync 2.4.7 (sometime in 2001, maybe :) BUG FIXES: + * Fix for various bugs causing rsync to hang. + * Attempt to fix Large File Summit support on AIX. * Attempt to fix error handling lockup bug. @@ -54,8 +59,6 @@ rsync 2.4.7 (sometime in 2001, maybe :) * Give a non-0 exit code if *any* of the files we have been asked to transfer fail to transfer - * Applied "simple nohang patch" from Wayne Davison. - * For log messages containing ridiculously long strings that might overflow a buffer rsync no longer aborts, but rather prints an ellipsis at the end of the string. (Patch from Ed Santiago.)