Change sending/receiving/storing of the rdev value for special files.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 836d476..e9a84b4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,8 @@ 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.
@@ -47,3 +48,8 @@ Changes since 3.0.5:
 
     - Fixed a run-time issue for systems that can't find iconv_open() by adding
       the --disable-iconv-open configure option.
+
+    - 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.