]> granicus.if.org Git - pgbadger/commitdiff
Update ChangeLog and version to 9.4 v6.4
authorDarold Gilles <gilles@darold.net>
Mon, 13 Apr 2015 07:25:43 +0000 (09:25 +0200)
committerDarold Gilles <gilles@darold.net>
Mon, 13 Apr 2015 07:25:43 +0000 (09:25 +0200)
ChangeLog
pgbadger

index 0f6e24e8cf62ccb50bec42ae6c29691dba3858f2..6b8e1f68821a4d218433c954a71b0f141c3b1da2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2015-04-13 version 6.4
+
+This new release fixes a major bugs in SQL beautifier which removed operator
+and adds some useful improvement in anonymization of parameters values.
+pgBadger will also try to parse the full csvlog when a broken CSV line is
+encountered. 
+
+       - Make anonymization more useful. Thanks to Hubert depesz Lubaczewski
+         for the patch.
+       - Fix previous patch for csvlog generated with a PostgreSQL version
+         before 9.0.
+       - Try continue CSV parsing after broken CSV line. Thanks to Sergey
+         Burladyan for the patch.
+       - Fix bug in SQL beautifier which removed operator. Thanks to Thomas
+         Reiss for the report.
+       - Fix loop exit, check terminate quickly and correct comments
+         indentation. Thanks to Sergey Burladyan for the patch
+
+Please upgrade.
+
 2015-03-27 version 6.3
 
 This new release fixes some bugs and adds some new reports:
index 3005cbb4c4f9de0fbb0e6bccbe3901b534d55722..d39188840092c0677817972b300711306ce56313 100755 (executable)
--- a/pgbadger
+++ b/pgbadger
@@ -50,7 +50,7 @@ use IO::Pipe;
 use FileHandle;
 use Socket;
 
-$VERSION = '6.3';
+$VERSION = '6.4';
 
 $SIG{'CHLD'} = 'DEFAULT';