diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2022-02-18 20:49:17 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2022-02-18 20:49:17 +0900 |
commit | 75388d4d2bc110fc6ebac7bfcaf752884753498b (patch) | |
tree | f9a08db35832a12c135f37174cae7fcb81903f0f /ChangeLog | |
parent | f026757d12bb4c17cec63993d6062ab36050403c (diff) | |
download | portable-75388d4d2bc110fc6ebac7bfcaf752884753498b.tar.gz portable-75388d4d2bc110fc6ebac7bfcaf752884753498b.tar.bz2 portable-75388d4d2bc110fc6ebac7bfcaf752884753498b.zip |
Add portable improvements to changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -38,6 +38,12 @@ LibreSSL Portable Release Notes: | |||
38 | * Portable Improvements | 38 | * Portable Improvements |
39 | - Fixed various POSIX compliance and other portability issues | 39 | - Fixed various POSIX compliance and other portability issues |
40 | found by the port to the Sortix operating system. | 40 | found by the port to the Sortix operating system. |
41 | - Add libmd as platform specific libraries for Solaris. | ||
42 | Issue reported from (ihsan <at> opencsw org) on libressl ML. | ||
43 | - Set IA-64 compiler flag only if it is HP-UX with IA-64. | ||
44 | Suggested from Larkin Nickle (me <at> larbob org) by libressl ML. | ||
45 | - Enabled and scheduled Coverity scan. | ||
46 | Contributed by Ilya Shipitsin (chipitsine <at> gmail com> on github. | ||
41 | * Compatibility Changes | 47 | * Compatibility Changes |
42 | - Most structs that were previously defined in the following headers | 48 | - Most structs that were previously defined in the following headers |
43 | are now opaque as they are in OpenSSL 1.1: | 49 | are now opaque as they are in OpenSSL 1.1: |