summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-11-09 21:40:54 -0800
committerWayne Davison <wayned@samba.org>2008-11-09 21:48:21 -0800
commitccdc2efd67b4b2b759ac3a1868137e7d7a4c3301 (patch)
tree50433ea956ed8ca16a10ed0a2964e08c65ad2873
parentb8a1fd6404054c8cea348e445d666050520e899b (diff)
downloadrsync-ccdc2efd67b4b2b759ac3a1868137e7d7a4c3301.tar.gz
Mention the fix for --files-from dot/./paths.
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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.