Files
rsync/NEWS
Wayne Davison 1eb7a7061a Need to mark xattr rules in get_rule_prefix().
This fixes the bug of xattr filters getting sent as a normal filter rule
(since the 'x' was dropped in the prefix).
2018-06-14 15:22:53 -07:00

16 lines
441 B
Plaintext

NEWS for rsync 3.1.4 (UNRELEASED)
Protocol: 31 (unchanged)
Changes since 3.1.3:
BUG FIXES:
- Fix xattr filter rules losing an 'x' attribute in a non-local transfer.
- Fix a compiler error/warning about shifting a negative value (in the zlib
code).
ENHANCEMENTS:
- Added support for RSYNC_SHELL & RSYNC_NO_XFER_EXEC environment variables
that affect the pre-xfer exec and post-xfer exec rsync daemon options.