From 89cd17a031e022211684eb7eb41190cf1910f9fa Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 7 Sep 2021 13:46:32 +0200 Subject: Prepare for release of 3.0.0 Reviewed-by: Tomas Mraz --- 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 00d9246274..e6757e0af5 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 1.1.1 and 3.0 [xx XXX xxxx] +### Changes between 1.1.1 and 3.0.0 [7 sep 2021] * TLS_MAX_VERSION, DTLS_MAX_VERSION and DTLS_MIN_VERSION constants are now deprecated. diff --git a/NEWS.md b/NEWS.md index cec9cd48e0..b71a55d051 100644 --- a/NEWS.md +++ b/NEWS.md @@ -18,7 +18,7 @@ OpenSSL Releases OpenSSL 3.0 ----------- -### Major changes between OpenSSL 1.1.1 and OpenSSL 3.0 [under development] +### Major changes between OpenSSL 1.1.1 and OpenSSL 3.0.0 [7 sep 2021] * Enhanced 'openssl list' with many new options. * Added migration guide to man7. diff --git a/VERSION.dat b/VERSION.dat index d5c6836ce5..524bf96c8b 100644 --- a/VERSION.dat +++ b/VERSION.dat @@ -1,7 +1,7 @@ MAJOR=3 MINOR=0 PATCH=0 -PRE_RELEASE_TAG=beta3-dev +PRE_RELEASE_TAG= BUILD_METADATA= -RELEASE_DATE="" +RELEASE_DATE="7 sep 2021" SHLIB_VERSION=3 -- cgit v1.2.3