From 7bac5dd3afc2d9c75b749d3c2e6695ed8d7fbfeb Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Fri, 19 Aug 2016 10:33:03 +0200 Subject: [PATCH] Added some missing description for a workaround --- docs/changes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index df60c33db..b24af549c 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -4,7 +4,7 @@ ## Improvements ## -- Added mask display to modes 3, 6, and 7. Allows the user to see the custom character set used during the run +- Added mask display to modes 3, 6, and 7. Allows the user to see the custom character set used during the run - Make Linux build POSIX compatible; Also allow it to actually compile on musl-libc systems - Add support to compile on FreeBSD - Make use of cl_context_properties[] to clCreateContext(), even if OpenCL specification allow the use of NULL, some runtimes fail without @@ -26,6 +26,7 @@ - Skip periodic status output whenever --stdout is used together with stdin mode, but no outfile was specified - Show error message if --show is used together with --outfile-autohex-disable (this is currently not supported) - Show error message if --skip/--limit is used together with mask files or --increment +- Workaround for NVidia OpenCL runtime bug causing -m 6223 to not crack any hashes even with the correct password candidate ## ## Bugs