diff options
author | Brent Cook <busterb@gmail.com> | 2024-10-13 23:51:17 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-10-13 23:51:17 -0500 |
commit | 7a0f690de4dbb4bb7a7078b4fae3e1ec6e764390 (patch) | |
tree | 813bb60c3222ab75b3df736d2ff297c50c2c665e | |
parent | c4026899d9f2b8920c56af78771acc93100f693b (diff) | |
download | portable-4.0.0.tar.gz portable-4.0.0.tar.bz2 portable-4.0.0.zip |
update Changelogv4.0.0
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,13 +28,14 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 4.0.0 - In development | 31 | 4.0.0 - Stable release |
32 | 32 | ||
33 | * Portable changes | 33 | * Portable changes |
34 | - Added initial Emscripten support in CMake builds. | 34 | - Added initial Emscripten support in CMake builds. |
35 | - Removed timegm() compatibility layer since all uses were replaced | 35 | - Removed timegm() compatibility layer since all uses were replaced |
36 | with OPENSSL_timegm(). Cleaned up the corresponding test harness. | 36 | with OPENSSL_timegm(). Cleaned up the corresponding test harness. |
37 | - The mips32 platform is no longer actively supported. | 37 | - The mips32 platform is no longer actively supported. |
38 | - Fixed Windows support for dates beyond 2038. | ||
38 | * Internal improvements | 39 | * Internal improvements |
39 | - Cleaned up parts of the conf directory. Simplified some logic, | 40 | - Cleaned up parts of the conf directory. Simplified some logic, |
40 | fixed memory leaks. | 41 | fixed memory leaks. |