From 80e4d733bdac5e8a70ee8fcbdeeaedd9dad7a55b Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Tue, 14 Oct 2014 15:43:37 +0200 Subject: [PATCH] MySQL authentication handles host wildcard MySQL authentication now authenticate hosts from mysql.user table that have wildcard: current implementation is: a.b.c.% a.b.%.% a.%.%.% --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 1f6191473..ed69ddf2c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1-beta +1.0.2-beta