Die if we sent --max-delete=0 to a receiving side that is too old.
[rsync/rsync.git] / NEWS
... / ...
CommitLineData
1NEWS for rsync 3.0.0 (UNRELEASED)
2Protocol: 29 (unchanged)
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 - ...
17
18 INTERNAL:
19
20 - Added some isType() functions that make dealing with signed characters
21 easier without forcing variables via casts.
22
23 - Upgraded the included popt version to 1.10.2 and improved its use of
24 string-handling functions.
25
26 DEVELOPER RELATED:
27
28 - ...