1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-10 15:51:10 +00:00

cosmetic: fixed changes.txt, the VERSION_EXPORT fix was done after 4.0.0 release

This commit is contained in:
philsmd 2017-11-07 10:02:22 +01:00
parent 6f9d3c1872
commit 52f8063697
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

View File

@ -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