Fixed the use of a dot-dir path (foo/./bar) inside of a files-from file.
[rsync/rsync.git] / NEWS
1 NEWS for rsync 3.0.5 (UNRELEASED)
2 Protocol: 30 (unchanged)
3 Changes since 3.0.4:
4
5   BUG FIXES:
6
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       "redo" files properly (and without hanging).
17
18     - Fix the %P logfile escape when the daemon logs from inside a chroot.
19
20     - Fixed the use of -s (--protect-args) when used with a remote source or
21       destination that had an empty path (e.g. "host:").  Also fixed a problem
22       when -s was used when accessing a daemon via a remote-shell.
23
24     - Fixed a potential (hard to trigger) hang when using --remove-source-files.
25
26     - Got rid of an annoying delay when accessing a daemon via a remote-shell.
27
28     - Properly ignore (superfluous) source args on a --read-batch command.
29
30     - Improved the manpage's description of the '*' wildcard to remove the
31       confusing "non-empty" qualifier.
32
33     - Fixed reverse lookups in the compatibility-library version of
34       getnameinfo().
35
36   ENHANCEMENTS:
37
38     - Made the support/atomic-rsync script able to perform a fully atomic
39       update of the copied hierarchy when the destination is setup using a
40       particular symlink idiom.