Mention the permission bug-fix for new files created by --inplace.
authorWayne Davison <wayned@samba.org>
Mon, 18 Sep 2006 00:47:56 +0000 (00:47 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 18 Sep 2006 00:47:56 +0000 (00:47 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7c929ec..0e7de1a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -68,6 +68,11 @@ Changes since 2.6.8:
     - Fixed a recent bug where an --exclude='*' could affect the root (/) of
       the filesystem with --relative enabled.
 
     - Fixed a recent bug where an --exclude='*' could affect the root (/) of
       the filesystem with --relative enabled.
 
+    - When --inplace creates a file, it is now created with owner read/write
+      permissions (0600) instead of no permissions at all.  This avoids a
+      problem continuing a transfer that was interrupted (since --inplace
+      will not update a file that has no write permissions).
+
   ENHANCEMENTS:
 
     - Added the --log-file=FILE and --log-file-format=FORMAT options.  These
   ENHANCEMENTS:
 
     - Added the --log-file=FILE and --log-file-format=FORMAT options.  These