Do not try to send a symlink with a 0-length value.
[rsync/rsync.git] / NEWS
... / ...
CommitLineData
1NEWS for rsync 3.0.6 (UNRELEASED)
2Protocol: 30 (unchanged)
3Changes since 3.0.5:
4
5 BUG FIXES:
6
7 - Fixed a hang in the batch-reading code with incremental recursion.
8
9 - Fixed the daemon's socket code to handle the simultaneous arrival of
10 multiple connections.
11
12 - Fixed the parsing of an [IPv6_LITERAL_ADDR] when a USER@ is prefixed.
13
14 - The sender now skips a (bogus) symlink that has a 0-length value, which
15 avoids a transfer error in the receiver.
16
17 - Fixed the rrsync script to avoid a server-side problem when -e is at the
18 start of the short options.
19
20 - Fixed configure's erroneous use of target.
21
22 ENHANCEMENTS:
23
24 - ...