Start 3.2.6dev going.

This commit is contained in:
Wayne Davison
2022-08-15 19:01:56 -07:00
parent 024bf1d831
commit 5a4116e553
2 changed files with 16 additions and 1 deletions

15
NEWS.md
View File

@@ -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 |

View File

@@ -1,2 +1,2 @@
#define RSYNC_VERSION "3.2.5"
#define RSYNC_VERSION "3.2.6dev"
#define MAINTAINER_TZ_OFFSET -7.0