aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.md17
-rw-r--r--mywatch.cabal4
2 files changed, 19 insertions, 2 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
=====
diff --git a/mywatch.cabal b/mywatch.cabal
index a9d226a..8b15cf2 100644
--- a/mywatch.cabal
+++ b/mywatch.cabal
@@ -1,5 +1,5 @@
name: mywatch
-version: 0.1.0
+version: 0.1.1
synopsis: View MySQL processes
description:
View queries on multiple MySQL servers. Designed to work behind Sproxy.
@@ -26,7 +26,7 @@ source-repository head
executable mywatch
default-language: Haskell2010
- ghc-options: -Wall -static
+ ghc-options: -Wall -static -threaded
hs-source-dirs: src
main-is: Main.hs
other-modules: