From: Eric Bollengier Date: Wed, 21 Apr 2010 14:41:08 +0000 (+0200) Subject: skip update configure in changelog X-Git-Tag: Release-5.2.1~1432 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7b09dadddb140cb1a4f4a5ceb5e92cc68a64a6d1;p=bacula%2Fbacula skip update configure in changelog --- diff --git a/bacula/release/git2changelog.pl b/bacula/release/git2changelog.pl index 385f069154..f8a10e65bc 100755 --- a/bacula/release/git2changelog.pl +++ b/bacula/release/git2changelog.pl @@ -22,7 +22,7 @@ while (my $l = ) { # remove non useful messages next if ($l =~ /(tweak|typo|cleanup|regress:|again|.gitignore|fix compilation|technotes)/ixs); - next if ($l =~ /update (version|technotes|kernstodo|projects|releasenotes|version|home|release|todo|notes|changelog|tpl)/i); + next if ($l =~ /update (version|technotes|kernstodo|projects|releasenotes|version|home|release|todo|notes|changelog|tpl|configure)/i); if ($for_bweb) { next if ($l !~ /bweb/ixs);