summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-11-12 21:00:45 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-11-12 21:00:45 (GMT)
commit332da5c182e576400a0b1e2ae62c2b990a5e52f1 (patch)
treeca25811f8c2abaae8d835554d38d243c946fbe96 /ChangeLog
parent7591f34e7e9d5dd0f20d242394628ab4bcd0a430 (diff)
Updated the list of tags for ELF dynamic entries.
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.