]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add Changes entry for debuginfo generation
authorNeil Horman <nhorman@openssl.org>
Thu, 15 Aug 2024 12:29:34 +0000 (08:29 -0400)
committerTomas Mraz <tomas@openssl.org>
Wed, 21 Aug 2024 13:50:30 +0000 (15:50 +0200)
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25174)

CHANGES.md

index 5f077ecf9575d8d0a79662b3514c5567694c315a..9db980e14287f3403ec4e1a987cebdcb9b5f579b 100644 (file)
@@ -29,6 +29,11 @@ OpenSSL 3.4
 
 ### Changes between 3.3 and 3.4 [xx XXX xxxx]
 
+ * Add debuginfo Makefile target for unix platforms to produce
+   a separate DWARF info file from the corresponding shared libs.
+
+   *Neil Horman*
+
  * Add feature to retrieve configured TLS signature algorithms,
    e.g., via the openssl list command.