summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-04-15 16:47:06 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-04-15 16:47:06 +0000
commit63cc4251f90a0a49abec4470aa43df6f64761865 (patch)
treed557a113b52234b7f4de0a4ee2069547db91426b /ChangeLog
parentf1ce8d89acfed9d30b0dee5a7c508a0bf966e5f1 (diff)
downloadpygobject-63cc4251f90a0a49abec4470aa43df6f64761865.tar.gz
pygobject-63cc4251f90a0a49abec4470aa43df6f64761865.tar.xz
pygobject-63cc4251f90a0a49abec4470aa43df6f64761865.zip
ABI compatibility fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c0acd2..ca99507 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-04-15 Gustavo J. A. M. Carneiro <gjc@gnome.org>
+ * gobject/__init__.py (_PyGObject_API): Copy _PyGObject_API from
+ gobject._gobject into gobject in order to preserve binary
+ compatibility with 3rd party modules.
+
+ * gobject/pygobject.h (init_pygobject): Import gobject, gobject._gobject.
+
* gobject/Makefile.am: Fix pygobject installation dir: install
both _gobject.la and __init__.py into
$(pyexecdir)/gtk-2.0/gobject.