From 21666f0ab767f5e2f22dbd3a5a6d0be317b0e306 Mon Sep 17 00:00:00 2001 From: guylichtman Date: Wed, 19 Nov 2014 05:31:06 -0800 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index e0edec0..9227310 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +## v1.0.7 +* Added MySQL offests up to: 5.5.40 and 5.6.21 +* MariaDB 10.0 support: offsets for 10.0.9 through 10.0.14 added. Note there is a separate binary build available for MariaDB 10.0. +* Bug fix: Protection for case where tcp port or unix socket is not set and plugin tries to set default socket name at startup. The tcp port or unix socket are not initialized when they are not passed either on the command line or configured in my.cnf. In this case the plugin init function is called before mysql has set the default values. + ## v1.0.6 * Added MySQL offests up to: 5.5.39 and 5.6.20 * New feature: write a header message at start of logging or on file flush (both file and socket logging options). Includes new configuration parameter: `audit_header_msg` to control if the header message is enabled/disabled (default enabled). Header message is in json format. Sample json message: `{"msg-type":"header","date":"1404402497645","audit-version":"1.0.0-99999","audit-protocol-version":"1.0","hostname":"debian","mysql-version":"5.5.23-1~dotdeb.0","mysql-program":"/usr/sbin/mysqld","mysql-socket":"/var/run/mysqld/mysqld.sock","mysql-port":"3306"}`