Mention another internal change.
[rsync/rsync.git] / NEWS
CommitLineData
2955529b 1NEWS for rsync 3.0.0 (UNRELEASED)
3ae6c187 2Protocol: 29 (unchanged)
2955529b 3Changes since 2.6.9:
36f59b58 4
ac1541f4
WD
5 BUG FIXES:
6
3a72cc29
WD
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.
b4f02871 13
ac1541f4
WD
14 ENHANCEMENTS:
15
2955529b 16 - ...
8adc22e3 17
4968423e
WD
18 INTERNAL:
19
4d2ea5a8
WD
20 - Added some isType() functions that make dealing with signed characters
21 easier without forcing variables via casts.
22
3a72cc29
WD
23 - Upgraded the included popt version to 1.10.2 and improved its use of
24 string-handling functions.
418da6d9 25
7c329ec7
WD
26 DEVELOPER RELATED:
27
2955529b 28 - ...