From c09e062096b5cb7750b15ced548f3bf1d14b7c11 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 27 Jun 2016 17:09:42 +0800 Subject: Version 0.2.0 --- ChangeLog.md | 14 +++++++++++++- mywatch.cabal | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index b5670b9..2bdb96b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,9 +1,20 @@ +0.2.0 +===== + + * Allow killing queries via `CALL mysql.mywatch_kill(id)`. You should have + this routine on your database server and grant MyWatch privilege to + execute it. Provided a safe example of this function. + + * Minor improvements in UI + + 0.1.2 ===== * Use location hash for server name * Compact server list (`display: inline-block`) + 0.1.1 ===== @@ -19,7 +30,8 @@ processes SSL options. SSL now works with MariaDB's libmysqlclient. - * Fixed parsing of `GRANT` queries (they have `NULL` states). + * Fixed parsing of `GRANT` queries (they have `NULL` states) + 0.1.0 ===== diff --git a/mywatch.cabal b/mywatch.cabal index 48220d5..3a69765 100644 --- a/mywatch.cabal +++ b/mywatch.cabal @@ -1,5 +1,5 @@ name: mywatch -version: 0.1.2 +version: 0.2.0 synopsis: Web application to view and kill MySQL queries description: View and kill queries on multiple MySQL servers. -- cgit v1.2.3