summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2016-03-31 17:51:12 +0000
committerChristos Zoulas <christos@zoulas.com>2016-03-31 17:51:12 +0000
commitae5541c0421f08f8feb897cf9c434064c114ff46 (patch)
treeb7cadf75ae635c3360cee07a3460144cb840bf3d /ChangeLog
parent6837118e3e756cb21be8521855f5bbab8090dfd9 (diff)
downloadfile-git-ae5541c0421f08f8feb897cf9c434064c114ff46.tar.gz
Allow altering how many bytes to read from analyzed files from the command
line. Leave the default the same (1M).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75730b1d..76678196 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-03-31 13:50 Christos Zoulas <christos@zoulas.com>
+
+ * make the number of bytes read from files configurable.
+
2016-03-21 13:40 Christos Zoulas <christos@zoulas.com>
* Add bounds checks for DER code (discovered by Thomas Jarosch)