]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Start 3.2.6dev going.
authorWayne Davison <wayne@opencoder.net>
Tue, 16 Aug 2022 02:01:56 +0000 (19:01 -0700)
committerWayne Davison <wayne@opencoder.net>
Tue, 16 Aug 2022 02:01:56 +0000 (19:01 -0700)
NEWS.md
version.h

diff --git a/NEWS.md b/NEWS.md
index e32600c5e9ba188e5325269328fd6821a43d5ae4..8b9624a2260e3d4776983798e5549b25b7327690 100644 (file)
--- 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:
 
 | 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          |
index 82aa78f2b1fef43bfa8f9fedca7c8b8552bc3798..fac4fa4becf17156a0cfd3ba9bb0d58cdc81670a 100644 (file)
--- 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