diff options
author | Matt Caswell <matt@openssl.org> | 2021-05-20 15:30:20 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2021-05-20 15:30:20 +0200 |
commit | 036f8e71e39a9005cf55cd1f832dd7aafc06ae84 (patch) | |
tree | 19f3e9a82916f867c83a92fb6d4fa2358752fcd5 /CHANGES.md | |
parent | make update (diff) | |
download | openssl-036f8e71e39a9005cf55cd1f832dd7aafc06ae84.tar.xz openssl-036f8e71e39a9005cf55cd1f832dd7aafc06ae84.zip |
Prepare for release of 3.0 alpha 17openssl-3.0.0-alpha17
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index b53216512f..24497519bc 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 [xx XXX xxxx] +### Changes between 1.1.1 and 3.0 alpha 17 [20 May 2021] * The signatures of the functions to get and set options on SSL and SSL_CTX objects changed from "unsigned long" to "uint64_t" type. |