X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Client%20Applications%2Frcracki_mt%2FChangeLog.txt;h=ecebd6022322c2087b3fc53e17183476d1be750e;hb=866cface08d49819e9e75610d543ee7d4a0bdfbe;hp=0b07cd0462bccdafdd1fa8bc67da1d8b25c99b83;hpb=1f5948bf50f1eafad5ab3a4737f6eb3e492999e8;p=freerainbowtables diff --git a/Client Applications/rcracki_mt/ChangeLog.txt b/Client Applications/rcracki_mt/ChangeLog.txt index 0b07cd0..ecebd60 100644 --- a/Client Applications/rcracki_mt/ChangeLog.txt +++ b/Client Applications/rcracki_mt/ChangeLog.txt @@ -1,6 +1,36 @@ [rcracki_mt ChangeLog] -0.6.2 (2 Juli 2009, 13:37): +0.6.5.1 (25 Oct 2010, 15:50:10): +* rti2 fixes courtesy of PowerBlade + +0.6.5 (24 Oct 2010, 18:21:25): +* code changes to allow building via mingw and avoid VC++ +* linux thread priority set to nice value of 2 +* rti2 support +* replaced clock_t usage with gettimeofday +* add pre-calculation timing per feature request #3025688 from sourceforge +* fix bug #3050821 from sourceforge - missing break for non x86/x86_64 arch +* improve hash performance by moving off openssl to the local faster methods +* sha1 local implementation was *slower* than openssl for x86/x86_64 + +0.6.4 (05 Jul 2010, 03:12): +* add -m to allow users to limit memory usage - courtesy of uroskn +* fix memory code that made incorrect assumptions about the MemoryPool +* fix linux memory code - using only info.freeram is incorrect +* cleanup of the nested if/elif/else stuctures +* annotate x86 specific sections of code +* licensing review and GPLv2 compliance +* cleanup of unused items +* restructure Makefile +* cleanup memory leaks + +0.6.3 (21 Oct 2009, 21:05): +* Fixed x86_64 linux compilation +* Fixed x86_64 linux segmentation fault +* Fixed 64bit support in md4 code +* Added support for: FreeBSD, NetBSD, OpenBSD, and MacOSX + +0.6.2 (2 Jul 2009, 13:37): * Fixed linux support (tty stuff and now actually compiles) * Fixed precalculation code