scripts/Bugzilla.pm | 7 +++++++ scripts/esc-bug-stats.pl | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-)
New commits: commit 68d2dda2a02405c02118da4e5bf66b4775a7d7fe Author: Michael Meeks <[email protected]> Date: Thu Dec 4 10:19:53 2014 +0000 Add 4.5 bits, expand blacklist etc. diff --git a/scripts/Bugzilla.pm b/scripts/Bugzilla.pm index 175721c..853398e 100644 --- a/scripts/Bugzilla.pm +++ b/scripts/Bugzilla.pm @@ -64,6 +64,13 @@ my %sadly_non_libreoffice = ( 'Jani Nikula' => 1, 'Guo Jinxian' => 1, 'Pekka Paalanen' => 1, + 'Rodrigo Vivi' => 1, + 'Stef Walter' => 1, + 'Paulo Zanoni' => 1, + 'Adrian Johnson' => 1, + 'Kaveh' => 1, + 'Marc-Andre Lureau' => 1, + 'Aleksander Morgado' => 1, ); sub get_url($) diff --git a/scripts/esc-bug-stats.pl b/scripts/esc-bug-stats.pl index 3b299b0..3758cab 100755 --- a/scripts/esc-bug-stats.pl +++ b/scripts/esc-bug-stats.pl @@ -29,12 +29,13 @@ sub build_overall_bugstats() } my %bug_to_ver = ( + '4.5' => '86696', '4.4' => '79641', '4.3' => '75025', '4.2' => '65675', '4.1' => '60270', '4.0' => '54157', - '3.6' => '44446' + '3.6' => '44446', ); my %ver_open; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
