mirror of https://github.com/openssl/openssl.git
Prepare for release of 3.5.0
Reviewed-by: Saša Nedvědický <sashan@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Release: yes
This commit is contained in:
parent
9dfe5daa40
commit
636dfadc70
|
|
@ -28,7 +28,7 @@ OpenSSL Releases
|
||||||
OpenSSL 3.5
|
OpenSSL 3.5
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
### Changes between 3.4 and 3.5 [xx XXX xxxx]
|
### Changes between 3.4 and 3.5.0 [8 Apr 2025]
|
||||||
|
|
||||||
* Added server side support for QUIC
|
* Added server side support for QUIC
|
||||||
|
|
||||||
|
|
|
||||||
2
NEWS.md
2
NEWS.md
|
|
@ -23,7 +23,7 @@ OpenSSL Releases
|
||||||
OpenSSL 3.5
|
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.0 [8 Apr 2025]
|
||||||
|
|
||||||
OpenSSL 3.5.0 is a feature release adding significant new functionality to
|
OpenSSL 3.5.0 is a feature release adding significant new functionality to
|
||||||
OpenSSL.
|
OpenSSL.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
MAJOR=3
|
MAJOR=3
|
||||||
MINOR=5
|
MINOR=5
|
||||||
PATCH=0
|
PATCH=0
|
||||||
PRE_RELEASE_TAG=beta2-dev
|
PRE_RELEASE_TAG=
|
||||||
BUILD_METADATA=
|
BUILD_METADATA=
|
||||||
RELEASE_DATE=""
|
RELEASE_DATE="8 Apr 2025"
|
||||||
SHLIB_VERSION=3
|
SHLIB_VERSION=3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue