Commit 75bb565 jessekornblum
committed
1 parent 1b8d6d2 commit 75bb565 Copy full SHA for 75bb565
File tree 2 files changed +20
-2
lines changed
2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change
1
+ ** Version 2.7 - 30 Sep 2011
2
+
3
+ * New Features
4
+
5
+ - Added the capability to process the first 100MB of data
6
+ from standard input.
7
+
8
+ - Added a warning message when the program does not process
9
+ any file large enough to produce a meaningful result.
10
+
11
+ * Bug Fixes
12
+
13
+ - Standard errors are now sent to stderr, not stdout.
14
+
15
+
1
16
** Version 2.6 - 28 Sep 2010
2
17
3
18
* New Features
Original file line number Diff line number Diff line change @@ -141,6 +141,9 @@ <h3> Stable Version </h3>
141
141
changes in the latest version:
142
142
143
143
< ul >
144
+ < li > Added ability to process standard input, up to 100MB </ li >
145
+ < li > Added a warning message when the program does not have enough
146
+ input to make a meaningful result</ li >
144
147
</ ul >
145
148
146
149
</ p >
@@ -162,13 +165,13 @@ <h3> Stable Version </h3>
162
165
163
166
< td > < a href ="http://sourceforge.net/projects/ssdeep/files/ssdeep-2.7/ssdeep-2.7.zip/download ">
164
167
Windows binary</ a > </ td >
165
- < td class ="hash "> SHA256
168
+ < td class ="hash "> SHA256 da483426a1c887a5a425f689cb22c9040fb668559e6f0c3604237d820bb3b57b
166
169
</ td >
167
170
</ tr >
168
171
< tr >
169
172
< td > < a href ="http://sourceforge.net/projects/ssdeep/files/ssdeep-2.7/ssdeep-2.7.tar.gz/download ">
170
173
source code</ a > </ td >
171
- < td class ="hash "> SHA256
174
+ < td class ="hash "> SHA256 b76a60a8f96789895703316ed3b36d1f0c1f35be892d875b69b0a1f814472a36
172
175
</ td >
173
176
</ tr >
174
177
You can’t perform that action at this time.
0 commit comments