Updated Changelog (markdown)
parent
b43034119c
commit
21666f0ab7
|
@ -1,3 +1,8 @@
|
||||||
|
## v1.0.7
|
||||||
|
* Added MySQL offests up to: 5.5.40 and 5.6.21
|
||||||
|
* MariaDB 10.0 support: offsets for 10.0.9 through 10.0.14 added. Note there is a separate binary build available for MariaDB 10.0.
|
||||||
|
* Bug fix: Protection for case where tcp port or unix socket is not set and plugin tries to set default socket name at startup. The tcp port or unix socket are not initialized when they are not passed either on the command line or configured in my.cnf. In this case the plugin init function is called before mysql has set the default values.
|
||||||
|
|
||||||
## v1.0.6
|
## v1.0.6
|
||||||
* Added MySQL offests up to: 5.5.39 and 5.6.20
|
* Added MySQL offests up to: 5.5.39 and 5.6.20
|
||||||
* 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"}`
|
* 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"}`
|
||||||
|
|
Loading…
Reference in New Issue