From: Wayne Davison Date: Fri, 28 Aug 2020 02:33:15 +0000 (-0700) Subject: Setup for 3.2.4dev. X-Git-Tag: v3.2.4pre1~144 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=203b3d0143e3a0955b68458cd693bf7adf95f241;p=thirdparty%2Frsync.git Setup for 3.2.4dev. --- 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"