aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 81b4f7b..77ccbb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,13 +28,14 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
314.0.0 - In development 314.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.