Cast the datum_len value to a long for rprintf().
[rsync/rsync.git] / NEWS
CommitLineData
da9aefa6 1NEWS for rsync 3.0.3 (UNRELEASED)
3cbe640d 2Protocol: 30 (unchanged)
da9aefa6 3Changes since 3.0.2:
469ff84e 4
ac1541f4
WD
5 BUG FIXES:
6
1502f4f5
WD
7 - Fixed a wildcard matching problem in the daemon when a module has
8 "use chroot" enabled.
d62fb889 9
6b19df68
WD
10 - Fixed a crash bug in the hard-link code.
11
9ec8583e
WD
12 - Fixed the combination of --xattrs and --backup.
13
6b19df68
WD
14 - The generator no longer allows a '.' dir to be excluded by a daemon-
15 exclude rule.
16
17 - Fixed the conversion of spaces into dashes in the %M log escape.
18
9ec8583e
WD
19 - Fixed several places in the code that were not returning the right
20 errno when a function failed.
21
cc911409
WD
22 - Fixed the backing up of a device or special file into a backup dir.
23
6b19df68
WD
24 - Moved the setting of the socket options prior to the connect().
25
26 - If rsync exits in the middle of a --progress output, it now outputs a
27 newline to prevent the progress line from being overwritten.
28
29 - Fixed a problem with how a destination path with a trailing slash was
30 compared against the daemon excludes.
31
cc911409
WD
32 - If a file's length is so huge that we overflow a checksum buffer count
33 (i.e. several hundred TB), warn the user and avoid sending an invalid
34 checksum struct over the wire.
35
d1f66d8d
WD
36 - If an source arg is excluded, --relative no longer adds the excluded
37 arg's implied dirs to the transfer.
38
6b19df68
WD
39 - Use the overflow_exit() function for overflows, not out_of_memory().
40
ac1541f4
WD
41 ENHANCEMENTS:
42
6b19df68
WD
43 - The rsyncd.conf manpage now consistently refers to the parameters in
44 the daemon config file as "parameters".
fc051378 45
9ec8583e
WD
46 - The description of the --inplace option was improved.
47
7c329ec7
WD
48 DEVELOPER RELATED:
49
6b19df68
WD
50 - Fixed a testcase failure if the tests are run as root and made some
51 compatibility improvements.
52
53 - Ensure that the early patches don't cause any generated-file hunks to
54 bleed-over into patches that follow.