Skip to content

Commit

Permalink
Prepare for 3.0.15
Browse files Browse the repository at this point in the history
Reviewed-by: Neil Horman <[email protected]>
Release: yes
  • Loading branch information
t8m committed Jun 4, 2024
1 parent 9cff14f commit 4417896
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ breaking changes, and mappings for the large list of deprecated functions.

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

### Changes between 3.0.14 and 3.0.15 [xx XXX xxxx]

* none yet

### Changes between 3.0.13 and 3.0.14 [4 Jun 2024]

* Fixed potential use after free after SSL_free_buffers() is called.
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ OpenSSL Releases
OpenSSL 3.0
-----------

### Major changes between OpenSSL 3.0.14 and OpenSSL 3.0.15 [under development]

* none

### Major changes between OpenSSL 3.0.13 and OpenSSL 3.0.14 [4 Jun 2024]

* Fixed potential use after free after SSL_free_buffers() is called
Expand Down
6 changes: 3 additions & 3 deletions VERSION.dat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MAJOR=3
MINOR=0
PATCH=14
PRE_RELEASE_TAG=
PATCH=15
PRE_RELEASE_TAG=dev
BUILD_METADATA=
RELEASE_DATE="4 Jun 2024"
RELEASE_DATE=""
SHLIB_VERSION=3

0 comments on commit 4417896

Please sign in to comment.