summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-10-04 18:36:48 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-10-04 18:36:48 (GMT)
commit105394bcc19b3565c6b77d38625d8813596d0c1b (patch)
treea4ee17a5ecfa3dfa9327f5ec78da78cd2bd65a59 /ChangeLog
parent208abfe4182c0dafc230e0377b3efcc6c24be0f9 (diff)
Updated and improved the plugin system.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 420972c..f5950db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+17-10-04 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/elf/core.c:
+ Register proper dependencies for the ELF support.
+
+ * src/plugins/pglist.c:
+ * src/plugins/plugin-def.h:
+ Update and improve the plugin system.
+
+ * src/plugins/plugin.c:
+ * src/plugins/plugin.h:
+ Fix many mistakes in the plugin system.
+
17-10-01 Cyrille Bagard <nocbos@gmail.com>
* configure.ac: