From: Eric Bollengier Date: Wed, 21 Apr 2010 14:41:08 +0000 (+0200) Subject: skip update configure in changelog X-Git-Tag: Release-7.0.0~1897 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=80b456e236bad1dcc5d9439f8891f8952e07ffc2;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);