Mention all the latest changes in the NEWS.
[rsync/rsync.git] / NEWS
... / ...
CommitLineData
1NEWS for rsync 3.0.3 (UNRELEASED)
2Protocol: 30 (unchanged)
3Changes since 3.0.2:
4
5 BUG FIXES:
6
7 - Fixed a wildcard matching problem in the daemon when a module has
8 "use chroot" enabled.
9
10 - Fixed a crash bug in the hard-link code.
11
12 - The generator no longer allows a '.' dir to be excluded by a daemon-
13 exclude rule.
14
15 - Fixed the conversion of spaces into dashes in the %M log escape.
16
17 - Moved the setting of the socket options prior to the connect().
18
19 - If rsync exits in the middle of a --progress output, it now outputs a
20 newline to prevent the progress line from being overwritten.
21
22 - Fixed a problem with how a destination path with a trailing slash was
23 compared against the daemon excludes.
24
25 - Use the overflow_exit() function for overflows, not out_of_memory().
26
27 ENHANCEMENTS:
28
29 - The rsyncd.conf manpage now consistently refers to the parameters in
30 the daemon config file as "parameters".
31
32 DEVELOPER RELATED:
33
34 - Fixed a testcase failure if the tests are run as root and made some
35 compatibility improvements.
36
37 - Ensure that the early patches don't cause any generated-file hunks to
38 bleed-over into patches that follow.