]> granicus.if.org Git - pgbadger/commitdiff
Update ChangeLog and version to 8.3. v8.3
authorGilles Darold <gilles.darold@dalibo.com>
Sat, 27 Aug 2016 08:17:13 +0000 (10:17 +0200)
committerGilles Darold <gilles.darold@dalibo.com>
Sat, 27 Aug 2016 08:17:13 +0000 (10:17 +0200)
ChangeLog
pgbadger

index 715d9c42c48a0342d874c7a768579f825df06f82..2e5ad11ef9246ebd255b727e4485c19d15dba710 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2016-08-27 - v8.3
+
+This is a maintenance release that fix some minor bugs. This release
+also adds replication command messages statistics to the Events
+reports.
+
+   - Fix auto-detection of stderr format with timestamp as epoch (%n).
+   - Fix histogram over multiples days to be cumulative per hour, not
+     an average of the number of event per day.
+   - Fix parsing of remote file that was failing when the file does
+     not exists locally. Thanks to clomdd for the report.
+   - Detect timezones like GMT+3 on CSV logs. Thanks to jacksonfoz
+     for the patch.
+   - Add replication command messages statistics to the Events
+     reports. Thanks to Michael Paquier for the feature request.
+
+This is the last minor version of the 8.x series, next major version
+will include an upgrade of boostrap and jquery library which need
+some major rewrite.
+
 2016-08-11 version 8.2 
 
 This is a maintenance release that fix some minor bug. There is also
index 6f8d0537a06fe1e35a1d51475cc4909b5b86ded1..9a269897a5d3d26c26e80833aea88576d152f233 100755 (executable)
--- a/pgbadger
+++ b/pgbadger
@@ -51,7 +51,7 @@ use FileHandle;
 use Socket;
 use constant EBCDIC => "\t" ne "\011";
 
-$VERSION = '8.2';
+$VERSION = '8.3';
 
 $SIG{'CHLD'} = 'DEFAULT';