aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2025-10-14 04:40:28 -0500
committerBrent Cook <busterb@gmail.com>2025-10-14 04:40:28 -0500
commit9a1c7cca42cb030613111ff51e78c065ede1794e (patch)
tree95a72d68f2a6793e6c5ee868f45e963cdd3c3903 /ChangeLog
parent1051f20c25bc65f566b72e5253e0d1032021fdb6 (diff)
downloadportable-4.2.0.tar.gz
portable-4.2.0.tar.bz2
portable-4.2.0.zip
finalize Changelogv4.2.0
Diffstat (limited to 'ChangeLog')
-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