Updated Changelog (markdown)

master
aharonrobbins 2016-08-25 13:41:22 +03:00
parent e9390f0fd9
commit d3fb2ef4a1
1 changed files with 1 additions and 0 deletions

@ -3,6 +3,7 @@
* Added support for MySQL 5.5.49 - 5.5.51, 5.6.30 - 5.6.32, 5.7.12 - 5.7.14. * 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 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). * Fixed problem loading the plugin on Debian 8 32-bit systems. See issue: [#132](https://github.com/mcafee/mysql-audit/issues/132).
Fixed problem with very large query crashing MySQL when the plugin is loaded. See issue: [#145](https://github.com/mcafee/mysql-audit/issues/145).
* Updated to latest YAJL and PCRE libraries. * Updated to latest YAJL and PCRE libraries.
* Fixed an Autoconf warning in yajl/src/Makefile.am. * Fixed an Autoconf warning in yajl/src/Makefile.am.
* Reformatted the code, including making line endings consistent. * Reformatted the code, including making line endings consistent.