diff options
| author | Gustavo J. A. M. Carneiro <gjc@src.gnome.org> | 2006-04-15 16:47:06 +0000 |
|---|---|---|
| committer | Gustavo J. A. M. Carneiro <gjc@src.gnome.org> | 2006-04-15 16:47:06 +0000 |
| commit | 63cc4251f90a0a49abec4470aa43df6f64761865 (patch) | |
| tree | d557a113b52234b7f4de0a4ee2069547db91426b /ChangeLog | |
| parent | f1ce8d89acfed9d30b0dee5a7c508a0bf966e5f1 (diff) | |
| download | pygobject-63cc4251f90a0a49abec4470aa43df6f64761865.tar.gz pygobject-63cc4251f90a0a49abec4470aa43df6f64761865.tar.xz pygobject-63cc4251f90a0a49abec4470aa43df6f64761865.zip | |
ABI compatibility fixes
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |
