X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/09ca0d15d31d93a5964a1db4c387879f31c22831..e8d6fe62614f1bd21a41aa779188d9d0ec57de22:/NEWS diff --git a/NEWS b/NEWS index eaacde62..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