From 51202fed1f7d89b6c680e7f4c409d660d4b92494 Mon Sep 17 00:00:00 2001 From: guylichtman Date: Sun, 2 Dec 2012 08:09:22 -0800 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Changelog.md b/Changelog.md index 375f1ec..2d81015 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,12 @@ +## v1.0.3 +* 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: `validate_offsets_extended` - perform offset extended validation (default: on). +* Better support for MySQL Cluster NDB: fixed bug with socket mode. +* Support for '{}' in `audit_record_objs` as a means to specify an empty set. See issue [#12](https://github.com/mcafee/mysql-audit/issues/12). +* Support for MySQL compiled with newer versions of GCC (Percona and Red Hat 6 distributions). See issues [#11](https://github.com/mcafee/mysql-audit/issues/11) and [#1](https://github.com/mcafee/mysql-audit/issues/1). +* Compilation error fixes and configuration change crash. See issues [#18](https://github.com/mcafee/mysql-audit/issues/18) and [#15](https://github.com/mcafee/mysql-audit/issues/15). Contributed by [@mitans02](https://github.com/creechy). + ## 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.