mirror of https://github.com/openssl/openssl.git
Prepare for 3.2.6
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> Release: yes
This commit is contained in:
parent
8d1e59d307
commit
1ef081ff0d
|
|
@ -25,6 +25,10 @@ OpenSSL Releases
|
|||
OpenSSL 3.2
|
||||
-----------
|
||||
|
||||
### Changes between 3.2.5 and 3.2.6 [xx XXX xxxx]
|
||||
|
||||
* none yet
|
||||
|
||||
### Changes between 3.2.4 and 3.2.5 [1 Jul 2025]
|
||||
|
||||
* Aligned the behaviour of TLS and DTLS in the event of a no_renegotiation
|
||||
|
|
|
|||
4
NEWS.md
4
NEWS.md
|
|
@ -20,6 +20,10 @@ OpenSSL Releases
|
|||
OpenSSL 3.2
|
||||
-----------
|
||||
|
||||
### Major changes between OpenSSL 3.2.5 and OpenSSL 3.2.6 [under development]
|
||||
|
||||
* none
|
||||
|
||||
### Major changes between OpenSSL 3.2.4 and OpenSSL 3.2.5 [1 Jul 2025]
|
||||
|
||||
OpenSSL 3.2.5 is a bug fix release.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
MAJOR=3
|
||||
MINOR=2
|
||||
PATCH=5
|
||||
PRE_RELEASE_TAG=
|
||||
PATCH=6
|
||||
PRE_RELEASE_TAG=dev
|
||||
BUILD_METADATA=
|
||||
RELEASE_DATE="1 Jul 2025"
|
||||
RELEASE_DATE=""
|
||||
SHLIB_VERSION=3
|
||||
|
|
|
|||
Loading…
Reference in New Issue