Mention the fix for bug #4079.
authorWayne Davison <wayned@samba.org>
Fri, 27 Oct 2006 17:29:09 +0000 (17:29 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 27 Oct 2006 17:29:09 +0000 (17:29 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b2cd552..f3730c2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,11 @@ Changes since 2.6.8:
       process.  (These problems could only affect an rsync daemon that was
       receiving files.)
 
       process.  (These problems could only affect an rsync daemon that was
       receiving files.)
 
+    - Fixed a bug when --inplace was combined with a --*-dest option and we
+      update a file's data using an alternate basis file.  The code now
+      notices that it needs to copy the matching data from the basis file
+      instead of (wrongly) assuming that it was already present in the file.
+
     - Fixed a bug where using --dry-run with a --*-dest option with a path
       relative to a directory that does not yet exist:  the affected option
       gets its proper path value so that the output of the dry-run is right.
     - Fixed a bug where using --dry-run with a --*-dest option with a path
       relative to a directory that does not yet exist:  the affected option
       gets its proper path value so that the output of the dry-run is right.