diff --git a/NEWS b/NEWS index 2aad259..8527190 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +** Version 2.14 - 12 Sep 2017 + +* New Features + + - Optimizations to the fuzzy hashing engine. (hash generator can run as twice + as fast and comparison can run five times faster than the previous + release) + +* Bug Fixes + + - Fixed issue when certain memory allocation is failed. + + ** Version 2.13 - 24 Apr 2015 * New Features diff --git a/configure.ac b/configure.ac index d0f9abe..65d7001 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([SSDEEP],[2.13],[floss_ssdeep@irq.a4lg.com]) +AC_INIT([SSDEEP],[2.14],[floss_ssdeep@irq.a4lg.com]) AM_INIT_AUTOMAKE AC_CONFIG_FILES([Makefile]) diff --git a/ssdeep.1 b/ssdeep.1 index e58d362..4584c73 100644 --- a/ssdeep.1 +++ b/ssdeep.1 @@ -1,4 +1,4 @@ -.TH SSDEEP "1" "Version 2.13 \- 24 Apr 2015" "ssdeep Project" "SSDEEP COMMAND" +.TH SSDEEP "1" "Version 2.14 \- 12 Sep 2017" "ssdeep Project" "SSDEEP COMMAND" .SH NAME ssdeep - Computes context triggered piecewise hashes (fuzzy hashes)