aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-03-20 23:15:38 -0600
committerTheo Buehler <tb@openbsd.org>2024-03-24 23:56:58 -0600
commitb76bc318e6c109efe8083320da18282ec8e0828e (patch)
treee98f59a65d88b5ff8c1c188c952f39f80d93d3f1
parent17b504f94d9dcc2177c20703990f3667829aa1e6 (diff)
downloadportable-b76bc318e6c109efe8083320da18282ec8e0828e.tar.gz
portable-b76bc318e6c109efe8083320da18282ec8e0828e.tar.bz2
portable-b76bc318e6c109efe8083320da18282ec8e0828e.zip
Initial 4.0.0 changelog
-rw-r--r--ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e892b0f..4be4a27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,7 +28,21 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
313.9.0 - In development 314.0.0 - In development
32
33 * Portable changes
34 * Internal improvements
35 - Cleaned up parts of the conf directory. Simplified some logic,
36 fixed memory leaks.
37 * Documentation improvements
38 - Removed documentation of no longer existing API.
39 * Testing and proactive security
40 - Switched the remaining tests to new certs.
41 * Compatibility changes
42 * Bug fixes
43 - Fixed signed integer overflow in bnrand().
44
453.9.0 - Development release
32 46
33 * Portable changes 47 * Portable changes
34 - libcrypto no longer exports compat symbols in cmake builds. 48 - libcrypto no longer exports compat symbols in cmake builds.