mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-05-02 03:55:48 -04:00
This fixes the bug of xattr filters getting sent as a normal filter rule (since the 'x' was dropped in the prefix).
16 lines
441 B
Plaintext
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.
|