Fixed --dry-run with --read-batch:
[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 a problem where --one-file-system was not stopping deletions on the
32       receiving side when a mount-point directory did not match a directory in
33       the transfer.
34
35     - Fixed the use of --dry-run with --read-batch.
36
37     - Fixed configure's erroneous use of target.
38
39     - Fixed configure's --disable-debug option.
40
41     - Fixed a run-time issue for systems that can't find iconv_open() by adding
42       the --disable-iconv-open configure option.