aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.