From 78d0daeabebfb46aa2fd4fceace3991aaf9829ef Mon Sep 17 00:00:00 2001 From: guylichtman Date: Sun, 28 Dec 2014 06:55:23 -0800 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 91bc3d7..18510c7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,6 @@ ## v1.0.8 (dev-snapshot) * Added MariaDB 10.0.15 offsets +* Added MySQL offests up to: 5.5.41 and 5.6.22 * 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. ## v1.0.7