summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2023-02-07 14:44:20 +0100
committerRichard Levitte <levitte@openssl.org>2023-02-07 14:44:20 +0100
commit2389cdc9f74268a0d5164a998929ffe50102c0eb (patch)
tree96b2dc11a70a4b4bc96f73c5e4b5e0bef218592e /CHANGES.md
parent31157bc0b46e04227b8468d3e6915e4d0332777c (diff)
Prepare for 3.0.9
Reviewed-by: Tomas Mraz <tomas@openssl.org> Release: yes
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 7cdd9d9745..0e4fdebfde 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -28,6 +28,10 @@ breaking changes, and mappings for the large list of deprecated functions.
[Migration guide]: https://github.com/openssl/openssl/tree/master/doc/man7/migration_guide.pod
+### Changes between 3.0.8 and 3.0.9 [xx XXX xxxx]
+
+ * none yet
+
### Changes between 3.0.7 and 3.0.8 [7 Feb 2023]
* Fixed NULL dereference during PKCS7 data verification.