From 6c16b7f3ee68ad3f1c64c510485766eb0c814f71 Mon Sep 17 00:00:00 2001 From: jsteube Date: Tue, 17 Oct 2017 12:30:39 +0200 Subject: [PATCH] Version tag rc6 --- docs/changes.txt | 2 +- src/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changes.txt b/docs/changes.txt index 7a0b08755..4c4d59811 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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 diff --git a/src/Makefile b/src/Makefile index 9b8851252..eb2d6d1fd 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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