summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2024-06-04 16:21:01 +0200
committerTomas Mraz <tomas@openssl.org>2024-06-04 16:21:01 +0200
commit8ffa005476942fc89d247448f95077c104efadf1 (patch)
treeea8b6e2f96b11500b22a9d2c7058d1667797939f /CHANGES.md
parentc660de6b704e97207c8257638a90bc54893f8c7d (diff)
Prepare for release of 3.1.6openssl-3.1.6
Reviewed-by: Neil Horman <nhorman@openssl.org> Release: yes
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 290f346dd9..3da0eff961 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -22,7 +22,7 @@ OpenSSL Releases
OpenSSL 3.1
-----------
-### Changes between 3.1.5 and 3.1.6 [xx XXX xxxx]
+### Changes between 3.1.5 and 3.1.6 [4 Jun 2024]
* Fixed potential use after free after SSL_free_buffers() is called.