]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Mention latest fix.
authorWayne Davison <wayned@samba.org>
Wed, 27 Oct 2004 06:35:50 +0000 (06:35 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 27 Oct 2004 06:35:50 +0000 (06:35 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a6273283c2c76a04c040d3d07a82349bdcd8e9eb..a9f3414b8afb237ee8affa68829781d94d8e7e10 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ Changes since 2.6.3:
       was only treating it as a special token in an rsync include/exclude
       file).
 
+    - Avoid a mkdir warning when removing a directory in the destination
+      that already exists in the --backup-dir.
+
     - An OS that has a binary mode for its files (such as cygwin0 needed
       setmode(fd, O_BINARY) called on the temp-file we opened with
       mkstemp().