The exclude code wasn't sending the MATCHFLG_NEGATE (!) char to the
[rsync/rsync.git] / NEWS
... / ...
CommitLineData
1NEWS for rsync 3.0.0 (UNRELEASED)
2Protocol: 30 (changed)
3Changes since 2.6.9:
4
5 BUG FIXES:
6
7 - Fixed the output of -ii when combined with one of the --*-dest options:
8 it now itemizes all the items, not just the changed ones.
9
10 - Made the output of all file types consistent when using a --*-dest
11 option. Prior versions used to output too many creation events for
12 matching items.
13
14 ENHANCEMENTS:
15
16 - You may specify --max-delete=0 to a 3.0.0 client as long as the
17 receiving side is at least version 3.0.0. This means that you
18 can pull from an older rsync with this option, but pushing to an
19 older rsync will generate an error. *Be careful to never specify
20 a 0 value to older rsync client, or it will be silently ignored.*
21
22 INTERNAL:
23
24 - Added some isType() functions that make dealing with signed characters
25 easier without forcing variables via casts.
26
27 - Upgraded the included popt version to 1.10.2 and improved its use of
28 string-handling functions.
29
30 DEVELOPER RELATED:
31
32 - ...