summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2024-06-04 15:00:52 +0200
committerTomas Mraz <tomas@openssl.org>2024-06-04 15:00:52 +0200
commitcd1e967483577ec4a42ebe75942894c10655e2b6 (patch)
tree68320a2111417a336473006e46fc8344ff8f43be /CHANGES.md
parent5d13ced1435fa0a38b069bf732e83429e6fc61a6 (diff)
Prepare for release of 3.2.2openssl-3.2.2
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 5365f208e4..456b131caf 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -25,7 +25,7 @@ OpenSSL Releases
OpenSSL 3.2
-----------
-### Changes between 3.2.1 and 3.2.2 [xx XXX xxxx]
+### Changes between 3.2.1 and 3.2.2 [4 Jun 2024]
* Fixed potential use after free after SSL_free_buffers() is called.