Updated Changelog (markdown)

master
Guy Lichtman 2014-02-05 11:53:04 -08:00
parent ee17f0bfc1
commit 7d9842fe46
1 changed files with 8 additions and 0 deletions

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