Document the exporter change in CHANGES.md and NEWS.md
authorRichard Levitte <levitte@openssl.org>
Mon, 6 Nov 2023 10:09:38 +0000 (11:09 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 15 Nov 2023 07:22:29 +0000 (08:22 +0100)
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20878)

CHANGES.md
NEWS.md

index fd7f37fb03de7ec6e6bc56a07643364beeedc1f0..e7f9dc4c8aedff12efaaeb893ce27c1d2b52b783 100644 (file)
@@ -26,6 +26,13 @@ OpenSSL 3.3
 
 ### Changes between 3.2 and 3.3 [xx XXX xxxx]
 
+ * The build of exporters (such as `.pc` files for pkg-config) cleaned up to
+   be less hard coded in the build file templates, and to allow easier
+   addition of more exporters.  With that, an exporter for CMake is also
+   added.
+
+   *Richard Levitte*
+
  * The BLAKE2s hash algorithm matches BLAKE2b's support
    for configurable output length.
 
diff --git a/NEWS.md b/NEWS.md
index a654335049de1053e811b6deecddd3753fc45a75..07914e3fdc4ab5eed8670449f11c8f1955630dda 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -23,7 +23,8 @@ OpenSSL 3.3
 
 ### Major changes between OpenSSL 3.2 and OpenSSL 3.3 [under development]
 
-  * none
+  * Added exporter for CMake on Unix and Windows, alongside the pkg-config
+    exporter.
 
 OpenSSL 3.2
 -----------