From: Wayne Davison Date: Sun, 7 Aug 2022 16:59:43 +0000 (-0700) Subject: Update the NEWS. X-Git-Tag: v3.2.5pre2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cafc1f8bf879e3274c106decfdccbd5b5f39470;p=thirdparty%2Frsync.git Update the NEWS. --- diff --git a/NEWS.md b/NEWS.md index 70c0b00f..0c212da9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -13,12 +13,15 @@ directory that contains files that aren't from the remote host unless you trust the remote host). Fixes CVE-2022-29154. + - A fix for CVE-2022-37434 in the bundled zlib (buffer overflow issue). + ### BUG FIXES: - Fixed the configure check for signed char that was causing a host that defaults to unsigned characters to generate bogus rolling checksums. This made rsync send mostly literal data for a copy instead of finding matching - data in the receiver's basis file. + data in the receiver's basis file (for a file that contains high-bit + characters). - Lots of manpage improvements, including an attempt to better describe how include/exclude filters work.