Updated Changelog (markdown)

master
aharonrobbins 2017-05-24 11:07:56 +03:00
parent 1462641755
commit 50d8b68213
1 changed files with 4 additions and 1 deletions

@ -1,4 +1,7 @@
## v1.1.3 ## v1.1.4 (dev-snapshot)
Added support for MariaDB 10.0.31.
## v1.1.3 (release)
* Added support for MySQL 5.5.56. * Added support for MySQL 5.5.56.
* Added support for MariaDB 5.5.56 and 10.1.23. * Added support for MariaDB 5.5.56 and 10.1.23.
* New configuration variable, `audit_json_socket_write_timeout`, which provides a timeout in milliseconds for writes to the JSON socket. Current value is 1000 (= 1 second). This should prevent the plugin from causing any lockouts of MySQL. * New configuration variable, `audit_json_socket_write_timeout`, which provides a timeout in milliseconds for writes to the JSON socket. Current value is 1000 (= 1 second). This should prevent the plugin from causing any lockouts of MySQL.