From 845233ba9bc3c6fe112e91cd6d3989afde2b46e2 Mon Sep 17 00:00:00 2001 From: aharonrobbins Date: Mon, 2 Jan 2017 12:00:11 +0200 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 768f088..944d0df 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,9 @@ ## v1.1.2 (dev-snapshot) +* Add more information to each record: + * For connections via Unix Domain Socket, PID, application name, and OS user name of process on the other end of the connection. + * For connections via TCP Socket, client port of the connection +* The offset-extract.sh script was updated. **If you have extracted offsets on your own, you should rerun the script to make the new offsets available.** +* New configuration variable, `audit_socket_creds`, which enables writing of the above information. Default is `ON`. ## v1.1.1 * Added support for MySQL 5.5.54, 5.6.35, and 5.7.17.