X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8b7a752024f34a220ef340d9b466ec871e6cbc0a..e8d6fe62614f1bd21a41aa779188d9d0ec57de22:/NEWS diff --git a/NEWS b/NEWS index f0de0ca6..2309aff0 100644 --- a/NEWS +++ b/NEWS @@ -16,8 +16,10 @@ Changes since 3.0.4: control over what is output. Added an extra type of --progress output using --info=progress2. - - Output numbers in 3-digit groups by default (e.g. 1,234,567). (See the - --human-readable option for a way to turn it off.) + - Output numbers in 3-digit groups by default (e.g. 1,234,567). See the + --human-readable option for a way to turn it off. See also the daemon's + "log format" parameter for a modifier that can request digit-grouping or + human-readable output in log escapes (including --out-format). - Added a "T" (terabyte) category to the --human-readable size suffixes. @@ -33,6 +35,13 @@ Changes since 3.0.4: MD5 checksum of any transferred file, or all files if --checksum was specified (when protocol 30 or above is in effect). + - Added the "reverse lookup" parameter to the rsync daemon config file to + allow reverse-DNS lookups to be disabled. + + - Added a way for supplementary groups to be specified in the rsyncd.conf + file. Also made explicitly-set uid/gid values no longer ignored by a + daemon that was not run by a super-user. + EXTRAS: - Added an "instant-rsyncd" script to the support directory, which makes @@ -51,3 +60,5 @@ Changes since 3.0.4: - The pool_alloc library has received some minor improvements in alignment handling. + + - Added init_stat_x() function to avoid duplication of acl/xattr init code.