- Fixed a bug when sending a negative 64-bit number (which may not
[rsync/rsync.git] / NEWS
CommitLineData
2955529b 1NEWS for rsync 3.0.0 (UNRELEASED)
2dc3db2a 2Protocol: 30 (changed)
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
d0d0e41f
WD
14 - A negated filter rule now sends the negation option when sending the
15 filter rules.
16
ac1541f4
WD
17 ENHANCEMENTS:
18
2dc3db2a
WD
19 - You may specify --max-delete=0 to a 3.0.0 client as long as the
20 receiving side is at least version 3.0.0. This means that you
21 can pull from an older rsync with this option, but pushing to an
22 older rsync will generate an error. *Be careful to never specify
23 a 0 value to older rsync client, or it will be silently ignored.*
8adc22e3 24
4968423e
WD
25 INTERNAL:
26
4d2ea5a8
WD
27 - Added some isType() functions that make dealing with signed characters
28 easier without forcing variables via casts.
29
3a72cc29
WD
30 - Upgraded the included popt version to 1.10.2 and improved its use of
31 string-handling functions.
418da6d9 32
d0d0e41f
WD
33 - Added missing prototypes for compatibility functions from the lib dir.
34
35 - Figure out if the iconv() function has a const arg to avoid a compiler
36 warning.
37
38 - Improved the use of "const" on pointers.
39
7c329ec7
WD
40 DEVELOPER RELATED:
41
2955529b 42 - ...