Updated Changelog (markdown)
parent
733a06e989
commit
7a1e22f05c
|
@ -1,3 +1,11 @@
|
|||
## v1.0.2
|
||||
* Added MySQL offsets up to 5.5.25 and 5.1.63
|
||||
* Better support for Debian/Ubuntu distributions. If `audit_validate_checksum` is disabled will try additional offsets with 24 bytes difference as seen on Debian/Ubuntu distributions.
|
||||
* Better support for log file rotation. Added support for `audit_json_file_flush`. See issue [#9](https://github.com/mcafee/mysql-audit/issues/9).
|
||||
* Bug fix where `audit_delay_cmds` was not being set if already set in my.cnf. See issue [#7](https://github.com/mcafee/mysql-audit/issues/7). Contributed by [@creechy](https://github.com/creechy).
|
||||
* New options to limit auditing: `audit_record_cmds` and `audit_record_objs`. See issue [#8](https://github.com/mcafee/mysql-audit/pull/8). Contributed by [@creechy](https://github.com/creechy).
|
||||
* New checksum assurance option: `audit_checksum`. See issue [#8](https://github.com/mcafee/mysql-audit/pull/8). Contributed by [@creechy](https://github.com/creechy).
|
||||
|
||||
## v1.0.1
|
||||
* README documentation: reference to github wiki
|
||||
* Performance improvements for command name lookup
|
||||
|
|
Loading…
Reference in New Issue