From: Martin Pool Date: Sat, 24 Nov 2001 05:13:12 +0000 (+0000) Subject: Note IPv6 and nohang patches. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/7d682ffea7e91740c18538c2d2ecad2495bebecf Note IPv6 and nohang patches. --- diff --git a/NEWS b/NEWS index 13cf800d..dbd272f1 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,8 @@ 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. + ENHANCEMENTS * Include/exclude cluestick: with -vv, print out whether files are @@ -47,6 +49,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 +58,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.)