From: Wayne Davison Date: Sat, 26 Mar 2011 21:31:45 +0000 (-0700) Subject: Mention CVE-2011-1097. X-Git-Tag: v3.0.8~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=93562b19412bd6fc2e3a04e2413823686604eb66;p=thirdparty%2Frsync.git Mention CVE-2011-1097. --- diff --git a/NEWS b/NEWS index 18226145..218b7050 100644 --- a/NEWS +++ b/NEWS @@ -10,8 +10,9 @@ Changes since 3.0.7: - Fixed a data-corruption issue when preserving hard-links without preserving file ownership, and doing deletions either before or during - the transfer. This fixes some assert errors in the hard-linking code, - and some potential failed checksums (via -c) that should have matched. + the transfer (CVE-2011-1097). This fixes some assert errors in the + hard-linking code, and some potential failed checksums (via -c) that + should have matched. - Fixed a potential crash when an rsync daemon has a filter/exclude list and the transfer is using ACLs or xattrs.