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).