Files
rsync/NEWS
Wayne Davison 9493048c10 Ensure that the sender turns off any msg_fd_in use earlier.
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().
2009-02-04 18:27:07 -08:00

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:
- ...