Optimized the reacquisition of the code value from the msg2sndr list.
[rsync/rsync.git] / NEWS
1 NEWS for rsync 2.6.8 (UNRELEASED)
2 Protocol: 29 (unchanged)
3 Changes since 2.6.7:
4
5   BUG FIXES:
6
7     - Fixed a bug in the exclude code where an anchored exclude without any
8       wildcards fails to match an absolute source arg, but only when --relative
9       is in effect.
10
11   ENHANCEMENTS:
12
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.
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).