summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2011-03-20 19:45:23 -0700
committerWayne Davison <wayned@samba.org>2011-03-20 19:46:27 -0700
commit277036153a966b6e312693f502ab867f67074929 (patch)
treec81c8b2858b6a9ce33bf6dcd1f7b5a5217673f6f
parentbc6363f9ab0ece866755eef863bb55f98517f2c8 (diff)
downloadrsync-277036153a966b6e312693f502ab867f67074929.tar.gz
Mention the latest changes.
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
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.