mirror of https://github.com/openssl/openssl.git
Prepare for release of 3.5 alpha 1
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Release: yes
This commit is contained in:
parent
2a3fce2274
commit
8fabfd8109
|
|
@ -28,7 +28,7 @@ OpenSSL Releases
|
|||
OpenSSL 3.5
|
||||
-----------
|
||||
|
||||
### Changes between 3.4 and 3.5 [xx XXX xxxx]
|
||||
### Changes between 3.4 and 3.5 alpha 1 [12 Mar 2025]
|
||||
|
||||
* Added server side support for QUIC
|
||||
|
||||
|
|
|
|||
2
NEWS.md
2
NEWS.md
|
|
@ -23,7 +23,7 @@ OpenSSL Releases
|
|||
OpenSSL 3.5
|
||||
-----------
|
||||
|
||||
### Major changes between OpenSSL 3.4 and OpenSSL 3.5 [under development]
|
||||
### Major changes between OpenSSL 3.4 and OpenSSL 3.5 alpha 1 [in pre-release]
|
||||
|
||||
OpenSSL 3.5.0 is a feature release adding significant new functionality to
|
||||
OpenSSL.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
MAJOR=3
|
||||
MINOR=5
|
||||
PATCH=0
|
||||
PRE_RELEASE_TAG=dev
|
||||
PRE_RELEASE_TAG=alpha1
|
||||
BUILD_METADATA=
|
||||
RELEASE_DATE=""
|
||||
RELEASE_DATE="12 Mar 2025"
|
||||
SHLIB_VERSION=3
|
||||
|
|
|
|||
Loading…
Reference in New Issue