diff options
author | Brent Cook <busterb@gmail.com> | 2024-03-03 17:57:30 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-03-06 04:10:15 -0600 |
commit | 833cc83e5d438c3f8209602330de93a771d953c8 (patch) | |
tree | d22bde92ad4887d1437f8e8faf528725b1688f36 | |
parent | 5e2a489947a53ec3cbf6dbe5d8abd73b069b84f5 (diff) | |
download | portable-833cc83e5d438c3f8209602330de93a771d953c8.tar.gz portable-833cc83e5d438c3f8209602330de93a771d953c8.tar.bz2 portable-833cc83e5d438c3f8209602330de93a771d953c8.zip |
add additional portable improvements
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,6 +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. | ||
39 | - Fixed asserts and hangs in Windows ARM64 builds. | ||
40 | - Fixed issues building where CET is not supported. | ||
38 | * Internal improvements | 41 | * Internal improvements |
39 | - Converted uses of OBJ_bsearch_() to standard bsearch(). | 42 | - Converted uses of OBJ_bsearch_() to standard bsearch(). |
40 | - Greatly simplified by_file_ctrl(). | 43 | - Greatly simplified by_file_ctrl(). |