Updated Changelog (markdown)
parent
e87e890932
commit
2cb952f0a9
|
@ -1,5 +1,5 @@
|
||||||
## v1.1.0 (dev-snapshot)
|
## v1.1.0 (dev-snapshot)
|
||||||
* Added support for MariaDB 10.0.25-10.0.27, 10.1.13-10.1.17, 5.5.49 - 5.5.51.
|
* Added support for MariaDB 10.0.25-10.0.27, 10.1.13-10.1.18, 5.5.49 - 5.5.52.
|
||||||
* Added support for MySQL 5.5.49 - 5.5.52, 5.6.30 - 5.6.33, 5.7.12 - 5.7.15.
|
* Added support for MySQL 5.5.49 - 5.5.52, 5.6.30 - 5.6.33, 5.7.12 - 5.7.15.
|
||||||
* 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.
|
||||||
|
@ -7,6 +7,7 @@
|
||||||
* 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).
|
* Fixed problem with very large query crashing MySQL when the plugin is loaded. See issue: [#145](https://github.com/mcafee/mysql-audit/issues/145).
|
||||||
|
* Improved handling of prepared statements with jdbc driver. See issue: [#144](https://github.com/mcafee/mysql-audit/issues/144).
|
||||||
|
|
||||||
## v1.0.9
|
## v1.0.9
|
||||||
* Added support for MySQL 5.7.9, 5.7.10 and 5.7.11
|
* Added support for MySQL 5.7.9, 5.7.10 and 5.7.11
|
||||||
|
|
Loading…
Reference in New Issue