From c5a1f7298d5e85f1de586f9f3f371abf3931bd21 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 22 Oct 2024 13:27:03 +0100 Subject: [PATCH] Prepare for 3.4.1 Reviewed-by: Richard Levitte Release: yes --- CHANGES.md | 4 ++++ NEWS.md | 4 ++++ VERSION.dat | 6 +++--- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 82d97569114..d4b6107c2a2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -27,6 +27,10 @@ OpenSSL Releases OpenSSL 3.4 ----------- +### Changes between 3.4.0 and 3.4.1 [xx XXX xxxx] + + * none yet + ### Changes between 3.3 and 3.4.0 [22 Oct 2024] * For the FIPS provider only, replaced the primary DRBG with a continuous diff --git a/NEWS.md b/NEWS.md index b6e63970151..bca2629077c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -22,6 +22,10 @@ OpenSSL Releases OpenSSL 3.4 ----------- +### Major changes between OpenSSL 3.4.0 and OpenSSL 3.4.1 [under development] + + * none + ### Major changes between OpenSSL 3.3 and OpenSSL 3.4.0 [22 Oct 2024] OpenSSL 3.4.0 is a feature release adding significant new functionality to diff --git a/VERSION.dat b/VERSION.dat index 3bcaa17af09..41561dc6234 100644 --- a/VERSION.dat +++ b/VERSION.dat @@ -1,7 +1,7 @@ MAJOR=3 MINOR=4 -PATCH=0 -PRE_RELEASE_TAG= +PATCH=1 +PRE_RELEASE_TAG=dev BUILD_METADATA= -RELEASE_DATE="22 Oct 2024" +RELEASE_DATE="" SHLIB_VERSION=3 -- 2.47.2