Fix fixup postrelease scripts to avoid creating errors
authorTomas Mraz <tomas@openssl.org>
Fri, 17 Dec 2021 16:42:33 +0000 (17:42 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 20 Dec 2021 09:13:50 +0000 (10:13 +0100)
Otherwise the NEWS.md and CHANGES.md will contain trailing spaces.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17304)

(cherry picked from commit 132ab70fd852729e7ce41ac7ef2cb2f9969f8b7e)

dev/release-aux/fixup-CHANGES.md-postrelease.pl
dev/release-aux/fixup-NEWS.md-postrelease.pl

index 0fb2e9134f9be178f4d16f29403940634906cacd..bb971898ca2f9cbe42f31d22f39446dc23c4c348 100644 (file)
@@ -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]
 _____
index ff41ab29df569bdfe9a38cd81b44717f379c2704..9231872f89ce77ac5191f93331af08f0542c8b75 100644 (file)
@@ -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]
 _____