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 Changelog for hydra
------------------- -------------------
Release 8.4-dev
* your patch?
Release 8.3 Release 8.3
* Support for upcoming OpenSSL 1.1 added. needs testing. * Support for upcoming OpenSSL 1.1 added. needs testing.
* Fixed hydra redo bug (issue #113) * Fixed hydra redo bug (issue #113)
@ -8,7 +12,6 @@ Release 8.3
* Some more command line error checking * Some more command line error checking
* Ensured unneeded sockets are closed * Ensured unneeded sockets are closed
Release 8.2 Release 8.2
* Added RTSP module, thanks to jjavi89 for supplying! * Added RTSP module, thanks to jjavi89 for supplying!
* Added patch for ssh that fixes hyra stopping to connect, thanks to ShantonRU for the patch * 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 RESTOREFILE "./hydra.restore"
#define PROGRAM "Hydra" #define PROGRAM "Hydra"
#define VERSION "v8.3" #define VERSION "v8.4-dev"
#define AUTHOR "van Hauser/THC" #define AUTHOR "van Hauser/THC"
#define EMAIL "<vh@thc.org>" #define EMAIL "<vh@thc.org>"
#define RESOURCE "http://www.thc.org/thc-hydra" #define RESOURCE "http://www.thc.org/thc-hydra"