From: Wayne Davison Date: Sat, 14 Feb 2009 16:38:24 +0000 (-0800) Subject: Mention vanishing-directory fix. X-Git-Tag: v3.0.6pre1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fba76d5c323c3c4a4340f39b8000e6f4b22d0eb;p=thirdparty%2Frsync.git Mention vanishing-directory fix. --- diff --git a/NEWS b/NEWS index 7876f90d..7fb6911a 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,9 @@ Changes since 3.0.5: - Fixed the rrsync script to avoid a server-side problem when -e is at the start of the short options. + - Fixed a problem where a vanished directory could turn into an exit code + 23 instead of the proper exit code 24. + - Fixed configure's erroneous use of target. - Fixed configure's --disable-debug option.