summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d08f05..91ee03f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,33 @@
12-02-01 Cyrille Bagard <nocbos@gmail.com>
* configure.ac:
+ Check for pygobject-2.0 and add the new Makefile from the
+ 'plugins/pyoida/debug' directory to AC_CONFIG_FILES.
+
+ * plugins/pyoida/debug/debugger.c:
+ * plugins/pyoida/debug/debugger.h:
+ * plugins/pyoida/debug/Makefile.am:
+ * plugins/pyoida/debug/module.c:
+ * plugins/pyoida/debug/module.h:
+ New entries: provide a debug module for Python plugins using the
+ PyGObject API.
+
+ * plugins/pyoida/Makefile.am:
+ Add debug/libpyoidadebug.la to pyoida_la_LIBADD, LIBPYGOBJECT_LIBS to
+ pyoida_la_LDFLAGS and debug to SUBDIRS.
+
+ * plugins/pyoida/plugin.c:
+ Use the new Python GObject.
+
+ * plugins/pyoida/pyoida.c:
+ Load PyGObject API and register the debug module.
+
+ * plugins/python/exectracer/exectracer.py:
+ Add a debug message.
+
+12-02-01 Cyrille Bagard <nocbos@gmail.com>
+
+ * configure.ac:
Add the new Makefile from the 'plugins/python/exectracer' directory to
AC_CONFIG_FILES.