Make the backup code call unsafe_symlink() correctly.
[rsync/rsync.git] / NEWS
CommitLineData
5ea7c8aa 1NEWS for rsync 3.0.6 (UNRELEASED)
3cbe640d 2Protocol: 30 (unchanged)
5ea7c8aa 3Changes since 3.0.5:
469ff84e 4
ac1541f4
WD
5 BUG FIXES:
6
8250d8a1
WD
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
794f3809
WD
12 - Fixed the parsing of an [IPv6_LITERAL_ADDR] when a USER@ is prefixed.
13
4dea1a94
WD
14 - The sender now skips a (bogus) symlink that has a 0-length value, which
15 avoids a transfer error in the receiver.
16
9493048c
WD
17 - Fixed a case where the sender could die with a tag-0 error if there was
18 an I/O during the sending of the file list.
19
8250d8a1
WD
20 - Fixed the rrsync script to avoid a server-side problem when -e is at the
21 start of the short options.
22
8fba76d5
WD
23 - Fixed a problem where a vanished directory could turn into an exit code
24 23 instead of the proper exit code 24.
25
8250d8a1 26 - Fixed configure's erroneous use of target.
b292021e 27
1f6b697f 28 - Fixed configure's --disable-debug option.
a76ba8b4 29
1f6b697f
WD
30 - Fixed a run-time issue for systems that can't find iconv_open() by adding
31 the --disable-iconv-open configure option.