mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-01-25 07:18:12 -05:00
19 lines
539 B
Plaintext
19 lines
539 B
Plaintext
NEWS for rsync 3.1.4 (UNRELEASED)
|
|
Protocol: 31 (unchanged)
|
|
Changes since 3.1.3:
|
|
|
|
BUG FIXES:
|
|
|
|
- Avoid a potential out-of-bounds read in daemon mode if argc can be made
|
|
to become 0.
|
|
|
|
- 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.
|