From: Richard Levitte Date: Mon, 6 Nov 2023 10:09:38 +0000 (+0100) Subject: Document the exporter change in CHANGES.md and NEWS.md X-Git-Tag: openssl-3.3.0-alpha1~621 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10264b534b366785bb560be77913fdbf9f0f4f8f;p=thirdparty%2Fopenssl.git Document the exporter change in CHANGES.md and NEWS.md Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/20878) --- diff --git a/CHANGES.md b/CHANGES.md index fd7f37fb03d..e7f9dc4c8ae 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 a654335049d..07914e3fdc4 100644 --- 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 -----------