Updated Changelog (markdown)
parent
7682875f7c
commit
90e3919c6f
|
@ -1,5 +1,6 @@
|
||||||
## v1.1.1 (dev-snapshot)
|
## v1.1.1 (dev-snapshot)
|
||||||
* Added support for MySQL 5.5.54, 5.6.35, and 5.7.17.
|
* Added support for MySQL 5.5.54, 5.6.35, and 5.7.17.
|
||||||
|
* Added support for MariaDB 10.1.20.
|
||||||
* Changed algorithm for allocation of trampoline page on 64 bit systems when MySQL is loaded into the lower 32 bits of the address space. Should address issue [#150](https://github.com/mcafee/mysql-audit/issues/150) and possibly some of the others.
|
* Changed algorithm for allocation of trampoline page on 64 bit systems when MySQL is loaded into the lower 32 bits of the address space. Should address issue [#150](https://github.com/mcafee/mysql-audit/issues/150) and possibly some of the others.
|
||||||
* Fixed a bug such that an empty connect message is not created for the MySQL 5.7 "pre authenticate" event.
|
* Fixed a bug such that an empty connect message is not created for the MySQL 5.7 "pre authenticate" event.
|
||||||
* Added offsets for client capabilities (all versions) and for session connect attributes (MySQL 5.6 and 5.7).
|
* Added offsets for client capabilities (all versions) and for session connect attributes (MySQL 5.6 and 5.7).
|
||||||
|
|
Loading…
Reference in New Issue