From 203b3d0143e3a0955b68458cd693bf7adf95f241 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 27 Aug 2020 19:33:15 -0700 Subject: [PATCH] Setup for 3.2.4dev. --- NEWS.md | 15 +++++++++++++++ version.h | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index a3e6b9b4..3aabcff1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,17 @@ + + +# NEWS for rsync 3.2.4 (UNRELEASED) + +## Changes in this version: + +### BUG FIXES: + + - Use openssl's `-verify_hostname` option in the rsync-ssl script. + + - Avoid a weird failure if you run a local copy with an `--rsh` option that + contained a `V`. + +------------------------------------------------------------------------------ # NEWS for rsync 3.2.3 (6 Aug 2020) @@ -4244,6 +4258,7 @@ | RELEASE DATE | VER. | DATE OF COMMIT\* | PROTOCOL | |--------------|--------|------------------|-------------| +| ?? Sep 2020 | 3.2.4 | | 31 | | 06 Aug 2020 | 3.2.3 | | 31 | | 04 Jul 2020 | 3.2.2 | | 31 | | 22 Jun 2020 | 3.2.1 | | 31 | diff --git a/version.h b/version.h index e2fb963b..da21e0fd 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define RSYNC_VERSION "3.2.3" +#define RSYNC_VERSION "3.2.4dev" -- 2.47.2