From 46ac93b7322cab7f4abb2d3533375c3b70682f88 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Fri, 17 Jun 2016 20:05:08 +0800 Subject: Version 0.1.1 --- ChangeLog.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog.md') diff --git a/ChangeLog.md b/ChangeLog.md index 4bbe011..bb6e574 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,20 @@ +0.1.1 +===== + + * Request `HEAD /server/:server/processlist.json` before + showing the server to user. This is to hide servers which + are not allowed by Sproxy to this user. + + * Added a workaround for buggy haskell mysql package + causing a heisenbug that random sections of the + configuration files were not found by libmysqlclient. + + * Added a workaround for the way MariaDB's libmysqlclient + processes SSL options. SSL now works with MariaDB's + libmysqlclient. + + * Fixed parsing of `GRANT` queries (they have `NULL` states). + 0.1.0 ===== -- cgit v1.2.3