Skip to content

Commit

Permalink
Prepare for release of 3.1.1
Browse files Browse the repository at this point in the history
Reviewed-by: Richard Levitte <levitte@openssl.org>

Release: yes
  • Loading branch information
t8m committed May 30, 2023
1 parent 8bfe8a4 commit 2cf4e90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Expand Up @@ -22,7 +22,7 @@ OpenSSL Releases
OpenSSL 3.1
-----------

### Changes between 3.1.0 and 3.1.1 [xx XXX xxxx]
### Changes between 3.1.0 and 3.1.1 [30 May 2023]

* Mitigate for the time it takes for `OBJ_obj2txt` to translate gigantic
OBJECT IDENTIFIER sub-identifiers to canonical numeric text form.
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Expand Up @@ -19,7 +19,7 @@ OpenSSL Releases
OpenSSL 3.1
-----------

### Major changes between OpenSSL 3.1.0 and OpenSSL 3.1.1 [under development]
### Major changes between OpenSSL 3.1.0 and OpenSSL 3.1.1 [30 May 2023]

* Mitigate for very slow `OBJ_obj2txt()` performance with gigantic OBJECT
IDENTIFIER sub-identities. ([CVE-2023-2650])
Expand Down
4 changes: 2 additions & 2 deletions VERSION.dat
@@ -1,7 +1,7 @@
MAJOR=3
MINOR=1
PATCH=1
PRE_RELEASE_TAG=dev
PRE_RELEASE_TAG=
BUILD_METADATA=
RELEASE_DATE=""
RELEASE_DATE="30 May 2023"
SHLIB_VERSION=3

0 comments on commit 2cf4e90

Please sign in to comment.