aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce28ed4..0eb2810 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,7 @@ history is also available from Git.
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
314.1.0 - In development 314.1.0 - In development
32
32 * Portable changes 33 * Portable changes
33 - Fixed CMake builds on FreeBSD. 34 - Fixed CMake builds on FreeBSD.
34 * Internal improvements 35 * Internal improvements
@@ -45,6 +46,7 @@ LibreSSL Portable Release Notes:
45 - Removed timegm() compatibility layer since all uses were replaced 46 - Removed timegm() compatibility layer since all uses were replaced
46 with OPENSSL_timegm(). Cleaned up the corresponding test harness. 47 with OPENSSL_timegm(). Cleaned up the corresponding test harness.
47 - The mips32 platform is no longer actively supported. 48 - The mips32 platform is no longer actively supported.
49 - Fixed Windows support for dates beyond 2038.
48 * Internal improvements 50 * Internal improvements
49 - Cleaned up parts of the conf directory. Simplified some logic, 51 - Cleaned up parts of the conf directory. Simplified some logic,
50 fixed memory leaks. 52 fixed memory leaks.