aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2021-05-20 14:30:39 +0100
committerMatt Caswell <matt@openssl.org>2021-05-20 14:30:39 +0100
commitc6bf8bb8595311de424cd1b8ca0c2c7f725721c0 (patch)
treee125dddae34cda77a44e1313fba4b109a5e4bc92 /CHANGES.md
parent036f8e71e39a9005cf55cd1f832dd7aafc06ae84 (diff)
downloadopenssl-c6bf8bb8595311de424cd1b8ca0c2c7f725721c0.zip
openssl-c6bf8bb8595311de424cd1b8ca0c2c7f725721c0.tar.gz
openssl-c6bf8bb8595311de424cd1b8ca0c2c7f725721c0.tar.bz2
Prepare for 3.0 beta 1
Reviewed-by: Richard Levitte <levitte@openssl.org>
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 2449751..b532165 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -28,7 +28,7 @@ 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 1.1.1 and 3.0 alpha 17 [20 May 2021]
+### Changes between 1.1.1 and 3.0 [xx XXX xxxx]
* The signatures of the functions to get and set options on SSL and
SSL_CTX objects changed from "unsigned long" to "uint64_t" type.