From 7d9842fe46e6d88ace1691b2a93da4e63f506d36 Mon Sep 17 00:00:00 2001 From: Guy Lichtman Date: Wed, 5 Feb 2014 11:53:04 -0800 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog.md b/Changelog.md index 2ab32b1..b3b012b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ +## v1.0.4 +* Added MySQL offsets up to: 5.1.73, 5.5.35 and 5.6.15. +* New configuration option: audit_whitelist_users: Comma separated list of white-listed users whose queries are not recorded. +* Better support for SELinux. +* Support for empty user white listing using "{}". +* Compilation fixes for newer compilers. +* Various bugs fixed. See: [closed issue list] (https://github.com/mcafee/mysql-audit/issues?page=1&sort=updated&state=closed). + ## v1.0.3 * Added MySQL offsets up to 5.5.28 and 5.1.66 * New configuration var: `offsets_by_version` - If checksum validation doesn't pass, will attempt to load and validate offsets according to the MySQL version (default: on).