From: Wayne Davison Date: Mon, 10 Nov 2008 05:40:54 +0000 (-0800) Subject: Mention the fix for --files-from dot/./paths. X-Git-Tag: v3.0.5pre2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccdc2efd67b4b2b759ac3a1868137e7d7a4c3301;p=thirdparty%2Frsync.git Mention the fix for --files-from dot/./paths. --- diff --git a/NEWS b/NEWS index d9c94547..564d733b 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,9 @@ Changes since 3.0.4: destination that had an empty path (e.g. "host:"). Also fixed a problem when -s was used when accessing a daemon via a remote-shell. + - Fixed the use of a dot-dir path (e.g. foo/./bar) inside of a --files-from + file when the root of the transfer isn't the current directory. + - Fixed a potential (hard to trigger) hang when using --remove-source-files. - Got rid of an annoying delay when accessing a daemon via a remote-shell.