From 7682875f7cf66bd2d5c77c8c26cc1cbfc856dde4 Mon Sep 17 00:00:00 2001 From: aharonrobbins Date: Tue, 13 Dec 2016 10:16:23 +0200 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 8f52783..88f0a57 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,10 +1,11 @@ ## v1.1.1 (dev-snapshot) -* Changed algorithm for allocation of trampoline page on 64 bit systemw when MySQL is loaded into the lower 32 bits of the address space. Should address [#150](https://github.com/mcafee/mysql-audit/issues/150) and possibly some of the others. -* Fix bug such that empty connect message is not created for MySQL 5.7 "pre authenticate" event. +* Added support for MySQL 5.5.54, 5.6.35, and 5.7.17. +* Changed algorithm for allocation of trampoline page on 64 bit systems when MySQL is loaded into the lower 32 bits of the address space. Should address issue [#150](https://github.com/mcafee/mysql-audit/issues/150) and possibly some of the others. +* Fixed a bug such that an empty connect message is not created for the MySQL 5.7 "pre authenticate" event. * Added offsets for client capabilities (all versions) and for session connect attributes (MySQL 5.6 and 5.7). * Updated the offset-extract.sh script. **If you have extracted offsets on your own, you should rerun the script to make the new offsets available.** -* Added two new configuration variables: `audit_client_capabilities` (all versions) and `audit_sess_connect_attr` (MySQL 5.6 and 5.7). -* Improved the plugin's behavior on systems where skip_name_resolve is set in MySQL, particularly for Percona server. +* Added two new configuration variables: `audit_client_capabilities` (all versions) and `audit_sess_connect_attr` (MySQL 5.6 and 5.7). Both default to `ON`. +* Improved the plugin's behavior on systems where `skip_name_resolve` is set in MySQL, particularly for Percona server. ## v1.1.0 * Added support for MariaDB 10.0.25-10.0.28, 10.1.13-10.1.19, 5.5.49 - 5.5.53.