summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-02-08 16:15:04 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-02-08 16:15:04 (GMT)
commit511ac8975be6008d53e37bede9934a11e597551c (patch)
tree89280cb2034de00db7db5b7bee3b044253d72cef /ChangeLog
parent7778a0c082c4969ed6184883b2d96d8a851def99 (diff)
Gathered all the binary loading process into an uniq place.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95add10..3c4a6c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+17-02-08 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/Makefile.am:
+ Add the 'loading.[ch]' files to libanalysis_la_SOURCES.
+
+ * src/analysis/binary.c:
+ * src/analysis/binary.h:
+ Update code.
+
+ * src/analysis/loading.c:
+ * src/analysis/loading.h:
+ New entries: gather all the binary loading process into an uniq place.
+
+ * src/analysis/project.c:
+ * src/analysis/project.h:
+ Update code.
+
17-02-07 Cyrille Bagard <nocbos@gmail.com>
* plugins/pychrysa/analysis/db/Makefile.am: