# HG changeset patch # User Paolo Bonzini # Date 1225876161 -3600 # Node ID 11b902b8ebdc0db2d2973293704cc25cb5aab66c # Parent f952c1fd228cb5ec6c578ec88e259766933c1a7c Accept Bison's NEWS format. * build-aux/announce-gen (print_news_deltas): Tweak $re_prefix. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-11-05 Joel E. Denny + + Accept Bison's NEWS format. + * build-aux/announce-gen (print_news_deltas): Tweak + $re_prefix. + 2008-11-04 Bruno Haible * modules/random_r (Maintainer): Add glibc. diff --git a/build-aux/announce-gen b/build-aux/announce-gen --- a/build-aux/announce-gen +++ b/build-aux/announce-gen @@ -207,7 +207,7 @@ # 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";