aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.md
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2016-06-17 20:05:08 +0800
committerIgor Pashev <pashev.igor@gmail.com>2016-06-17 20:06:06 +0800
commit46ac93b7322cab7f4abb2d3533375c3b70682f88 (patch)
tree0c16cdf3de7f6d1593ea3be56955e7138cc01467 /ChangeLog.md
parente641bcacd0dbb56dddb4eea13dbd15862a0022c9 (diff)
downloadmywatch-46ac93b7322cab7f4abb2d3533375c3b70682f88.tar.gz
Version 0.1.10.1.1
Diffstat (limited to 'ChangeLog.md')
-rw-r--r--ChangeLog.md17
1 files changed, 17 insertions, 0 deletions
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
=====