Optimized the reacquisition of the code value from the msg2sndr list.
[rsync/rsync.git] / NEWS
CommitLineData
9e88f057 1NEWS for rsync 2.6.8 (UNRELEASED)
3ae6c187 2Protocol: 29 (unchanged)
9e88f057 3Changes since 2.6.7:
36f59b58 4
ac1541f4
WD
5 BUG FIXES:
6
9e88f057 7 - Fixed a bug in the exclude code where an anchored exclude without any
7c329ec7
WD
8 wildcards fails to match an absolute source arg, but only when --relative
9 is in effect.
b5cf121d 10
ac1541f4
WD
11 ENHANCEMENTS:
12
9e88f057
WD
13 - The support/rsyncstats script has an improved line-parsing regex that is
14 easier to read and also allows it to parse syslog-generated lines.
7c329ec7
WD
15
16 DEVELOPER RELATED:
17
18 - A new patch was added: log-file.diff. This contains an early version of
19 a future option, --log-file=FILE, that will allow any rsync to log its
20 actions to a file (which is only supported by a daemon at present).