summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3424bbf..d3699b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
17-11-12 Cyrille Bagard <nocbos@gmail.com>
+ * plugins/elf/elf_def.h:
+ Update the list of tags for ELF dynamic entries.
+
+ * plugins/elf/python/Makefile.am:
+ Add the 'constants.[ch]' files to libelfpython_la_SOURCES.
+
+ * plugins/elf/python/constants.c:
+ * plugins/elf/python/constants.h:
+ New entries: export the ELF tags to the Python bindings.
+
+ * plugins/elf/python/format.c:
+ Update code.
+
+17-11-12 Cyrille Bagard <nocbos@gmail.com>
+
* plugins/pychrysa/analysis/content.c:
Improve the type of data read from loaded contents.