From: Tomas Mraz Date: Thu, 5 Sep 2024 12:57:09 +0000 (+0200) Subject: CHANGES.md, NEWS.md: Add 3.5 sections X-Git-Tag: openssl-3.5.0-alpha1~1165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c82588173d33222b33693f698bc9c7614675e9f;p=thirdparty%2Fopenssl.git CHANGES.md, NEWS.md: Add 3.5 sections Reviewed-by: Neil Horman Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/25393) --- diff --git a/CHANGES.md b/CHANGES.md index 219f1c881bd..69f9620e865 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,6 +12,7 @@ appropriate release branch. OpenSSL Releases ---------------- + - [OpenSSL 3.5](#openssl-35) - [OpenSSL 3.4](#openssl-34) - [OpenSSL 3.3](#openssl-33) - [OpenSSL 3.2](#openssl-32) @@ -27,6 +28,13 @@ OpenSSL Releases OpenSSL 3.4 ----------- +### Changes between 3.4 and 3.5 [xx XXX xxxx] + + * none yet + +OpenSSL 3.4 +----------- + ### Changes between 3.3 and 3.4 [xx XXX xxxx] * Improved base64 BIO correctness and error reporting. diff --git a/NEWS.md b/NEWS.md index 001ee4cb324..a8cf33aec50 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,6 +7,7 @@ release. For more details please read the CHANGES file. OpenSSL Releases ---------------- + - [OpenSSL 3.5](#openssl-35) - [OpenSSL 3.4](#openssl-34) - [OpenSSL 3.3](#openssl-33) - [OpenSSL 3.2](#openssl-32) @@ -19,6 +20,25 @@ OpenSSL Releases - [OpenSSL 1.0.0](#openssl-100) - [OpenSSL 0.9.x](#openssl-09x) +OpenSSL 3.5 +----------- + +### Major changes between OpenSSL 3.4 and OpenSSL 3.5 [under development] + +OpenSSL 3.5.0 is a feature release adding significant new functionality to +OpenSSL. + +This release is in development. + +This release incorporates the following potentially significant or incompatible +changes: + + * none yet + +This release adds the following new features: + + * none yet + OpenSSL 3.4 -----------