summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-04-11 15:14:36 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-04-11 15:14:36 +0000
commitc10ecb8121f62361f744fd3d6034c9339890f6f8 (patch)
tree77cae05805368e46a7a4b34dff8df104c4d630cb /ChangeLog
parentdd6f0893eaea89726576fc960257334d00d4544e (diff)
Turn gobject into a package; move _gobject to gobject._gobject and
add gobject/__init__.py. Update macros and testsuite.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fd8a21..a980999 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2006-04-11 Johan Dahlin <jdahlin@async.com.br>
+ * gobject/.cvsignore:
+ * gobject/Makefile.am:
+ * gobject/__init__.py:
+ * gobject/gobjectmodule.c: (init_gobject):
+ * gobject/pygobject.h:
+ * tests/Makefile.am:
+ * tests/common.py:
+
+ Turn gobject into a package; move _gobject to gobject._gobject and
+ add gobject/__init__.py. Update macros and testsuite.
+
+2006-04-11 Johan Dahlin <jdahlin@async.com.br>
+
* configure.ac: Post release version bump
=== PyGObject 2.10.1 ===