From 7a1e22f05cf887c295c3b35e9bba8f558838cda5 Mon Sep 17 00:00:00 2001 From: guylichtman Date: Mon, 13 Aug 2012 06:19:08 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog.md b/Changelog.md index 359e5bb..375f1ec 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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