diff options
author | Brent Cook <busterb@gmail.com> | 2024-03-08 00:53:26 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-03-08 00:53:26 -0600 |
commit | 69449e791b5e99408a686fa68c2e5745a950162f (patch) | |
tree | 5709100ea15a3d844193e27a94ec735dc3983b37 | |
parent | 530084a5f641eb290fdb9bd663d810bcaecb0f48 (diff) | |
download | portable-3.9.0.tar.gz portable-3.9.0.tar.bz2 portable-3.9.0.zip |
changelog updatesv3.9.0
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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 | ||
107 | 3.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 | |||
107 | 3.8.2 - Stable release | 114 | 3.8.2 - Stable release |
108 | 115 | ||
109 | * Portable changes | 116 | * Portable changes |