Updated Changelog (markdown)
parent
a93e4dc2d7
commit
38910c828d
|
@ -1,3 +1,7 @@
|
|||
## v1.0.8 (dev-snapshot)
|
||||
* Added MariaDB 10.0.15 offsets
|
||||
* 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.
|
||||
|
||||
## v1.0.7
|
||||
* Added MySQL offests up to: 5.5.40 and 5.6.21
|
||||
* MariaDB 10.0 support: offsets for 10.0.9 through 10.0.14 added. Note there is a separate binary build available for MariaDB 10.0.
|
||||
|
|
Loading…
Reference in New Issue