summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2023-10-24 14:48:49 +0100
committerMatt Caswell <matt@openssl.org>2023-10-24 14:48:49 +0100
commit17e72c7e2831d82d32ddc1c5519bc351a3d111bc (patch)
tree3856fbbddba3e8fa3cf520b5b7cdf5b4e9da8b42
parentc3cc0f1386b0544383a61244a4beeb762b67498f (diff)
Prepare for 3.0.13
Reviewed-by: Tomas Mraz <tomas@openssl.org> Release: yes
-rw-r--r--CHANGES.md4
-rw-r--r--NEWS.md4
-rw-r--r--VERSION.dat6
3 files changed, 11 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md
index f464b2320e..fad0e559aa 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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.12 and 3.0.13 [xx XXX xxxx]
+
+ * none yet
+
### Changes between 3.0.11 and 3.0.12 [24 Oct 2023]
* Fix incorrect key and IV resizing issues when calling EVP_EncryptInit_ex2(),
diff --git a/NEWS.md b/NEWS.md
index 8f0d973e05..1d1bda963c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -18,6 +18,10 @@ OpenSSL Releases
OpenSSL 3.0
-----------
+### Major changes between OpenSSL 3.0.12 and OpenSSL 3.0.13 [under development]
+
+ * none
+
### Major changes between OpenSSL 3.0.11 and OpenSSL 3.0.12 [24 Oct 2023]
* Mitigate incorrect resize handling for symmetric cipher keys and IVs.
diff --git a/VERSION.dat b/VERSION.dat
index 9d9448118e..bb163d5b3e 100644
--- a/VERSION.dat
+++ b/VERSION.dat
@@ -1,7 +1,7 @@
MAJOR=3
MINOR=0
-PATCH=12
-PRE_RELEASE_TAG=
+PATCH=13
+PRE_RELEASE_TAG=dev
BUILD_METADATA=
-RELEASE_DATE="24 Oct 2023"
+RELEASE_DATE=""
SHLIB_VERSION=3