From: Wayne Davison Date: Mon, 21 Mar 2011 02:45:23 +0000 (-0700) Subject: Mention the latest changes. X-Git-Tag: v3.0.8~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=277036153a966b6e312693f502ab867f67074929;p=thirdparty%2Frsync.git Mention the latest changes. --- diff --git a/NEWS b/NEWS index 89b4c5b8..625c27bb 100644 --- a/NEWS +++ b/NEWS @@ -61,6 +61,9 @@ Changes since 3.0.7: - Improved ACL mask handling, e.g. for Solaris. + - Fixed a bug that prevented --numeric-ids from disabling the translation + of user/group IDs for ACLs. + - Fixed an issue where an xattr and/or ACL transfer that used an alt-dest option (e.g. --link-dest) could output an error trying to itemize the changes against the alt-dest directory's xattr/ACL info but was instead @@ -126,3 +129,7 @@ Changes since 3.0.7: - Updated the helper scripts in the packaging subdirectory. - Renamed configure.in to configure.ac. + + - Fixed configure's checking for iconv routines for newer OS X versions. + + - Fixed the testsuite/xattrs.test script on OS X.