Fixed a bug where deferred MSG_INFO/MSG_ERROR/MSG_LOG messages were
[rsync/rsync.git] / NEWS
CommitLineData
60ef8ed1 1NEWS for rsync 2.6.9 (unreleased)
3ae6c187 2Protocol: 29 (unchanged)
60ef8ed1 3Changes since 2.6.8:
36f59b58 4
ac1541f4
WD
5 BUG FIXES:
6
d8bf7ea8
WD
7 - Fixed the sanitizing of acceptable ../ dirs in 2 cases where an rsync
8 daemon is receiving files when "use chroot" is not enabled and the
9 destination dir is not at the top of the module's path: both the value
10 of a symlink and the arg of the --FOO-dest options (i.e. --link-dest,
11 --copy-dest, and --compare-dest) now know how deep the destination dir
12 is in the module, and allow a safe number of ../ references instead of
13 preventing the references from leaving the destination hierarchy (use
14 the age-old --safe-links for that behavior).
15
16 - Make sure that the --link-dest option can still do its job even when -I
17 or --size-only is specified.
08c0cd8a 18
ac1541f4
WD
19 ENHANCEMENTS:
20
60ef8ed1 21 - ...
8b3e964d 22
7c329ec7
WD
23 DEVELOPER RELATED:
24
d8bf7ea8
WD
25 - The acls.diff and xattrs.diff patches have received a bunch of work to
26 make them much closer to being acceptable in the main distribution.
27
60ef8ed1 28 - Updated config.guess and config.sub to their 2006-02-23 version.
d8bf7ea8
WD
29
30 - Updated various files to include the latest FSF address and to have
31 consistent opening comments.