My version of Matt's improvements related to missing source args:
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 45ff1bd..1ad15b7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,11 @@
-NEWS for rsync 3.0.6 (UNRELEASED)
+NEWS for rsync 3.0.6 (8 May 2009)
 Protocol: 30 (unchanged)
 Changes since 3.0.5:
 
   BUG FIXES:
 
-    - Fixed a hang in the batch-reading code with incremental recursion.
+    - Fixed a --read-batch hang when rsync is reading a batch file that was
+      created from an incremental-recursion transfer.
 
     - Fixed the daemon's socket code to handle the simultaneous arrival of
       multiple connections.
@@ -17,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.
 
@@ -50,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.