From: Darold Gilles Date: Thu, 21 Feb 2013 23:36:07 +0000 (+0100) Subject: Update ChangeLog and version to 3.1 X-Git-Tag: v3.2~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2fa223caf5433fddf406d15a3fb82800d9e194d;p=pgbadger Update ChangeLog and version to 3.1 --- diff --git a/ChangeLog b/ChangeLog index 3951718..255a12d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2013-02-21 - Version 3.1 + +This is a quick release to fix missing reports of most frequent errors and slowest +normalized queries in previous version published yesterday. + + - Force immediat die on command line options error. + - Fix missing report of most frequent events/errors report. Thanks to + Vincent Laborie for the report. + - Fix missing report of slowest normalized queries. Thanks to Vincent + Laborie for the report. + - Fix display of last print of progress bar when quiet mode is enabled. + 2013-02-20 - Version 3.0 This new major release adds parallel log processing by using as many cores as diff --git a/pgbadger b/pgbadger index c13caa9..8f8dda6 100755 --- a/pgbadger +++ b/pgbadger @@ -44,7 +44,7 @@ use IO::Handle; use IO::Pipe; use Time::HiRes qw/usleep/; -$VERSION = '3.0'; +$VERSION = '3.1'; $SIG{'CHLD'} = 'DEFAULT';