Some configure improvements for strict C99 compilers (based on a patch by Florian...
[rsync.git] / NEWS
blobde493a05063bb3a3222192489cbfcbb0f730662d
1 NEWS for rsync 3.1.4 (UNRELEASED)
2 Protocol: 31 (unchanged)
3 Changes since 3.1.3:
5   BUG FIXES:
7     - Avoid a potential out-of-bounds read in daemon mode if argc can be made
8       to become 0.
10     - Fix xattr filter rules losing an 'x' attribute in a non-local transfer.
12     - Fix a compiler error/warning about shifting a negative value (in the zlib
13       code).
15   ENHANCEMENTS:
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.