summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-03-15 14:30:31 +0000
committerMatt Caswell <matt@openssl.org>2022-03-15 14:30:31 +0000
commitb0aa42d0506b76e9b65828a41c9197032d6b0d4a (patch)
tree71fc1245db032436af207799dbe971569d2b3281
parent1bf649b5998ac98511203f54ce954eccfaf75467 (diff)
Prepare for 3.0.3
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
-rw-r--r--CHANGES.md4
-rw-r--r--NEWS.md4
-rw-r--r--VERSION.dat4
3 files changed, 10 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 7582ae490a..eb3b80b98e 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.2 and 3.0.3 [xx XXX xxxx]
+
+ * none yet
+
### Changes between 3.0.1 and 3.0.2 [15 Mar 2022]
* Fixed a bug in the BN_mod_sqrt() function that can cause it to loop forever
diff --git a/NEWS.md b/NEWS.md
index b9bd0dcc76..87968cc0a4 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -18,6 +18,10 @@ OpenSSL Releases
OpenSSL 3.0
-----------
+### Major changes between OpenSSL 3.0.2 and OpenSSL 3.0.3 [under development]
+
+ * none
+
### Major changes between OpenSSL 3.0.1 and OpenSSL 3.0.2 [15 Mar 2022]
* Fixed a bug in the BN_mod_sqrt() function that can cause it to loop forever
diff --git a/VERSION.dat b/VERSION.dat
index f07e252009..8a7ab71bf0 100644
--- a/VERSION.dat
+++ b/VERSION.dat
@@ -1,7 +1,7 @@
MAJOR=3
MINOR=0
-PATCH=2
-PRE_RELEASE_TAG=
+PATCH=3
+PRE_RELEASE_TAG=dev
BUILD_METADATA=
RELEASE_DATE="15 Mar 2022"
SHLIB_VERSION=3