From 3b97da1021ba57239420ae2e4229fb816135326c Mon Sep 17 00:00:00 2001 From: van Hauser Date: Fri, 27 Jan 2017 17:11:59 +0100 Subject: [PATCH] v8.4 --- CHANGES | 2 +- hydra.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index ec7c474..49cf12d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ Changelog for hydra ------------------- -Release 8.4-dev +Release 8.4 ! Reports came in that the rdp module is not working reliable sometimes, most likely against new Windows versions. please test, report and if possible send a fix * Proxy support re-implemented: - HYDRA_PROXY[_HTTP] environment can be a text file with up to 64 entries diff --git a/hydra.c b/hydra.c index c78529a..7c022e7 100644 --- a/hydra.c +++ b/hydra.c @@ -171,7 +171,7 @@ char *SERVICES = #define RESTOREFILE "./hydra.restore" #define PROGRAM "Hydra" -#define VERSION "v8.4-dev" +#define VERSION "v8.4" #define AUTHOR "van Hauser/THC" #define EMAIL "" #define RESOURCE "http://www.thc.org/thc-hydra"