Mention the fix for the "unexpected tag 3" bug.
[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
8ac47746
WD
16 - Fixed a bug where a deferred FLOG message would get sent from the
17 generator to the sender instead of being handled by rwrite(). This
18 fixes the "unexpected tag 3" fatal error.
19
d8bf7ea8
WD
20 - Make sure that the --link-dest option can still do its job even when -I
21 or --size-only is specified.
08c0cd8a 22
ac1541f4
WD
23 ENHANCEMENTS:
24
60ef8ed1 25 - ...
8b3e964d 26
7c329ec7
WD
27 DEVELOPER RELATED:
28
d8bf7ea8
WD
29 - The acls.diff and xattrs.diff patches have received a bunch of work to
30 make them much closer to being acceptable in the main distribution.
31
60ef8ed1 32 - Updated config.guess and config.sub to their 2006-02-23 version.
d8bf7ea8
WD
33
34 - Updated various files to include the latest FSF address and to have
35 consistent opening comments.