From: Wayne Davison Date: Tue, 16 Aug 2022 02:01:56 +0000 (-0700) Subject: Start 3.2.6dev going. X-Git-Tag: v3.2.6~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a4116e553551ed314eea4bc85db8f54fd5fd03b;p=thirdparty%2Frsync.git Start 3.2.6dev going. --- diff --git a/NEWS.md b/NEWS.md index e32600c5..8b9624a2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,17 @@ +# NEWS for rsync 3.2.6 (UNRELEASED) + +## Changes in this version: + +### BUG FIXES: + +- More path-cleaning in the file-list verification code to handle some rejected + args. + +- Fixed a bug in the internal MD4 checksum code that could cause the digest + to be incorrect part of the time (the openssl version was/is fine). + +------------------------------------------------------------------------------ + # NEWS for rsync 3.2.5 (14 Aug 2022) ## Changes in this version: @@ -4541,6 +4555,7 @@ | RELEASE DATE | VER. | DATE OF COMMIT\* | PROTOCOL | |--------------|--------|------------------|-------------| +| ?? Dec 2022 | 3.2.6 | | 31 | | 14 Aug 2022 | 3.2.5 | | 31 | | 15 Apr 2022 | 3.2.4 | | 31 | | 06 Aug 2020 | 3.2.3 | | 31 | diff --git a/version.h b/version.h index 82aa78f2..fac4fa4b 100644 --- a/version.h +++ b/version.h @@ -1,2 +1,2 @@ -#define RSYNC_VERSION "3.2.5" +#define RSYNC_VERSION "3.2.6dev" #define MAINTAINER_TZ_OFFSET -7.0