From 69a6b4f7d76de53573da0e1909a59b7bd0878c06 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Sat, 18 Jan 2020 11:33:23 +0100 Subject: [PATCH] added changelog entry --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index d650eec..3de75a9 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,7 @@ Changelog for hydra ------------------- Release 9.1-dev +* new module: smb2 which also supports smb3 (uses libsmbclient-dev) (thanks to Karim Kanso for the module!) * svn: updated to support past and new API * http module now supports F=/S= string matching conditions (thanks to poucz@github) * changed mysql module not to use mysql db as a default. if the user has not access to this db auth fails ...