GNOME 3587 Published by

GnomePython 2.12.0 has been just released. This is a stable release for the upcoming GNOME 2.12 developer platform.

GnomePython provides python interfacing modules for most of the GNOME Developer Platform libraries (except those already wrapped somewhere else.) Currently the list of provided python modules includes:

- gnome, gnome.ui
- gnomecanvas
- gnomevfs
- gconf
- bonobo, bonobo.activation, bonobo.ui

The source tarball can be found here:
http://ftp.gnome.org/pub/GNOME/sources/gnome-python/2.12/

Please file bug reports (bugs, missing APIs) here:
http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-python



Overview of Changes from gnome-python 2.11.3 to gnome-python 2.12.0
==================================================================
* gnomevfs
- Fix invalid memory access in gnomevfs.async.xfer;
- Add a new example of a GnomeVFS module written in python;
- Install pygnomevfs.h for use by other python extensions;
* gnomecanvas
- Demonstrate how to activate AA in the canvas example.