<PRE> 23/04/2021 Merging in pull requests issue 99 - new Java version that solves large file problem (Thanks Daniel) Add architecture ppc64le to travis build (Thanks ddeka2910) Fix tmpArray is undefined in JavaScript version (Thanks carbureted) </PRE>
4.5.0
<PRE> 10/Dec/2020 Checking in files to create pypi package </PRE>
4.4.1
<PRE> 09/Dec/2020 Command line options to tlsh_digest.py -conservative enforce 256 byte limit -old generate old style hash (without "T1") added python functions to tlsh package (for backwards compatibility) tlsh.oldhash(data) tlsh.conservativehash(data) tlsh.oldconservativehash(data) </PRE>
4.4.0
<PRE> 08/Nov/2020 Fixing Python Extension - updated python extension to T1 hashes (4.0.0) - fixed python_test.sh (which attempted to access old expected results files) now passes test - added license information to py_ext/tlshmodule.cpp </PRE>
4.3.0
<PRE> 26/June/2020 issue 79 - divide by 0 if q3 == 0 solution. if (q3 == 0) return invalid hash </PRE>
4.2.3
<PRE> 22/April/2020 add regression tests that are compatible with https://github.com/glaslos/tlsh To use $ cd Testing edit tlsh_go script to set prog= your Go TLSH application $ ./test.sh _go </PRE>