[openssl-commits] [web] master update
Richard Levitte
levitte at openssl.org
Thu Dec 10 14:58:40 UTC 2015
The branch master has been updated
via 6a9dca46f49636e1618fb5a2213eb4ae1da87c4a (commit)
from 85554c25dc3b80f3ad588f1cc2c1c000c58b606b (commit)
- Log -----------------------------------------------------------------
commit 6a9dca46f49636e1618fb5a2213eb4ae1da87c4a
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Dec 10 15:58:35 2015 +0100
Have the release notes account for pre-releases as well
-----------------------------------------------------------------------
Summary of changes:
bin/mk-notes | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/mk-notes b/bin/mk-notes
index 7738c6b..66c5937 100755
--- a/bin/mk-notes
+++ b/bin/mk-notes
@@ -8,7 +8,7 @@ my $copy = 0;
my $in_ul = 0;
while ( <STDIN> ) {
chomp;
- if (/^\s*(Major changes between|Known issues in).*(\d+\.\d+\.\d+)\D.*\[\d+\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s\d+\]:?$/) {
+ if (/^\s*(Major changes between|Known issues in).*(\d+\.\d+\.\d+)\D.*\[(in pre-release|\d+\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s\d+)\]:?$/) {
if ($in_ul) {
print "</ul>\n";
$in_ul = 0;
More information about the openssl-commits
mailing list