]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
CHANGES.md, NEWS.md: Add 3.5 sections
authorTomas Mraz <tomas@openssl.org>
Thu, 5 Sep 2024 12:57:09 +0000 (14:57 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 6 Sep 2024 14:14:52 +0000 (16:14 +0200)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/25393)

CHANGES.md
NEWS.md

index 219f1c881bd325a8458f75acb7586a1576b81212..69f9620e865a1307f9aa1d789fa509037da96d2f 100644 (file)
@@ -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 001ee4cb324eea999e4b91b7287c6dc8015230a2..a8cf33aec50ec4cf2a14b6faa2c2aa792c5963a1 100644 (file)
--- 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
 -----------