mirror of https://github.com/openssl/openssl.git
Prepare for release of 3.2 beta 1
Reviewed-by: Richard Levitte <levitte@openssl.org> Release: yes
This commit is contained in:
parent
0f8c670800
commit
26ecab1fd7
|
|
@ -23,7 +23,7 @@ OpenSSL Releases
|
||||||
OpenSSL 3.2
|
OpenSSL 3.2
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
### Changes between 3.1 and 3.2 [xx XXX xxxx]
|
### Changes between 3.1 and 3.2 beta 1 [26 Oct 2023]
|
||||||
|
|
||||||
* Enable extra Arm64 optimization on Windows for GHASH, RAND and AES.
|
* Enable extra Arm64 optimization on Windows for GHASH, RAND and AES.
|
||||||
|
|
||||||
|
|
|
||||||
2
NEWS.md
2
NEWS.md
|
|
@ -20,7 +20,7 @@ OpenSSL Releases
|
||||||
OpenSSL 3.2
|
OpenSSL 3.2
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
### Major changes between OpenSSL 3.1 and OpenSSL 3.2 [under development]
|
### Major changes between OpenSSL 3.1 and OpenSSL 3.2 beta 1 [in pre-release]
|
||||||
|
|
||||||
* Added client side support for QUIC.
|
* Added client side support for QUIC.
|
||||||
* Added multiple tutorials on the OpenSSL library and in particular
|
* Added multiple tutorials on the OpenSSL library and in particular
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
MAJOR=3
|
MAJOR=3
|
||||||
MINOR=2
|
MINOR=2
|
||||||
PATCH=0
|
PATCH=0
|
||||||
PRE_RELEASE_TAG=alpha3-dev
|
PRE_RELEASE_TAG=beta1
|
||||||
BUILD_METADATA=
|
BUILD_METADATA=
|
||||||
RELEASE_DATE=""
|
RELEASE_DATE="26 Oct 2023"
|
||||||
SHLIB_VERSION=3
|
SHLIB_VERSION=3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue