diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -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. |