Changed the commands used to "make gen" without any stoppage.
[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
af00666a
WD
12 - Fix --safe-links/--copy-unsafe-links to properly handle symlinks that
13 have consecutive slashes in the value.
14
794f3809
WD
15 - Fixed the parsing of an [IPv6_LITERAL_ADDR] when a USER@ is prefixed.
16
4dea1a94
WD
17 - The sender now skips a (bogus) symlink that has a 0-length value, which
18 avoids a transfer error in the receiver.
19
9493048c
WD
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
8250d8a1
WD
23 - Fixed the rrsync script to avoid a server-side problem when -e is at the
24 start of the short options.
25
8fba76d5
WD
26 - Fixed a problem where a vanished directory could turn into an exit code
27 23 instead of the proper exit code 24.
28
70a9cd57
WD
29 - Fixed the --iconv conversion of symlinks when doing a local copy.
30
a69b1655
WD
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
7875e6fe
WD
35 - Fixed the dropping of an ACL mask when no named ACL values were present.
36
ea53d161
WD
37 - Fixed an ACL/xattr corruption issue where the --backup option could cause
38 rsync to associate the wrong ACL/xattr information with received files.
39
feb8dacc
WD
40 - Fixed the use of --xattrs with --only-write-batch.
41
272adea3
WD
42 - Fixed the use of --dry-run with --read-batch.
43
8250d8a1 44 - Fixed configure's erroneous use of target.
b292021e 45
1f6b697f 46 - Fixed configure's --disable-debug option.
a76ba8b4 47
1f6b697f
WD
48 - Fixed a run-time issue for systems that can't find iconv_open() by adding
49 the --disable-iconv-open configure option.
9be50937
WD
50
51 - Complain and die if the user tries to combine --remove-source-files (or
52 the deprecated --remove-sent-files) with --read-batch.