From: Wayne Davison Date: Fri, 3 Feb 2006 20:32:27 +0000 (+0000) Subject: Mention latest changes. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/49f4d850ce8f48b2bce6951ca502a0f0e7b5707e Mention latest changes. --- diff --git a/NEWS b/NEWS index b274c3ec..ae5472e1 100644 --- a/NEWS +++ b/NEWS @@ -176,6 +176,11 @@ 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.