Need to mark xattr rules in get_rule_prefix().
[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 xattr filter rules losing an 'x' attribute in a non-local transfer.
8
9     - Fix a compiler error/warning about shifting a negative value (in the zlib
10       code).
11
12   ENHANCEMENTS:
13
14     - Added support for RSYNC_SHELL & RSYNC_NO_XFER_EXEC environment variables
15       that affect the pre-xfer exec and post-xfer exec rsync daemon options.