mirror of https://github.com/openssl/openssl.git
Prepare for 3.0.7
Reviewed-by: Richard Levitte <levitte@openssl.org> Release: yes
This commit is contained in:
parent
75a6bc17f3
commit
cdb505ea47
|
@ -28,6 +28,10 @@ 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 3.0.6 and 3.0.7 [xx XXX xxxx]
|
||||
|
||||
* none yet
|
||||
|
||||
### Changes between 3.0.5 and 3.0.6 [11 Oct 2022]
|
||||
|
||||
* OpenSSL supports creating a custom cipher via the legacy
|
||||
|
|
4
NEWS.md
4
NEWS.md
|
@ -18,6 +18,10 @@ OpenSSL Releases
|
|||
OpenSSL 3.0
|
||||
-----------
|
||||
|
||||
### Major changes between OpenSSL 3.0.6 and OpenSSL 3.0.7 [under development]
|
||||
|
||||
* none
|
||||
|
||||
### Major changes between OpenSSL 3.0.5 and OpenSSL 3.0.6 [11 Oct 2022]
|
||||
|
||||
* Fix for custom ciphers to prevent accidental use of NULL encryption
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
MAJOR=3
|
||||
MINOR=0
|
||||
PATCH=6
|
||||
PRE_RELEASE_TAG=
|
||||
PATCH=7
|
||||
PRE_RELEASE_TAG=dev
|
||||
BUILD_METADATA=
|
||||
RELEASE_DATE="11 Oct 2022"
|
||||
SHLIB_VERSION=3
|
||||
|
|
Loading…
Reference in New Issue