Fix --remove-source-files sanity check w/--copy-links the right way.
[rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 84df781db65659fc46f2928621cc05721366a582..de493a05063bb3a3222192489cbfcbb0f730662d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,19 +1,18 @@
-NEWS for rsync 3.1.2 (UNRELEASED)
+NEWS for rsync 3.1.4 (UNRELEASED)
 Protocol: 31 (unchanged)
-Changes since 3.1.1:
+Changes since 3.1.3:
 
   BUG FIXES:
 
-    - ...
+    - 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.
 
-    - Added "(DRY RUN)" info to the --debug=exit output line.
-    - Use usleep() for our msleep() function if it is available.
-    - Added a few extra long-option names to rrsync script, which will make
-      BackupPC happier.
+    - Fix a compiler error/warning about shifting a negative value (in the zlib
+      code).
 
-  DEVELOPER RELATED:
+  ENHANCEMENTS:
 
-    - Fixed a bug with the Makefile's use of INSTALL_STRIP.
-    - Tweaks for newer versions of git in the packaging tools.
+    - Added support for RSYNC_SHELL & RSYNC_NO_XFER_EXEC environment variables
+      that affect the pre-xfer exec and post-xfer exec rsync daemon options.