Sync CHANGES.md and NEWS.md with 3.2 branch
authorTomas Mraz <tomas@openssl.org>
Thu, 4 Jan 2024 09:07:17 +0000 (10:07 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 9 Jan 2024 14:45:32 +0000 (15:45 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23200)

CHANGES.md
NEWS.md

index 57507381e13e5ac15f5c49e508182c4e501fc494..031c7101f8c0df292ff1c3596b4283e88c186e98 100644 (file)
@@ -28,11 +28,6 @@ OpenSSL 3.3
 
 ### Changes between 3.2 and 3.3 [xx XXX xxxx]
 
- * Disable building QUIC server utility when OpenSSL is configured with
-   `no-apps`
-
-   *Vitalii Koshura*
-
  * The activate and soft_load configuration settings for providers in
    openssl.cnf have been updated to require a value of [1|yes|true|on]
    (in lower or UPPER case) to enable the setting. Conversely a value
@@ -78,6 +73,13 @@ OpenSSL 3.3
 OpenSSL 3.2
 -----------
 
+### Changes between 3.2.0 and 3.2.1 [xx XXX xxxx]
+
+ * Disable building QUIC server utility when OpenSSL is configured with
+   `no-apps`.
+
+   *Vitalii Koshura*
+
 ### Changes between 3.1 and 3.2 [xx XXX xxxx]
 
  * The EVP_PKEY_fromdata function has been augmented to allow for the derivation
diff --git a/NEWS.md b/NEWS.md
index f85a87657c047ae897f7e70679d448da24f8c4e9..6f619a14deafa98dbcae221c2b0f87cc38c78972 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -29,7 +29,11 @@ OpenSSL 3.3
 OpenSSL 3.2
 -----------
 
-### Major changes between OpenSSL 3.1 and OpenSSL 3.2 [under development]
+### Major changes between OpenSSL 3.2.0 and OpenSSL 3.2.1 [under development]
+
+  * none
+
+### Major changes between OpenSSL 3.1 and OpenSSL 3.2.0 [23 Nov 2023]
 
 OpenSSL 3.2.0 is a feature release adding significant new functionality to
 OpenSSL.