=== 2.11.3 === 2005-07-11 Gustavo J. A. M. Carneiro * configure.in: Bump to version 2.11.3. 2005-07-10 Gustavo J. A. M. Carneiro * Makefile.am (EXTRA_DIST): Add canvas-curve.py example demonstrating the use bezier objects. I don't remember who wrote it, unfortunately.. :| * gnomevfs/vfsmodule.c: Add functions dns_sd_browse_sync, dns_sd_resolve_sync, dns_sd_list_browse_domains_sync, and get_default_browse_domains. 2005-06-25 Gustavo J. A. M. Carneiro * gconf/gconf.override (pygconf_parse_gvalue): For string type, return Py_None if the string pointer is NULL. Fixes Bug 308998: passing the wrong number of arguments to client.get_pair causes segfault. 2005-06-02 Gustavo J. A. M. Carneiro * gnome/canvas.py: Add stacklevel=2 to the warning. 2005-05-28 Gustavo J. A. M. Carneiro * gnomecanvas/canvas.override: Don't define GNOME_TYPE_CANVAS_PATH_DEF if it is already defined. Fixes bug #305457. Thanks Murray Cumming.