aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ced6607..ea34610 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,9 +28,16 @@ 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.
35 - Fixed compilation on more CPU targets by removing architecture-specific
36 definitions from header files.
37 - Fixed builds in deep paths by using relative paths for linking.
38 - Fixed Windows builds with Clang and CMake.
39 - Fixed Windows error handling accepting connections with nc.
40 - Fixed 32-bit ARM builds on Darwin.
34 * Internal improvements 41 * Internal improvements
35 - Cleaned up code implementing block cipher modes of operation. 42 - Cleaned up code implementing block cipher modes of operation.
36 Includes untangling a horrible #ifdef mess and removing a few 43 Includes untangling a horrible #ifdef mess and removing a few