From: Wayne Davison Date: Sat, 19 Feb 2005 03:03:13 +0000 (+0000) Subject: Mention the change in the default "log format" daemon-config setting. X-Git-Tag: v2.6.4pre1~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=591b908fbf4f817bf0b799c250dc2a47ddef0d1d;p=thirdparty%2Frsync.git Mention the change in the default "log format" daemon-config setting. --- diff --git a/NEWS b/NEWS index 2cdf1575..7725b48a 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,13 @@ Changes since 2.6.3: sides are 2.6.4, or if the local side is 2.6.4 and the files are being pushed (since the stats come from the sending side). (Requires protocol 29 for a pull.) + + - The default "log format" for a daemon rsync with "transfer logging" + enabled has changed to put the file size prior to the file name and + also to add the destination of a symlink (e.g. "foo -> bar"). The + rsyncstats perl script was updated to handle this (it's now in the + "support" directory). If you depend on the old format, just set it + in your rsyncd.conf file. BUG FIXES: