Fix a typo that Andrea Gelmini pointed out.
[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 a batch-file writing bug that would not write out the full set of
14       compatibility flags that the transfer was using.  This fixes a potential
15       protocol problem for a batch file that contains a sender-side I/O error:
16       it would have been sent in a way that the batch-reader wasn't expecting.
17
18     - Some improvements to the hard-linking code to ensure that device-number
19       hashing is working right, and to supply more information if the hard-link
20       code fails.
21
22     - A couple minor option tweaks to support/rrsync script, and also some
23       regex changes that make vim highlighting happier.
24
25   DEVELOPER RELATED:
26
27     - Updated the helper scripts in the packaging subdirectory.
28
29     - Renamed configure.in to configure.ac.