From 211b250f39c9af43efd11efd34c8a928548eb195 Mon Sep 17 00:00:00 2001 From: Guy Lichtman Date: Tue, 21 Apr 2015 16:25:06 +0300 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index e48e26d..bcfb993 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -## v1.0.8 (dev-snapshot) +## v1.0.8 * Added MariaDB 10.0.15 to 10.0.17 offsets * Added MySQL offsets up to: 5.5.43 and 5.6.24 * Added a special symbol named: `audit_plugin_version__` 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.