From 52f8063697d133c039660221f418143cde24cb5c Mon Sep 17 00:00:00 2001 From: philsmd <philsmd@hashcat.net> Date: Tue, 7 Nov 2017 10:02:22 +0100 Subject: [PATCH] cosmetic: fixed changes.txt, the VERSION_EXPORT fix was done after 4.0.0 release --- docs/changes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index 80e0e3c9e..222e73ac0 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -9,6 +9,7 @@ - Fixed compile of sources using clang under MSYS2 - Fixed overlapping memory segment copy in CPU rule engine if using a specific rule function - Fixed a parallel build problem when using the "install" Makefile target +- Fixed the version number extraction for github releases which do not including the .git directory * changes v3.6.0 -> v4.0.0: @@ -58,7 +59,6 @@ - Fixed the parsing of descrypt hashes if the hashes do have non-standard characters within the salt - Fixed the use of --veracrypt-pim option. It was completely ignored without showing an error - Fixed the version number used in the restore file header -- Fixed the version number extraction for github releases which do not including the .git directory ## ## Improvements