Mention the security fix for patches/xattrs.diff.

This commit is contained in:
Wayne Davison
2006-04-21 00:05:30 +00:00
parent 8641d28740
commit 62ae66d43b

5
NEWS
View File

@@ -39,6 +39,8 @@ Changes since 2.6.7:
- When we output a fatal error, we now output the version of rsync in the
message.
- Improved the documentation for the --owner and --group options.
- The rsyncstats script in "support" has an improved line-parsing regex
that is easier to read and also makes it to parse syslog-generated lines.
@@ -51,6 +53,9 @@ Changes since 2.6.7:
- Removd two unused configure checks and two related (also unused)
compatibility functions.
- The xattrs.diff patch received a security fix that prevents a potential
buffer overflow in the receive_xattr() code.
- The acls.diff patch has been improved quite a bit, with more to come.
- A new patch was added: log-file.diff. This contains an early version of