Fix --remove-source-files sanity check w/--copy-links the right way.
[rsync.git] / NEWS
1 NEWS for rsync 3.1.4 (UNRELEASED)
2 Protocol: 31 (unchanged)
3 Changes since 3.1.3:
4
5   BUG FIXES:
6
7     - Avoid a potential out-of-bounds read in daemon mode if argc can be made
8       to become 0.
9
10     - Fix xattr filter rules losing an 'x' attribute in a non-local transfer.
11
12     - Fix a compiler error/warning about shifting a negative value (in the zlib
13       code).
14
15   ENHANCEMENTS:
16
17     - Added support for RSYNC_SHELL & RSYNC_NO_XFER_EXEC environment variables
18       that affect the pre-xfer exec and post-xfer exec rsync daemon options.