From 69449e791b5e99408a686fa68c2e5745a950162f Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 8 Mar 2024 00:53:26 -0600 Subject: [PATCH] changelog updates --- ChangeLog | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 837fb8595d..e892b0fdf4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,9 +35,9 @@ LibreSSL Portable Release Notes: - Most compatibility symbols are prefixed with libressl_ to avoid symbol clashes in static links. - Fixed various warnings on Windows. - - Disabled assert pop-ups with debug builds on Windows. - - Fixed asserts and hangs in Windows ARM64 builds. - - Fixed issues building where CET is not supported. + - Removed assert pop-ups with Windows debug builds. + - Fixed crashes and hangs in Windows ARM64 builds. + - Improved control-flow enforcement (CET) support. * Internal improvements - Converted uses of OBJ_bsearch_() to standard bsearch(). - Greatly simplified by_file_ctrl(). @@ -104,6 +104,13 @@ LibreSSL Portable Release Notes: - Fixed the new X.509 verifier to find trust anchors in the trusted stack. +3.8.3 - Stable release + + * Portable changes + - Removed assert pop-ups with Windows debug builds. + - Fixed crashes and hangs in Windows ARM64 builds. + - Improved control-flow enforcement (CET) support. + 3.8.2 - Stable release * Portable changes