Skip to content

Commit 3ce6310

Browse files
author
jessekornblum
committed
Release 2.10
git-svn-id: https://svn.code.sf.net/p/ssdeep/code/trunk@193 d1b3761f-3242-0410-b1a5-fe525d664610
1 parent 6548182 commit 3ce6310

File tree

1 file changed

+39
-17
lines changed

1 file changed

+39
-17
lines changed

doc/index.html

+39-17
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<body>
3333

3434
<h1>
35-
ssdeep - Latest version 2.9 (beta 2.10)
35+
ssdeep - Latest version 2.10
3636
</h1>
3737

3838
<hr>
@@ -133,18 +133,18 @@ <h3> Stable Version </h3>
133133

134134
<p>
135135
The latest stable version of ssdeep is
136-
version 2.9
136+
version 2.10
137137
and was released on
138-
23 Jul 2012
138+
17 Jul 2013
139139
You can take a look at the
140140
<a href="changes.txt">complete changelog</a>, but here are the
141141
changes in the latest version:
142142

143143
<ul>
144-
<li>Added clustering mode to group together matching files</li>
145-
<li>Fixed incorrect match scores for hashes with long filenames.</li>
146-
<li>Added warning message for when some data on stdin is not hashed.</li>
147-
<li>Can now hash up to 512MB of data on stdin.</li>
144+
<li>Fuzzy Hashing engine re-written to be thread safe.</li>
145+
<li>Able to handle long file paths on Win32.</li>
146+
<li>Fixed bug on comparing signatures with the same block size.</li>
147+
<li>Fixed crash on comparing short signatures.</li>
148148
</ul>
149149

150150
</p>
@@ -157,22 +157,22 @@ <h3> Stable Version </h3>
157157

158158
<tr>
159159
<td rowspan="2">
160-
Version 2.9
160+
Version 2.10
161161
</td>
162162

163163
<td rowspan="2">
164-
23 Jul 2012
164+
17 Jul 2013
165165
</td>
166166

167-
<td><a href="http://sourceforge.net/projects/ssdeep/files/ssdeep-2.9/ssdeep-2.9.zip/download">
167+
<td><a href="http://sourceforge.net/projects/ssdeep/files/ssdeep-2.10/ssdeep-2.10.zip/download">
168168
Windows binary</a></td>
169-
<td class="hash"> SHA256 15f7273ff232348294acc2e14dd68a2118844c0b4cd0c1938204fb2addcd731f
169+
<td class="hash"> SHA256 dc4350b6d0190d8149ac53454d9ffd458b08a8cd69b2c841c62700254c1916c7
170170
</td>
171171
</tr>
172172
<tr>
173-
<td><a href="http://sourceforge.net/projects/ssdeep/files/ssdeep-2.9/ssdeep-2.9.tar.gz/download">
173+
<td><a href="http://sourceforge.net/projects/ssdeep/files/ssdeep-2.10/ssdeep-2.10.tar.gz/download">
174174
source code</a></td>
175-
<td class="hash"> SHA256 5270297d315541d188b11047fc26c1d4269ef853a0cabb0d59ee8d9a327bf8aa
175+
<td class="hash"> SHA256 5b893b8059941476352fa1794c2839b2cc13bc2a09e2f2bb6dea4184217beddc
176176
</td>
177177
</tr>
178178

@@ -183,7 +183,7 @@ <h3> Stable Version </h3>
183183

184184
<h3> Beta Version </h3>
185185

186-
<!--
186+
187187
<p>
188188

189189
There is no beta version of ssdeep right now. If you have any
@@ -194,8 +194,8 @@ <h3> Beta Version </h3>
194194
page </a>.
195195

196196
</p>
197-
-->
198197

198+
<!--
199199
<p>
200200
201201
A beta version of ssdeep 2.10 is now available. This version is for your
@@ -237,7 +237,7 @@ <h3> Beta Version </h3>
237237
238238
239239
</p>
240-
240+
-->
241241

242242
<h3> Older Versions </h3>
243243

@@ -279,7 +279,29 @@ <h3> Older Versions </h3>
279279

280280
<tr>
281281
<td rowspan="2">
282-
Version 2.8
282+
2.9
283+
</td>
284+
285+
<td rowspan="2">
286+
23 Jul 2012
287+
</td>
288+
289+
<td><a href="http://sourceforge.net/projects/ssdeep/files/ssdeep-2.9/ssdeep-2.9.zip/download">
290+
Windows binary</a></td>
291+
<td class="hash"> SHA256 15f7273ff232348294acc2e14dd68a2118844c0b4cd0c1938204fb2addcd731f
292+
</td>
293+
</tr>
294+
<tr>
295+
<td><a href="http://sourceforge.net/projects/ssdeep/files/ssdeep-2.9/ssdeep-2.9.tar.gz/download">
296+
source code</a></td>
297+
<td class="hash"> SHA256 5270297d315541d188b11047fc26c1d4269ef853a0cabb0d59ee8d9a327bf8aa
298+
</td>
299+
</tr>
300+
301+
302+
<tr>
303+
<td rowspan="2">
304+
2.8
283305
</td>
284306

285307
<td rowspan="2">

0 commit comments

Comments
 (0)