summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS.md15
-rw-r--r--version.h2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index a3e6b9b4..3aabcff1 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,17 @@
+<a name="3.2.4"></a>
+
+# 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`.
+
+------------------------------------------------------------------------------
<a name="3.2.3"></a>
# 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"