Fix --remove-source-files sanity check w/--copy-links the right way.
[rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 63b843d848d98350e847c6e522871b6d1b7c4495..de493a05063bb3a3222192489cbfcbb0f730662d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,18 @@
-NEWS for rsync 3.0.3 (UNRELEASED)
-Protocol: 30 (unchanged)
-Changes since 3.0.2:
+NEWS for rsync 3.1.4 (UNRELEASED)
+Protocol: 31 (unchanged)
+Changes since 3.1.3:
 
   BUG FIXES:
 
-    - Fixed a wildcard matching problem in the daemon when a module has
-      "use chroot" enabled.
+    - Avoid a potential out-of-bounds read in daemon mode if argc can be made
+      to become 0.
 
-  ENHANCEMENTS:
+    - Fix xattr filter rules losing an 'x' attribute in a non-local transfer.
 
-    - ...
+    - Fix a compiler error/warning about shifting a negative value (in the zlib
+      code).
 
-  DEVELOPER RELATED:
+  ENHANCEMENTS:
 
-    - Fixed a testcase failure if the tests are run as root.
+    - Added support for RSYNC_SHELL & RSYNC_NO_XFER_EXEC environment variables
+      that affect the pre-xfer exec and post-xfer exec rsync daemon options.