Files
rsync/NEWS
2010-06-30 09:19:01 -07:00

30 lines
1.1 KiB
Plaintext

NEWS for rsync 3.0.8 (UNRELEASED)
Protocol: 30 (unchanged)
Changes since 3.0.7:
BUG FIXES:
- Fixed a buffer-overflow issue where a directory path that is exactly
MAXPATHLEN was not handled correctly.
- Fixed a potential crash when an rsync daemon has a filter/exclude list
and the transfer is using ACLs or extended attributes.
- Fixed a batch-file writing bug that would not write out the full set of
compatibility flags that the transfer was using. This fixes a potential
protocol problem for a batch file that contains a sender-side I/O error:
it would have been sent in a way that the batch-reader wasn't expecting.
- Some improvements to the hard-linking code to ensure that device-number
hashing is working right, and to supply more information if the hard-link
code fails.
- A couple minor option tweaks to support/rrsync script, and also some
regex changes that make vim highlighting happier.
DEVELOPER RELATED:
- Updated the helper scripts in the packaging subdirectory.
- Renamed configure.in to configure.ac.