Properly ignore source args on a --read-batch command.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 02be935..d34f555 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 NEWS for rsync 3.1.0 (UNRELEASED)
-Protocol: 30 (unchanged)
+Protocol: 31 (changed)
 Changes since 3.0.4:
 
   BUG FIXES:
@@ -20,6 +20,11 @@ Changes since 3.0.4:
       MD5 checksum of any transferred file, or all files if --checksum was
       specified (when protocol 30 or above is in effect).
 
+  EXTRAS:
+
+    - Added an "instant-rsyncd" script to the support directory, which makes
+      it easy to configure a simple rsync daemon in the current directory.
+
   DEVELOPER RELATED:
 
     - Added more conditional debug output.