mirror of https://github.com/openssl/openssl.git
Prepare for release of 3.0 alpha 9
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
This commit is contained in:
parent
605856d72c
commit
68ec3d4730
|
@ -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 9 [26 Nov 2020]
|
||||||
|
|
||||||
* Deprecated all the libcrypto and libssl error string loading
|
* Deprecated all the libcrypto and libssl error string loading
|
||||||
functions: ERR_load_ASN1_strings(), ERR_load_ASYNC_strings(),
|
functions: ERR_load_ASN1_strings(), ERR_load_ASYNC_strings(),
|
||||||
|
|
2
NEWS.md
2
NEWS.md
|
@ -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 9 [in pre-release]
|
||||||
|
|
||||||
* Deprecated the `ERR_load_` functions.
|
* Deprecated the `ERR_load_` functions.
|
||||||
* Remove the `RAND_DRBG` API.
|
* Remove the `RAND_DRBG` API.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
MAJOR=3
|
MAJOR=3
|
||||||
MINOR=0
|
MINOR=0
|
||||||
PATCH=0
|
PATCH=0
|
||||||
PRE_RELEASE_TAG=alpha9-dev
|
PRE_RELEASE_TAG=alpha9
|
||||||
BUILD_METADATA=
|
BUILD_METADATA=
|
||||||
RELEASE_DATE=""
|
RELEASE_DATE="26 Nov 2020"
|
||||||
SHLIB_VERSION=3
|
SHLIB_VERSION=3
|
||||||
|
|
Loading…
Reference in New Issue