X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/2fb450bd9980c19e7d991451e40f7677da102ff7..4e194bf178c573e900fa45cbffc9a92cdf305bb2:/NEWS diff --git a/NEWS b/NEWS index b6aa663d..32b49315 100644 --- a/NEWS +++ b/NEWS @@ -176,12 +176,21 @@ Changes since 2.6.6: execute bit on files, for those times when using the --perms option is not desired. + - The daemon now logs each module-list request it receives. + + - New log-format options: %M (modtime), %U (uid), %G (gid), and %B + (permission bits, e.g. "rwxr-xrwt"). + - Some minor documentation improvements. - Updated some diffs in the patches dir. INTERNAL: + - We now use sigaction() and sigprocmask() if possible, and fall back on + signal() if not. Using sigprocmask() ensures that rsync enables all the + signals that it needs, just in case it was started in a masked state. + - Some buffer sizes were expanded a bit, particularly on systems where MAXPATHLEN is overly small (e.g. cygwin). @@ -206,9 +215,20 @@ Changes since 2.6.6: DEVELOPER RELATED: + - The diffs in the patches dir now require "patch -p1