From ad4910fad22d57c6d685b0ca83bdb7b2bf69d8fd Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 5 Jul 2022 10:57:04 +0200 Subject: Prepare for release of 3.0.5 Reviewed-by: Paul Dale 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 5bafbc1b5d..e30923f640 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -28,7 +28,7 @@ breaking changes, and mappings for the large list of deprecated functions. [Migration guide]: https://github.com/openssl/openssl/tree/master/doc/man7/migration_guide.pod -### Changes between 3.0.4 and 3.0.5 [xx XXX xxxx] +### Changes between 3.0.4 and 3.0.5 [5 Jul 2022] * The OpenSSL 3.0.4 release introduced a serious bug in the RSA implementation for X86_64 CPUs supporting the AVX512IFMA instructions. diff --git a/NEWS.md b/NEWS.md index ba510bdd56..19baa496fc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -18,7 +18,7 @@ OpenSSL Releases OpenSSL 3.0 ----------- -### Major changes between OpenSSL 3.0.4 and OpenSSL 3.0.5 [under development] +### Major changes between OpenSSL 3.0.4 and OpenSSL 3.0.5 [5 Jul 2022] * Fixed heap memory corruption with RSA private key operation ([CVE-2022-2274]) diff --git a/VERSION.dat b/VERSION.dat index 0d128fe307..98ae06b812 100644 --- a/VERSION.dat +++ b/VERSION.dat @@ -1,7 +1,7 @@ MAJOR=3 MINOR=0 PATCH=5 -PRE_RELEASE_TAG=dev +PRE_RELEASE_TAG= BUILD_METADATA= -RELEASE_DATE="21 Jun 2022" +RELEASE_DATE="5 Jul 2022" SHLIB_VERSION=3 -- cgit v1.2.3