Fixed a glitch when using -s with a remote-shell daemon.
[rsync/rsync.git] / NEWS
CommitLineData
6a9ade2d 1NEWS for rsync 3.0.5 (UNRELEASED)
3cbe640d 2Protocol: 30 (unchanged)
6a9ade2d 3Changes since 3.0.4:
469ff84e 4
ac1541f4
WD
5 BUG FIXES:
6
5df89a1a
WD
7 - Initialize xattr data in a couple spots in the hlink code, which avoids a
8 crash when the xattr pointer's memory happens to start out non-zero.
9 Also fixed the itemizing of an alt-dest file's xattrs when hard-linking.
10
11 - Don't send a bogus "-" option to an older server if there were no short
12 options specified.
13
14 - Fixed skipping of unneeded updates in a batch file when incremental
15 recursion is active. Added a test for this. Made batch-mode handle
16 redos properly (and without hanging).
17
18 - Fix the %P logfile escape when the daemon logs from inside a chroot.
19
20 - Properly ignore (superfluous) source args on a --read-batch command.
21
22 - Improved the manpage's description of the '*' wildcard to remove the
23 confusing "non-empty" qualifier.