mirror of https://github.com/openssl/openssl.git
Prepare for 3.7
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Saša Nedvědický <sashan@openssl.org> Release: yes
This commit is contained in:
parent
1792368190
commit
cca9844f0c
|
@ -29,6 +29,10 @@ OpenSSL Releases
|
|||
OpenSSL 3.6
|
||||
-----------
|
||||
|
||||
### Changes between 3.6 and 3.7 [xx XXX xxxx]
|
||||
|
||||
* none yet
|
||||
|
||||
### Changes between 3.5 and 3.6 [xx XXX xxxx]
|
||||
|
||||
* Added support for EVP_SKEY opaque symmetric key objects to the key
|
||||
|
|
4
NEWS.md
4
NEWS.md
|
@ -24,6 +24,10 @@ OpenSSL Releases
|
|||
OpenSSL 3.6
|
||||
-----------
|
||||
|
||||
### Major changes between OpenSSL 3.6 and OpenSSL 3.7 [under development]
|
||||
|
||||
* none
|
||||
|
||||
### Major changes between OpenSSL 3.5 and OpenSSL 3.6 [under development]
|
||||
|
||||
This release incorporates the following potentially significant or incompatible
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
MAJOR=3
|
||||
MINOR=6
|
||||
MINOR=7
|
||||
PATCH=0
|
||||
PRE_RELEASE_TAG=dev
|
||||
BUILD_METADATA=
|
||||
|
|
Loading…
Reference in New Issue