summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-07-28 09:14:58 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-28 09:14:58 +0000
commita0a7a3a90b7bb10d9e25f2d743752a0f52956785 (patch)
tree45e688865dd5fcd275130c49bee254a18e3e8d1b /ChangeLog
parent2ae24a748569d3f2451a4362e91b0965d1cee97c (diff)
downloadpygobject-a0a7a3a90b7bb10d9e25f2d743752a0f52956785.tar.gz
pygobject-a0a7a3a90b7bb10d9e25f2d743752a0f52956785.tar.xz
pygobject-a0a7a3a90b7bb10d9e25f2d743752a0f52956785.zip
Move all compatibility into the same place, fixes build on python 2.4.
2008-07-28 Johan Dahlin <johan@gnome.org> * glib/pyglib-python-compat.h: * gobject/pygobject-private.h: Move all compatibility into the same place, fixes build on python 2.4. svn path=/trunk/; revision=890
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7646856..861933f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-07-28 Johan Dahlin <johan@gnome.org>
+
+ * glib/pyglib-python-compat.h:
+ * gobject/pygobject-private.h:
+ Move all compatibility into the same place, fixes build
+ on python 2.4.
+
2008-07-27 Johan Dahlin <johan@gnome.org>
* glib/option.py: