From 1be98add82f7a579342cbbf0a031985559d733d3 Mon Sep 17 00:00:00 2001 From: jsteube Date: Fri, 9 Dec 2016 13:42:52 +0100 Subject: [PATCH] Add missing note about changed potfile suffix in v3.10 --- docs/changes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes.txt b/docs/changes.txt index 859b0080f..a7f5c3cb8 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -11,6 +11,7 @@ ## Technical ## +- Potfile: In v3.10 already, the default potfile suffix changed but the note about was missing. The "hashcat.pot" became "hashcat.potfile" - Threads: Replaced all calls to strerror() with %m printf() GNU extension to ensure thread safety - Threads: Replaced all calls to ctime() with ctime_r() to ensure thread safety