mirror of https://github.com/openssl/openssl.git
Prepare for release of 3.0.0
Reviewed-by: Tomas Mraz <tomas@openssl.org>
This commit is contained in:
parent
ef8d663699
commit
89cd17a031
|
|
@ -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.0 [7 sep 2021]
|
||||
|
||||
* TLS_MAX_VERSION, DTLS_MAX_VERSION and DTLS_MIN_VERSION constants are now
|
||||
deprecated.
|
||||
|
|
|
|||
2
NEWS.md
2
NEWS.md
|
|
@ -18,7 +18,7 @@ OpenSSL Releases
|
|||
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.0 [7 sep 2021]
|
||||
|
||||
* Enhanced 'openssl list' with many new options.
|
||||
* Added migration guide to man7.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
MAJOR=3
|
||||
MINOR=0
|
||||
PATCH=0
|
||||
PRE_RELEASE_TAG=beta3-dev
|
||||
PRE_RELEASE_TAG=
|
||||
BUILD_METADATA=
|
||||
RELEASE_DATE=""
|
||||
RELEASE_DATE="7 sep 2021"
|
||||
SHLIB_VERSION=3
|
||||
|
|
|
|||
Loading…
Reference in New Issue