Mention latest changes.
[rsync.git] / NEWS
1 NEWS for rsync 3.0.8 (UNRELEASED)
2 Protocol: 30 (unchanged)
3 Changes since 3.0.7:
4
5   BUG FIXES:
6
7     - Fixed a buffer-overflow issue where a directory path that is exactly
8       MAXPATHLEN was not handled correctly.
9
10     - Fixed a potential crash when an rsync daemon has a filter/exclude list
11       and the transfer is using ACLs or extended attributes.
12
13     - Fixed compression-ignoring of upper-case suffixes.
14
15     - If the destination arg is an empty string, it will be treated as a
16       reference to the current directory (as 2.x used to do).
17
18     - Fixed a batch-file writing bug that would not write out the full set of
19       compatibility flags that the transfer was using.  This fixes a potential
20       protocol problem for a batch file that contains a sender-side I/O error:
21       it would have been sent in a way that the batch-reader wasn't expecting.
22
23     - Some improvements to the hard-linking code to ensure that device-number
24       hashing is working right, and to supply more information if the hard-link
25       code fails.
26
27     - Fix the popt arg parsing so that an option that doesn't take an arg will
28       reject an attempt to supply and arg.
29
30     - A couple minor option tweaks to support/rrsync script, and also some
31       regex changes that make vim highlighting happier.
32
33     - A few manpage improvements.
34
35     - A couple fixes to the socketpair_tcp() routine.
36
37   DEVELOPER RELATED:
38
39     - Updated the helper scripts in the packaging subdirectory.
40
41     - Renamed configure.in to configure.ac.