From 293b11b8a55ef9769be816cc23d8a75c82109939 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 16 Dec 2007 15:03:50 -0800 Subject: [PATCH] Mention 2 more changes in the NEWS. --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index 926dba3b..5e9dc754 100644 --- a/NEWS +++ b/NEWS @@ -29,6 +29,11 @@ Changes since 2.6.9: BUG FIXES: + - A daemon with "use chroot = no" and excluded items listed in the daemon + config file now properly checks an absolute-path arg specified for these + options: --compare-dest, --link-dest, --copy-dest, --partial-dir, + --backup-dir, --temp-dir, and --files-from. + - Fixed the output of -ii when combined with one of the --*-dest options: it now itemizes all the items, not just the changed ones. @@ -176,6 +181,10 @@ Changes since 2.6.9: that should not have an effect in a directory that is being deleted. e.g. -f '-p .svn/' would only affect "live" .svn directories. + - Rsync checks all the alternate-destination args for validity (e.g. + --link-dest). This lets the user know when they specified a directory + that does not exist. + - If we get an error setting the time on a symlink, we don't complain about it anymore (since some operating systems don't support that, and it's not that important). -- 2.34.1