d2acdbd781bbecf833a2021c46e18da7e05990f1
[rsync/rsync.git] / NEWS
1 NEWS for rsync 3.0.6 (UNRELEASED)
2 Protocol: 30 (unchanged)
3 Changes 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     - Fix --safe-links/--copy-unsafe-links to properly handle symlinks that
13       have consecutive slashes in the value.
14
15     - Fixed the parsing of an [IPv6_LITERAL_ADDR] when a USER@ is prefixed.
16
17     - The sender now skips a (bogus) symlink that has a 0-length value, which
18       avoids a transfer error in the receiver.
19
20     - Fixed a case where the sender could die with a tag-0 error if there was
21       an I/O during the sending of the file list.
22
23     - Fixed the rrsync script to avoid a server-side problem when -e is at the
24       start of the short options.
25
26     - Fixed a problem where a vanished directory could turn into an exit code
27       23 instead of the proper exit code 24.
28
29     - Fixed the --iconv conversion of symlinks when doing a local copy.
30
31     - Fixed configure's erroneous use of target.
32
33     - Fixed configure's --disable-debug option.
34
35     - Fixed a run-time issue for systems that can't find iconv_open() by adding
36       the --disable-iconv-open configure option.