summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f33c247..4981236 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+17-08-07 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pychrysa/arch/processor.c:
+ * plugins/pychrysa/format/format.c:
+ Update the Python bindings.
+
+ * src/analysis/disass/output.c:
+ Update code.
+
+ * src/arch/processor-int.h:
+ * src/arch/processor.c:
+ * src/arch/processor.h:
+ * src/format/format-int.h:
+ * src/format/format.c:
+ * src/format/format.h:
+ Store all errors detected when loading and disassembling a binary file.
+
+ * src/format/preload.c:
+ Fix bugs when freeing the memory used by preloaded info.
+
+ * tests/arch/errors.py:
+ * tests/format/errors.py:
+ New entries: extend the test suite.
+
17-08-06 Cyrille Bagard <nocbos@gmail.com>
* src/gui/panels/panel-int.h: