From e2fa223caf5433fddf406d15a3fb82800d9e194d Mon Sep 17 00:00:00 2001 From: Darold Gilles Date: Fri, 22 Feb 2013 00:36:07 +0100 Subject: [PATCH] Update ChangeLog and version to 3.1 --- ChangeLog | 12 ++++++++++++ pgbadger | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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'; -- 2.40.0