mirror of https://github.com/openssl/openssl.git
Prepare for 3.1.4
Reviewed-by: Matt Caswell <matt@openssl.org> Release: yes
This commit is contained in:
parent
7b649c73a2
commit
c9e75c1daf
|
|
@ -22,6 +22,10 @@ OpenSSL Releases
|
|||
OpenSSL 3.1
|
||||
-----------
|
||||
|
||||
### Changes between 3.1.3 and 3.1.4 [xx XXX xxxx]
|
||||
|
||||
* none yet
|
||||
|
||||
### Changes between 3.1.2 and 3.1.3 [19 Sep 2023]
|
||||
|
||||
* Fix POLY1305 MAC implementation corrupting XMM registers on Windows.
|
||||
|
|
|
|||
4
NEWS.md
4
NEWS.md
|
|
@ -19,6 +19,10 @@ OpenSSL Releases
|
|||
OpenSSL 3.1
|
||||
-----------
|
||||
|
||||
### Major changes between OpenSSL 3.1.3 and OpenSSL 3.1.4 [under development]
|
||||
|
||||
* none
|
||||
|
||||
### Major changes between OpenSSL 3.1.2 and OpenSSL 3.1.3 [19 Sep 2023]
|
||||
|
||||
* Fix POLY1305 MAC implementation corrupting XMM registers on Windows
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
MAJOR=3
|
||||
MINOR=1
|
||||
PATCH=3
|
||||
PRE_RELEASE_TAG=
|
||||
PATCH=4
|
||||
PRE_RELEASE_TAG=dev
|
||||
BUILD_METADATA=
|
||||
RELEASE_DATE="19 Sep 2023"
|
||||
RELEASE_DATE=""
|
||||
SHLIB_VERSION=3
|
||||
|
|
|
|||
Loading…
Reference in New Issue