=== 2.16.1 ===
2006-11-05 Gustavo J. A. M. Carneiro <
[email protected]>
* configure.in: Bump version to 2.16.1.
2006-11-05 Gustavo J. A. M. Carneiro <
[email protected]>
* gnomevfs/Makefile.am (INCLUDES): Define PY_SSIZE_T_CLEAN.
* gnomevfs/pygnomevfs-private.h: Add Py_ssize_t conditional definition.
* gnomevfs/vfs-handle.c (pygvhandle_write): Py_ssize_t fix.
* gnomevfs/vfsmodule.c (pygvfs_get_mime_type_for_data): Py_ssize_t fix.
(_wrap_gnome_vfs_dns_sd_resolve_sync): Idem.
* gnomecanvas/canvas.override (_wrap_gnome_canvas_item_set): Fix
PyDict_Next pos parameter type.
(_wrap_gnome_canvas_item_new): Idem.
* gnomecanvas/Makefile.am (.defs.c): Add --py_ssize_t-clean option.
* gnome/Makefile.am (.defs.c): Add --py_ssize_t-clean option.
* bonobo/bonobo.override (_wrap_bonobo_stream_client_read): Fix signedness warning.
(_wrap_bonobo_stream_mem_create): Use Py_ssize_t.
* bonobo/Makefile.am (.defs.c): Add --py_ssize_t-clean option.
2006-11-05 Gustavo J. A. M. Carneiro <
[email protected]>
* gconf/gconf.override: Fix a few compilation warnings.
* gconf/Makefile.am (.defs.c): Add --py_ssize_t-clean option to
pygtk-codegen.
* configure.in: Require PyGTK 2.10.3 in order to use new codegen
features to support Python 2.5 + 64 bits.
* gconf/gconf.override: Make gconf.Client constructor call
gconf_client_get_default(); Closes #365565.
* acinclude.m4: Use distutils to get LIBDIR and LIBPL from the
makefile installed by python; fixes compilation in Mac OS X.
Fixes #363374 (Randall Wood).
2006-10-06 Gustavo J. A. M. Carneiro <
[email protected]>
* tests/Makefile.am: Fix running 'make check' when builddir != srcdir.