From b11183f68658cf625a3befd6d245923d588638f5 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 14 Dec 2021 16:16:32 +0000 Subject: Prepare for 3.0.2 Reviewed-by: Richard Levitte --- CHANGES.md | 4 ++++ NEWS.md | 4 ++++ VERSION.dat | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b7b322f3c1..a4799e3b63 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -28,6 +28,10 @@ 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.1 and 3.0.2 [xx XXX xxxx] + + * + ### Changes between 3.0.0 and 3.0.1 [14 Dec 2021] * Fixed invalid handling of X509_verify_cert() internal errors in libssl diff --git a/NEWS.md b/NEWS.md index c27423e584..61d66d9aac 100644 --- a/NEWS.md +++ b/NEWS.md @@ -18,6 +18,10 @@ OpenSSL Releases OpenSSL 3.0 ----------- +### Major changes between OpenSSL 3.0.1 and OpenSSL 3.0.2 [under development] + + * + ### Major changes between OpenSSL 3.0.0 and OpenSSL 3.0.1 [14 Dec 2021] * Fixed invalid handling of X509_verify_cert() internal errors in libssl diff --git a/VERSION.dat b/VERSION.dat index 6f4423d73c..7c3989e20e 100644 --- a/VERSION.dat +++ b/VERSION.dat @@ -1,7 +1,7 @@ MAJOR=3 MINOR=0 -PATCH=1 -PRE_RELEASE_TAG= +PATCH=2 +PRE_RELEASE_TAG=dev BUILD_METADATA= RELEASE_DATE="14 Dec 2021" SHLIB_VERSION=3 -- cgit v1.2.3