From e9390f0fd917ee62c1d300396bdf46e88e2080d7 Mon Sep 17 00:00:00 2001 From: aharonrobbins Date: Sun, 21 Aug 2016 14:34:15 +0300 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 6b86d48..619064a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,7 @@ ## v1.1.0 (dev-snapshot) -* Added support for MariaDB 10.0.25-10.0.26, 10.1.13-10.1.16, 5.5.49 - 5.5.50. +* Added support for MariaDB 10.0.25-10.0.26, 10.1.13-10.1.16, 5.5.49 - 5.5.51. * Added support for MySQL 5.5.49 - 5.5.51, 5.6.30 - 5.6.32, 5.7.12 - 5.7.14. +* Fixed problem computing the name of the audit socket if MySQL was configured for no networking or with no sockets specified in the configuration file. * Fixed problem loading the plugin on Debian 8 32-bit systems. See issue: [#132](https://github.com/mcafee/mysql-audit/issues/132). * Updated to latest YAJL and PCRE libraries. * Fixed an Autoconf warning in yajl/src/Makefile.am.