From 5a4116e553551ed314eea4bc85db8f54fd5fd03b Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 15 Aug 2022 19:01:56 -0700 Subject: [PATCH] Start 3.2.6dev going. --- NEWS.md | 15 +++++++++++++++ version.h | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) 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 -- 2.47.2