Updated Changelog (markdown)

master
Guy Lichtman 2015-04-21 16:24:53 +03:00
parent b94491d2a6
commit eb13a46a30
1 changed files with 1 additions and 1 deletions

@ -1,5 +1,5 @@
## v1.0.8 (dev-snapshot) ## v1.0.8 (dev-snapshot)
* Added MariaDB 10.0.15 and 10.0.16 offsets * Added MariaDB 10.0.15 to 10.0.17 offsets
* Added MySQL offsets up to: 5.5.43 and 5.6.24 * Added MySQL offsets up to: 5.5.43 and 5.6.24
* Added a special symbol named: `audit_plugin_version_<version>_<revision>` where `.` is replaced with `_`. It is possible to get the version of the library file by running the following command: `nm /usr/lib/mysql/plugin/libaudit_plugin.so | grep 'audit_plugin_version' | grep -P -o '\d+_\d+_\d+_\d+'`. Output will be of the form: `1_0_8_511`. This can be used to determine the version of the audit plugin library without logging into MySQL and performing a query. * Added a special symbol named: `audit_plugin_version_<version>_<revision>` where `.` is replaced with `_`. It is possible to get the version of the library file by running the following command: `nm /usr/lib/mysql/plugin/libaudit_plugin.so | grep 'audit_plugin_version' | grep -P -o '\d+_\d+_\d+_\d+'`. Output will be of the form: `1_0_8_511`. This can be used to determine the version of the audit plugin library without logging into MySQL and performing a query.
* Fixed an issue where after terminating a query (not a connection) further queries on the same connection will not return results. See issue: [#98](https://github.com/mcafee/mysql-audit/issues/98). * Fixed an issue where after terminating a query (not a connection) further queries on the same connection will not return results. See issue: [#98](https://github.com/mcafee/mysql-audit/issues/98).