Changelog for
ssdeep-2.13-1.fc23.i686.rpm :
* Fri Apr 24 2015 Lawrence Rogers
2.13-1
* Release 2.13-1 2015-04-24: Jesse Kornblum :
* ssdeep.1, NEWS: Updated release date 2015-04-01: Tsukasa OI :
* dig.cpp: Support arbitrary length input from the standard input. 2014-11-07: Tsukasa OI :
* edit_dist.c: Made code more portable
* fuzzy.c: Multiple bug fixes 2014-10-24: Jesse Kornblum :
* Makefile.am: Adding edit_dist.h 2014-10-20: Jesse Kornblum :
* edit_dist.c: Replaced with new, explicitly GPL licensed code.
* fuzzy.c: Removed edit distance function prototype
* edit_dist.h: Added edit distance function prototype
* Fri Oct 24 2014 Lawrence Rogers 2.12-1
* Release 2.12-1 2014-10-24: Jesse Kornblum :
* Makefile.am: Adding edit_dist.h 2014-10-20: Jesse Kornblum :
* edit_dist.c: Replaced with new, explicitly GPL licensed code.
* fuzzy.c: Removed edit distance function prototype
* edit_dist.h: Added edit distance function prototype 2014-10-16: Jesse Kornblum :
* configure.ac: Version bump to 2.12
* fuzzy.c: Fixed bug when comparing identical hashes, bug #16.
* normal.sh: Use multiple cores when compiling
* Sat Sep 27 2014 Lawrence Rogers 2.11.1-1
* Release 2.11.1-1 Fixed bug in signature computation. Made libfuzzy a shared library again.
* Thu Sep 11 2014 Lawrence Rogers 2.11-1
* Release 2.11-1
* New Features - Added fuzzy_clone function to the API. - Moved to modern Win32 compiler.
* Bug Fixes - Fixed edge case on signature generaion. Behavior now matches v2.9 again.
* Wed Jul 17 2013 Lawrence Rogers 2.10-1
* Release 2.10-1 Changes:
* Fuzzy Hashing engine re-written to be thread safe.
* Able to handle long file paths on Win32.
* Fixed bug on comparing signatures with the same block size.
* Fixed crash on comparing short signatures.
* Mon Jul 23 2012 Lawrence Rogers 2.9-1
* Release 2.9-1 Version 2.9 - 23 Jul 2012
* New Features - Added warning message for when some data on stdin is not hashed. - Can now hash up to 512MB of data on stdin. - Added clustering mode to group together matching files
* Bug Fixes - Fixed incorrect match scores for hashes with long filenames.
* Fri May 25 2012 Lawrence Rogers 2.8-1
* Release 2.8-1 Version 2.8 - 25 May 2012
* ChangeLog: Clean up
* Commented out all references to clustering
* configure.ac: Added AC_SYS_LARGEFILE to handle large files on 32-bit platforms. See bug 3416762.
* engine.cpp: Added const definitions
* Experimental conversion to C++
* fuzzy.h: Cleanup and commenting
* main.c: Bump copyright to 2012 in usage message. Add flag for clustering
* main.c: Fixed error handling in getopt processing
* main.cpp: Fixed some bugs in the command line argument processing
* main.cpp: Updated command line argument processing
* main.h: Added mode_cluster
* Makefile.am: LF to CR/LF change now done by zip program
* match.cpp: Convert to C++
* match.cpp: Fixed bug in Win32 filename construction
* ssdeep.1: Clarifications on description.
* ssdeep.1: Updating support for stdin, clarifying modes
* ssdeep.h: Adding Doxygen comments
* ui.c: Changed Win32 to use fputc instead of _tfprintf for filenames
* Fri Sep 30 2011 Lawrence Rogers 2.7-1
* Release 2.7-1 Version 2.7 - 30 Sep 2011
* New Features - Added the capability to process the first 100MB of data from standard input. - Added a warning message when the program does not process any file large enough to produce a meaningful result.
* Bug Fixes - Standard errors are now sent to stderr, not stdout.