From aa9af29fc95e3fdb4928984ff6fc8b88eaf574d8 Mon Sep 17 00:00:00 2001 From: Guy Lichtman Date: Wed, 11 Feb 2015 00:40:10 +0200 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index b087fe4..1d6eba7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,10 @@ ## v1.0.8 (dev-snapshot) -* Added MariaDB 10.0.15 offsets -* Added MySQL offests up to: 5.5.41 and 5.6.22 +* Added MariaDB 10.0.15 and 10.0.16 offsets +* Added MySQL offests up to: 5.5.42 and 5.6.23 * Added a special symbol named: `audit_plugin_version__` where `.` is replaced with `_`. It is possible to get the version of the library file by running the following command: `nm /usr/lib/mysql/plugin/libaudit_plugin.so | grep 'audit_plugin_version' | grep -P -o '\d+_\d+_\d+_\d+'`. Output will be of the form: `1_0_8_511`. This can be used to determine the version of the audit plugin library without logging into MySQL and performing a query. * Fixed an issue where after terminating a query (not a connection) further queries on the same connection will not return results. See issue: [#98](https://github.com/mcafee/mysql-audit/issues/98). * Fixed crash on Percona 5.6 when changing default database (`use `). +* New configuration option: `audit_force_record_logins`: Force logging: Connect, Quit and Failed Login commands, regardless of the settings in `audit_record_cmds` and `audit_record_objs` variables. Enable|Disable. Default value: disabled. Contributed by [@RickPizzi](https://github.com/RickPizzi). ## v1.0.7 * Added MySQL offests up to: 5.5.40 and 5.6.21