Avoid a compiler error/warning about shifting a negative value.
[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     - Fix a compiler error/warning about shifting a negative value (in the zlib
8       code).
9
10   ENHANCEMENTS:
11
12     - Added support for RSYNC_SHELL & RSYNC_NO_XFER_EXEC environment variables
13       that affect the pre-xfer exec and post-xfer exec rsync daemon options.