Skip to content

Commit

Permalink
Release 2.12
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/ssdeep/code/tags/release-2.12@227 d1b3761f-3242-0410-b1a5-fe525d664610
  • Loading branch information
jessekornblum committed Oct 24, 2014
1 parent 8ee0f19 commit c6d86c6
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 23 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
** Version 2.12 - RBF DATE
** Version 2.12 - 24 Oct 2014

* Bug Fixes

Expand Down
8 changes: 8 additions & 0 deletions doc/changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
** Version 2.12 - 24 Oct 2014

* Bug Fixes

- Fixed issue when comparing identical hashes but with different
block sizes.


** Version 2.11.1 - 27 Sep 2014

* Bug Fixes
Expand Down
53 changes: 33 additions & 20 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<body>

<h1>
ssdeep - Latest version 2.11.1
ssdeep - Latest version 2.12
</h1>

<hr>
Expand All @@ -44,13 +44,6 @@ <h2> Quick Links </h2>
<li> <a href="changes.txt">Changelog</a></li>
<li> <a href="usage.html">Quickstart Guide</a></li>
<li> <a href="api/html/">API documentation</a></li>
<!--
<li> <!a href="http://forensiczone.com/SSDeepFE/SSDeepFE.htm">GUI
frontend ssdeepFE</a> -
A graphical interface for
ssdeep on Windows. Not officially part of the ssdeep project.
(Appears to have gone dark)
-->
<li> <a href="http://sourceforge.net/projects/ssdeep/">Sourceforge project
page</a> - Home to ssdeep development and feature requests
</li></ul>
Expand Down Expand Up @@ -133,18 +126,16 @@ <h3> Stable Version </h3>

<p>
The latest stable version of ssdeep is
version 2.11.1
version 2.12
and was released on
27 Sep 2014
24 Oct 2014
You can take a look at the
<a href="changes.txt">complete changelog</a>, but here are the
changes in the latest version:

<ul>
<li> Fixed bug in signature computation. </li>
<li> Added fuzzy_clone function to the API. </li>
<li> Windows version has more modern compiler. </li>
<li> Made libfuzzy a shared library again. </li>
<li> Fixed a bug when comparing hashes with different block sizes </li>
<li> Replaced edit distance code </li>
</ul>

</p>
Expand All @@ -157,22 +148,22 @@ <h3> Stable Version </h3>

<tr>
<td rowspan="2">
Version 2.11.1
Version 2.12
</td>

<td rowspan="2">
27 Sep 2014
24 Oct 2014
</td>

<td><a href="http://sourceforge.net/projects/ssdeep/files/ssdeep-2.11.1/ssdeep-2.11.1.zip/download">
<td><a href="http://sourceforge.net/projects/ssdeep/files/ssdeep-2.12/ssdeep-2.12.zip/download">
Windows binary</a></td>
<td class="hash"> SHA256 01aa313038baa1d822eee07a91bfcf1aab265d2bde7527030bdd6ec7e9fa55d8
<td class="hash"> SHA256 8e0add834592e8f2c0784080d7ddaa9704d8e90ab4cb02773aa6a5c05708ed95
</td>
</tr>
<tr>
<td><a href="http://sourceforge.net/projects/ssdeep/files/ssdeep-2.11.1/ssdeep-2.11.1.tar.gz/download">
<td><a href="http://sourceforge.net/projects/ssdeep/files/ssdeep-2.12/ssdeep-2.12.tar.gz/download">
source code</a></td>
<td class="hash"> SHA256 a632ac30fca29ad5627e1bf5fae05d9a8873e6606314922479259531e0c19608
<td class="hash"> SHA256 bf409c92fc8edd5e8779742f1dcae342bf078371b709bb9d5a68f544b47531bc
</td>
</tr>

Expand Down Expand Up @@ -277,6 +268,28 @@ <h3> Older Versions </h3>

<tbody>

<tr>
<td rowspan="2">
2.11.1
</td>

<td rowspan="2">
27 Sep 2014
</td>

<td><a href="http://sourceforge.net/projects/ssdeep/files/ssdeep-2.11.1/ssdeep-2.11.1.zip/download">
Windows binary</a></td>
<td class="hash"> SHA256 01aa313038baa1d822eee07a91bfcf1aab265d2bde7527030bdd6ec7e9fa55d8
</td>
</tr>
<tr>
<td><a href="http://sourceforge.net/projects/ssdeep/files/ssdeep-2.11.1/ssdeep-2.11.1.tar.gz/download">
source code</a></td>
<td class="hash"> SHA256 a632ac30fca29ad5627e1bf5fae05d9a8873e6606314922479259531e0c19608
</td>
</tr>


<tr>
<td rowspan="2">
2.11
Expand Down
2 changes: 1 addition & 1 deletion doc/manpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <H2>SEE ALSO</H2><PRE>



Facebook Version 2.11.1 - 27 Sep 2014 <B>SSDEEP(1)</B>
Facebook Version 2.12 - 24 Oct 2014 <B>SSDEEP(1)</B>
</PRE>
<HR>
<ADDRESS>
Expand Down
Binary file added ssdeep-2.12.tar.gz
Binary file not shown.
Binary file added ssdeep-2.12.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion ssdeep.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH SSDEEP "1" "Version 2.12 \- RBF DATE" "Facebook" "Facebook"
.TH SSDEEP "1" "Version 2.12 \- 24 Oct 2014" "Facebook" "Facebook"

.SH NAME
ssdeep - Computes context triggered piecewise hashes (fuzzy hashes)
Expand Down

0 comments on commit c6d86c6

Please sign in to comment.