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 b5de456..c999c6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+17-04-27 Cyrille Bagard <nocbos@gmail.com>
+
+ * configure.ac:
+ Add the new Makefile from the 'plugins/fmtp' directory.
+
+ * plugins/Makefile.am:
+ Add 'fmtp' to SUBDIRS.
+
+ * plugins/fmtp/Makefile.am:
+ * plugins/fmtp/def.h:
+ * plugins/fmtp/parser.c:
+ * plugins/fmtp/parser.h:
+ New entries: provide a generic parser for format fields.
+
+ * plugins/readelf/Makefile.am:
+ Update LDFLAGS and AM_CPPFLAGS.
+
+ * plugins/readelf/header.c:
+ * plugins/readelf/header.h:
+ * plugins/readelf/program.c:
+ * plugins/readelf/reader.c:
+ * plugins/readelf/section.c:
+ Parse ELF format fields using a new generic parser to save memory.
+
17-04-22 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/links.c: