From 4fed1d03ae0de6a04e2680d85cd2847c4c1d59c8 Mon Sep 17 00:00:00 2001 From: Gilles Darold Date: Sat, 27 Aug 2016 10:17:13 +0200 Subject: [PATCH] Update ChangeLog and version to 8.3. --- ChangeLog | 20 ++++++++++++++++++++ pgbadger | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 715d9c4..2e5ad11 100644 --- 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 diff --git a/pgbadger b/pgbadger index 6f8d053..9a26989 100755 --- 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'; -- 2.40.0