Prepare for release of 3.0 alpha 17

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Matt Caswell 2021-05-20 14:30:20 +01:00
parent a6b76eba6b
commit 036f8e71e3
3 changed files with 4 additions and 4 deletions

View File

@ -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 [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 * The signatures of the functions to get and set options on SSL and
SSL_CTX objects changed from "unsigned long" to "uint64_t" type. SSL_CTX objects changed from "unsigned long" to "uint64_t" type.

View File

@ -18,7 +18,7 @@ OpenSSL Releases
OpenSSL 3.0 OpenSSL 3.0
----------- -----------
### Major changes between OpenSSL 1.1.1 and OpenSSL 3.0 [under development] ### Major changes between OpenSSL 1.1.1 and OpenSSL 3.0 alpha 17 [in pre-release]
* Added migration guide to man7 * Added migration guide to man7
* Implemented support for fully "pluggable" TLSv1.3 groups * Implemented support for fully "pluggable" TLSv1.3 groups

View File

@ -1,7 +1,7 @@
MAJOR=3 MAJOR=3
MINOR=0 MINOR=0
PATCH=0 PATCH=0
PRE_RELEASE_TAG=alpha17-dev PRE_RELEASE_TAG=alpha17
BUILD_METADATA= BUILD_METADATA=
RELEASE_DATE="" RELEASE_DATE="20 May 2021"
SHLIB_VERSION=3 SHLIB_VERSION=3