From c6790e9ece33da10ea5e64c25e57a5488584786a Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Wed, 5 Nov 2008 10:09:21 +0100 Subject: Accept Bison's NEWS format. * build-aux/announce-gen (print_news_deltas): Tweak $re_prefix. --- build-aux/announce-gen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-aux/announce-gen') diff --git a/build-aux/announce-gen b/build-aux/announce-gen index 677566559b..78ca62551d 100755 --- a/build-aux/announce-gen +++ b/build-aux/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"; -- cgit v1.2.1