]> granicus.if.org Git - pgbadger/commitdiff
Update ChangeLog and version to 3.1
authorDarold Gilles <gilles@darold.net>
Thu, 21 Feb 2013 23:36:07 +0000 (00:36 +0100)
committerDarold Gilles <gilles@darold.net>
Thu, 21 Feb 2013 23:36:07 +0000 (00:36 +0100)
ChangeLog
pgbadger

index 39517180c1cd3a013004e0eaa4e79e399e57bb3c..255a12d987fe0842922b095081b6109ba6a0ffd6 100644 (file)
--- 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
index c13caa9c32fe43d3607f92cb6a7ccc250af3e47f..8f8dda6558fafb630948f487d75e49fbb9bd53e5 100755 (executable)
--- 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';