Updated Changelog (markdown)
parent
ee17f0bfc1
commit
7d9842fe46
|
@ -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
|
## v1.0.3
|
||||||
* Added MySQL offsets up to 5.5.28 and 5.1.66
|
* 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).
|
* 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).
|
||||||
|
|
Loading…
Reference in New Issue