This commit is contained in:
van Hauser 2016-08-11 09:51:27 +02:00
commit 047c957ed6
2 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,10 @@
Changelog for hydra
-------------------
Release 8.4-dev
* your patch?
Release 8.3
* Support for upcoming OpenSSL 1.1 added. needs testing.
* Fixed hydra redo bug (issue #113)
@ -8,7 +12,6 @@ Release 8.3
* Some more command line error checking
* Ensured unneeded sockets are closed
Release 8.2
* Added RTSP module, thanks to jjavi89 for supplying!
* Added patch for ssh that fixes hyra stopping to connect, thanks to ShantonRU for the patch

View file

@ -167,7 +167,7 @@ char *SERVICES =
#define RESTOREFILE "./hydra.restore"
#define PROGRAM "Hydra"
#define VERSION "v8.3"
#define VERSION "v8.4-dev"
#define AUTHOR "van Hauser/THC"
#define EMAIL "<vh@thc.org>"
#define RESOURCE "http://www.thc.org/thc-hydra"