aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog13
1 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 837fb85..e892b0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,9 +35,9 @@ LibreSSL Portable Release Notes:
35 - Most compatibility symbols are prefixed with libressl_ to avoid 35 - Most compatibility symbols are prefixed with libressl_ to avoid
36 symbol clashes in static links. 36 symbol clashes in static links.
37 - Fixed various warnings on Windows. 37 - Fixed various warnings on Windows.
38 - Disabled assert pop-ups with debug builds on Windows. 38 - Removed assert pop-ups with Windows debug builds.
39 - Fixed asserts and hangs in Windows ARM64 builds. 39 - Fixed crashes and hangs in Windows ARM64 builds.
40 - Fixed issues building where CET is not supported. 40 - Improved control-flow enforcement (CET) support.
41 * Internal improvements 41 * Internal improvements
42 - Converted uses of OBJ_bsearch_() to standard bsearch(). 42 - Converted uses of OBJ_bsearch_() to standard bsearch().
43 - Greatly simplified by_file_ctrl(). 43 - Greatly simplified by_file_ctrl().
@@ -104,6 +104,13 @@ LibreSSL Portable Release Notes:
104 - Fixed the new X.509 verifier to find trust anchors in the trusted 104 - Fixed the new X.509 verifier to find trust anchors in the trusted
105 stack. 105 stack.
106 106
1073.8.3 - Stable release
108
109 * Portable changes
110 - Removed assert pop-ups with Windows debug builds.
111 - Fixed crashes and hangs in Windows ARM64 builds.
112 - Improved control-flow enforcement (CET) support.
113
1073.8.2 - Stable release 1143.8.2 - Stable release
108 115
109 * Portable changes 116 * Portable changes