aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e9f40b1..ea34610 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,7 +28,7 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
314.2.0 - In development 314.2.0 - Stable release
32 32
33 * Portable changes 33 * Portable changes
34 - Added explicit OpenBSD/ISC license to build system / scripts. 34 - Added explicit OpenBSD/ISC license to build system / scripts.
@@ -37,6 +37,7 @@ LibreSSL Portable Release Notes:
37 - Fixed builds in deep paths by using relative paths for linking. 37 - Fixed builds in deep paths by using relative paths for linking.
38 - Fixed Windows builds with Clang and CMake. 38 - Fixed Windows builds with Clang and CMake.
39 - Fixed Windows error handling accepting connections with nc. 39 - Fixed Windows error handling accepting connections with nc.
40 - Fixed 32-bit ARM builds on Darwin.
40 * Internal improvements 41 * Internal improvements
41 - Cleaned up code implementing block cipher modes of operation. 42 - Cleaned up code implementing block cipher modes of operation.
42 Includes untangling a horrible #ifdef mess and removing a few 43 Includes untangling a horrible #ifdef mess and removing a few