summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 565f288..b2b399e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+11-10-01 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pyoida/plugin.c:
+ * plugins/pyoida/plugin.h:
+ Properly load a Python plugin and define some needed functions
+ for format recognition.
+
+ * plugins/pyoida/pyoida.c:
+ Browse directories for finding Python plugins.
+
+ * plugins/python/apkfiles/apkfiles.py:
+ * plugins/python/apkfiles/__init__.py:
+ New entries: define the first real [python] plugin.
+
+ * src/analysis/binary.c:
+ Start to update call to load_new_format().
+
+ * src/common/environment.c:
+ Fix a bug when getting an environment variable.
+
+ * src/format/dex/dex.c:
+ Dummy fix.
+
+ * src/format/format.c:
+ * src/format/format.h:
+ Load formats usings plugins too.
+
+ * src/gtkext/gtksourceview.c:
+ Dummy fix.
+
+ * src/plugins/plugin.c:
+ * src/plugins/plugin-def.h:
+ * src/plugins/plugin.h:
+ * src/plugins/plugin-int.h:
+ Update interfaces for plugins (mainly those which are looking for formats).
+
11-07-11 Cyrille Bagard <nocbos@gmail.com>
* configure.ac: