From ec6991fce08711b4c1737474d4ef1cd4c784fa47 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Mon, 7 Oct 2024 15:15:43 +0200 Subject: [PATCH] Prepare for release of 3.4 beta 1 Reviewed-by: Richard Levitte Release: yes --- CHANGES.md | 2 +- NEWS.md | 2 +- VERSION.dat | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 45c83209a94..85267cc7786 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -27,7 +27,7 @@ OpenSSL Releases OpenSSL 3.4 ----------- -### Changes between 3.3 and 3.4 [xx XXX xxxx] +### Changes between 3.3 and 3.4 beta 1 [7 Oct 2024] * For the FIPS provider only, replaced the primary DRBG with a continuous health check module. This also removes the now forbidden DRBG chaining. diff --git a/NEWS.md b/NEWS.md index 001ee4cb324..d8c10fd4963 100644 --- a/NEWS.md +++ b/NEWS.md @@ -22,7 +22,7 @@ OpenSSL Releases OpenSSL 3.4 ----------- -### Major changes between OpenSSL 3.3 and OpenSSL 3.4 [under development] +### Major changes between OpenSSL 3.3 and OpenSSL 3.4 beta 1 [in pre-release] OpenSSL 3.4.0 is a feature release adding significant new functionality to OpenSSL. diff --git a/VERSION.dat b/VERSION.dat index c901bc83d78..dbc85d02310 100644 --- a/VERSION.dat +++ b/VERSION.dat @@ -1,7 +1,7 @@ MAJOR=3 MINOR=4 PATCH=0 -PRE_RELEASE_TAG=beta1-dev +PRE_RELEASE_TAG=beta1 BUILD_METADATA= -RELEASE_DATE="" +RELEASE_DATE="7 Oct 2024" SHLIB_VERSION=3 -- 2.47.3