Updated Changelog (markdown)

master
Guy Lichtman 2014-07-06 06:33:33 -07:00
parent bfdaec7b97
commit f3a408b542
1 changed files with 4 additions and 1 deletions

@ -1,8 +1,11 @@
## v1.0.6 (Not yet released)
* New feature: write a header message at start of logging or on file flush (both file and socket logging options). Includes new configuration parameter: `audit_header_msg` to control if the header message is enabled/disabled (default enabled). Header message is in json format. Sample json message: `{"msg-type":"header","date":"1404402497645","audit-version":"1.0.0-99999","audit-protocol-version":"1.0","hostname":"debian","mysql-version":"5.5.23-1~dotdeb.0","mysql-program":"/usr/sbin/mysqld","mysql-socket":"/var/run/mysqld/mysqld.sock","mysql-port":"3306"}`
## v1.0.5
* Added MySQL offests up to: 5.5.38 and 5.6.19
* MariadDB 5.5 support. Note there is a separate binary build available for MariaDB.
## 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.