Prepare for release of 3.0 alpha 8

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
This commit is contained in:
Matt Caswell 2020-11-05 14:03:50 +00:00
parent 29d3af0404
commit 20d7295cb0
3 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ OpenSSL Releases
OpenSSL 3.0 OpenSSL 3.0
----------- -----------
### Changes between 1.1.1 and 3.0 [xx XXX xxxx] ### Changes between 1.1.1 and 3.0 alpha 8 [5 Nov 2020]
* Add support for AES Key Wrap inverse ciphers to the EVP layer. * Add support for AES Key Wrap inverse ciphers to the EVP layer.
The algorithms are: The algorithms are:

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 8 [in pre-release]
* Remove the `RAND_DRBG` API. * Remove the `RAND_DRBG` API.
* Deprecated the `ENGINE` API. * Deprecated the `ENGINE` API.

View File

@ -1,7 +1,7 @@
MAJOR=3 MAJOR=3
MINOR=0 MINOR=0
PATCH=0 PATCH=0
PRE_RELEASE_TAG=alpha8-dev PRE_RELEASE_TAG=alpha8
BUILD_METADATA= BUILD_METADATA=
RELEASE_DATE="" RELEASE_DATE="5 Nov 2020"
SHLIB_VERSION=3 SHLIB_VERSION=3