Don't let --chmod tweak a 0 mode value (which marks a missing arg).
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 574f652..1ad15b7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-NEWS for rsync 3.0.6 (UNRELEASED)
+NEWS for rsync 3.0.6 (8 May 2009)
 Protocol: 30 (unchanged)
 Changes since 3.0.5:
 
@@ -18,6 +18,10 @@ Changes since 3.0.5:
     - The sender now skips a (bogus) symlink that has a 0-length value, which
       avoids a transfer error in the receiver.
 
+    - Added the --delete-missing option to delete user-specified files on the
+      receiver that are missing on the sender (normally the absence of user-
+      specified files generates an error).
+
     - Fixed a case where the sender could die with a tag-0 error if there was
       an I/O during the sending of the file list.
 
@@ -51,3 +55,5 @@ Changes since 3.0.5:
 
     - Complain and die if the user tries to combine --remove-source-files (or
       the deprecated --remove-sent-files) with --read-batch.
+
+    - Fixed an failure transferring special files from Solaris to Linux.