Updated Changelog (markdown)

master
guylichtman 2012-12-02 08:09:22 -08:00
parent 8f81bd49dc
commit 51202fed1f
1 changed files with 9 additions and 0 deletions

@ -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.