Skip to content

Commit 31157bc

Browse files
committed
Prepare for release of 3.0.8
Reviewed-by: Tomas Mraz <tomas@openssl.org> Release: yes
1 parent 8c0eaea commit 31157bc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ breaking changes, and mappings for the large list of deprecated functions.
2828

2929
[Migration guide]: https://github.com/openssl/openssl/tree/master/doc/man7/migration_guide.pod
3030

31-
### Changes between 3.0.7 and 3.0.8 [xx XXX xxxx]
31+
### Changes between 3.0.7 and 3.0.8 [7 Feb 2023]
3232

3333
* Fixed NULL dereference during PKCS7 data verification.
3434

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ OpenSSL Releases
1818
OpenSSL 3.0
1919
-----------
2020

21-
### Major changes between OpenSSL 3.0.7 and OpenSSL 3.0.8 [under development]
21+
### Major changes between OpenSSL 3.0.7 and OpenSSL 3.0.8 [7 Feb 2023]
2222

2323
* Fixed NULL dereference during PKCS7 data verification ([CVE-2023-0401])
2424
* Fixed X.400 address type confusion in X.509 GeneralName ([CVE-2023-0286])

VERSION.dat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MAJOR=3
22
MINOR=0
33
PATCH=8
4-
PRE_RELEASE_TAG=dev
4+
PRE_RELEASE_TAG=
55
BUILD_METADATA=
6-
RELEASE_DATE="1 Nov 2022"
6+
RELEASE_DATE="7 Feb 2023"
77
SHLIB_VERSION=3

0 commit comments

Comments
 (0)