From 591b908fbf4f817bf0b799c250dc2a47ddef0d1d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 19 Feb 2005 03:03:13 +0000 Subject: [PATCH] Mention the change in the default "log format" daemon-config setting. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) 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: