mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-03-10 18:37:40 -04:00
This avoids a problem where an extra message from the sender could give the generator time to start sending data that will not be understood by the sender's use of read_msg_fd().
28 lines
796 B
Plaintext
28 lines
796 B
Plaintext
NEWS for rsync 3.0.6 (UNRELEASED)
|
|
Protocol: 30 (unchanged)
|
|
Changes since 3.0.5:
|
|
|
|
BUG FIXES:
|
|
|
|
- Fixed a hang in the batch-reading code with incremental recursion.
|
|
|
|
- Fixed the daemon's socket code to handle the simultaneous arrival of
|
|
multiple connections.
|
|
|
|
- Fixed the parsing of an [IPv6_LITERAL_ADDR] when a USER@ is prefixed.
|
|
|
|
- The sender now skips a (bogus) symlink that has a 0-length value, which
|
|
avoids a transfer error in the receiver.
|
|
|
|
- Fixed a case where the sender could die with a tag-0 error if there was
|
|
an I/O during the sending of the file list.
|
|
|
|
- Fixed the rrsync script to avoid a server-side problem when -e is at the
|
|
start of the short options.
|
|
|
|
- Fixed configure's erroneous use of target.
|
|
|
|
ENHANCEMENTS:
|
|
|
|
- ...
|