[openssl] openssl-3.0 update
Dr. Paul Dale
pauli at openssl.org
Sun Dec 19 22:58:47 UTC 2021
The branch openssl-3.0 has been updated
via 022ed0dd34b6196a84cfb48b7b4c229af7709bd2 (commit)
via 132ab70fd852729e7ce41ac7ef2cb2f9969f8b7e (commit)
from ceb5a16915f013ea1f6dd8c86ab3761b25e1c10d (commit)
- Log -----------------------------------------------------------------
commit 022ed0dd34b6196a84cfb48b7b4c229af7709bd2
Author: Tomas Mraz <tomas at openssl.org>
Date: Fri Dec 17 17:43:59 2021 +0100
Avoid trailing spaces in NEWS.md and CHANGES.md
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17304)
commit 132ab70fd852729e7ce41ac7ef2cb2f9969f8b7e
Author: Tomas Mraz <tomas at openssl.org>
Date: Fri Dec 17 17:42:33 2021 +0100
Fix fixup postrelease scripts to avoid creating errors
Otherwise the NEWS.md and CHANGES.md will contain trailing spaces.
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17304)
-----------------------------------------------------------------------
Summary of changes:
CHANGES.md | 2 +-
NEWS.md | 2 +-
dev/release-aux/fixup-CHANGES.md-postrelease.pl | 2 +-
dev/release-aux/fixup-NEWS.md-postrelease.pl | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index a4799e3b63..a0ef0cdcfa 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -30,7 +30,7 @@ breaking changes, and mappings for the large list of deprecated functions.
### Changes between 3.0.1 and 3.0.2 [xx XXX xxxx]
- *
+ * none yet
### Changes between 3.0.0 and 3.0.1 [14 Dec 2021]
diff --git a/NEWS.md b/NEWS.md
index 61d66d9aac..ee4c9fd185 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -20,7 +20,7 @@ OpenSSL 3.0
### Major changes between OpenSSL 3.0.1 and OpenSSL 3.0.2 [under development]
- *
+ * none
### Major changes between OpenSSL 3.0.0 and OpenSSL 3.0.1 [14 Dec 2021]
diff --git a/dev/release-aux/fixup-CHANGES.md-postrelease.pl b/dev/release-aux/fixup-CHANGES.md-postrelease.pl
index 0fb2e9134f..bb971898ca 100644
--- a/dev/release-aux/fixup-CHANGES.md-postrelease.pl
+++ b/dev/release-aux/fixup-CHANGES.md-postrelease.pl
@@ -20,7 +20,7 @@ if (/^### Changes between (\S+) and (\S+) \[xx XXX xxxx\]/
$_ = <<_____
### Changes between $v2 and $RELEASE_TEXT [xx XXX xxxx]
- *
+ * none yet
### Changes between $v1 and $v2 [$PREV_RELEASE_DATE]
_____
diff --git a/dev/release-aux/fixup-NEWS.md-postrelease.pl b/dev/release-aux/fixup-NEWS.md-postrelease.pl
index ff41ab29df..9231872f89 100644
--- a/dev/release-aux/fixup-NEWS.md-postrelease.pl
+++ b/dev/release-aux/fixup-NEWS.md-postrelease.pl
@@ -20,7 +20,7 @@ if (/^### Major changes between OpenSSL (\S+) and OpenSSL (\S+) \[under developm
$_ = <<_____
### Major changes between OpenSSL $v2 and OpenSSL $RELEASE_TEXT [under development]
- *
+ * none
### Major changes between OpenSSL $v1 and OpenSSL $v2 [$PREV_RELEASE_DATE]
_____
More information about the openssl-commits
mailing list