Version tag rc6

pull/1396/head
jsteube 7 years ago
parent 01f9cc2489
commit 6c16b7f3ee

@ -63,11 +63,11 @@
- OpenCL Kernels: Updated default scrypt TMTO to be ideal for latest NVidia and AMD top models
- OpenCL Kernels: Vectorized tons of slow kernels to improve CPU cracking speed
- OpenCL Runtime: Updated AMD ROCm driver version check, warn if version < 1.1
- Show cracks: Improved the performance of --show/--left if used together with --username
- Startup: Add visual indicator of active options when benchmarking
- Startup: Show some attack-specific optimizer constraints on start, eg: minimum and maximum support password- and salt-length
- Startup: Check and abort session if outfile and wordlist point to the same file
- WPA cracking: Improved nonce-error-corrections mode to use a both positive and negative corrections
- Show cracks: Improved the performance of --show/--left if used together with --username
##
## Technical

@ -124,7 +124,7 @@ COMPTIME := $(shell date +%s)
VERSION_EXPORT := $Format:%D$
#VERSION_TAG := $(shell test -d .git && git describe --tags --dirty=+ || echo "$(VERSION_EXPORT)"|cut -d, -f2|$(SED) -r 's|.* (\w+/)?([^ ]+)|\2|')
VERSION_TAG := 4.0.0-rc5
VERSION_TAG := 4.0.0-rc6
##
## General compiler and linker options

Loading…
Cancel
Save