X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/9556f156a910db93961707bea478a6e3cae86ea0..2df20057e34db58c8caa37def9321e33acfa56fd:/NEWS 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).