aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-11-15 18:08:55 -0800
committerWayne Davison <wayned@samba.org>2008-11-15 18:13:00 -0800
commit2df20057e34db58c8caa37def9321e33acfa56fd (patch)
tree519b2ab48f6a7b58f0b64dbd071471f03e86c177 /NEWS
parent9556f156a910db93961707bea478a6e3cae86ea0 (diff)
downloadandroid_external_rsync-2df20057e34db58c8caa37def9321e33acfa56fd.tar.gz
android_external_rsync-2df20057e34db58c8caa37def9321e33acfa56fd.tar.bz2
android_external_rsync-2df20057e34db58c8caa37def9321e33acfa56fd.zip
Adding the --usermap/--groupmap/--chown options.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d3aeb029..3de0006a 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,9 @@ Changes since 3.0.4:
protocol 31), and 3) to follow the file-count, created-count, and
deleted-count with a break-out list of each count by type.
+ - Added the --usermap/--groupmap/--chown options for manipulating file
+ ownership during the copy.
+
- Added the "%C" escape to the log-output handling, which will output the
MD5 checksum of any transferred file, or all files if --checksum was
specified (when protocol 30 or above is in effect).