From b9fc20fa458b45257278567eb47c1959b06d6783 Mon Sep 17 00:00:00 2001 From: Francesco Salvestrini Date: Thu, 13 Nov 2008 22:10:01 +0100 Subject: [PATCH] Updated tools/maint/announce-gen script --- tools/maint/announce-gen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/maint/announce-gen b/tools/maint/announce-gen index 6775665..78ca625 100755 --- a/tools/maint/announce-gen +++ b/tools/maint/announce-gen @@ -207,7 +207,7 @@ sub print_news_deltas ($$$) # the first occurrence of $prev_version. my $in_items; - my $re_prefix = qr/\* (?:Noteworthy|Major) change/; + my $re_prefix = qr/(?:\* )?(?:Noteworthy c|Major c|C)(?i:hanges)/; open NEWS, '<', $news_file or die "$ME: $news_file: cannot open for reading: $!\n"; -- 2.11.4.GIT