summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-01-07 16:34:28 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-01-07 16:34:28 (GMT)
commitfeecaba38bc334308c557f51c8b34a7e036d704b (patch)
treec1060ca3773972d6bf82028040817ebee75a6cf0 /ChangeLog
parent8599cd772627ed8f7c923615fe991808d3f5c882 (diff)
Fixed a bug when reading the compressed database.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63cedf9..6ba737d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+18-01-07 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/db/cdb.c:
+ Fix a bug when reading the compressed database.
+
+ * src/common/io.c:
+ * src/common/io.h:
+ Introduce partial readings.
+
17-12-31 Cyrille Bagard <nocbos@gmail.com>
* plugins/ropgadgets/select.c: