<PRE> 19/Mar/2019 Have a cmake option to build tlsh with a zero byte checksum (development / research option) Default build has 1 byte checksum - which is strongly recommended </PRE>
3.9.5
<PRE> 19/Mar/2019 issue 61: added a command line option -notest - do not do any testing ./make.sh -notest </PRE>
3.9.4
<PRE> 19/Mar/2019 check in order_bug program which demonstrates issue 50 resolved issue 50 - added code to tlsh_impl.cpp to check for invalid call sequences to update() and final() </PRE>
3.9.3
<PRE> 19/Mar/2019 currently tlsh_pattern returns all the matches modify tlsh_pattern to return the best match
remove the newline from the input fields when reading in the tlsh_pattern file </PRE>
3.9.2
<PRE> 18/Mar/2019 Also merged the contents of NOTICE.txt into LICENSE. This was done because NOTICE.txt is sometimes accidently removed when people clone this repository. And the LICENSE specifically states that NOTICE.txt should NOT be removed.
Also added command line option -notice which displays the NOTICE.txt file </PRE>
3.9.1
resolving issue 38 putting in fix in rand_tags.cpp so that it generates identical output to previous version while safely working with pointers