From: Wayne Davison Date: Wed, 22 Jun 2011 14:58:23 +0000 (-0700) Subject: Mention latest fix. X-Git-Tag: v3.0.9pre1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d07fa6350c6deb0122a1bb965fb64f2f6282eaf;p=thirdparty%2Frsync.git Mention latest fix. --- diff --git a/NEWS b/NEWS index 28224a14..234ef566 100644 --- a/NEWS +++ b/NEWS @@ -6,7 +6,7 @@ Changes since 3.0.8: - Fix a crash bug in checksum scanning when --inplace is used. - - Fix preservation of system xattrs (e.g. selinux) on Linux. + - Fix preservation of a symlink's system xattrs (e.g. selinux) on Linux. - Fix a bug with the modifying of unwritable directories. @@ -14,4 +14,6 @@ Changes since 3.0.8: - Fix the updating of the curr_dir buffer to avoid a duplicate slash. + - Make daemon-excluded file errors more error-like. + - Fix some issues with the post-processing of the man pages.