GNOME 3590 Published by

GnomePythonExtras 2.11.0 has been just released.

This is a unstable release for testing and unstable application development.

GnomePythonExtras provides python interfacing modules for some GNOME libraries not part of the Developer Platform.



The following Python modules are included:

- gtkhtml2
- gnomeapplet
- gnomeprint, gnomeprint.ui
- gtksourceview
- egg.trayicon, egg.recent
- wnck
- gtkspell
- gtkmozembed
- gdl
- totem.plparser
- gtop
- nautilusburn
- gda (new!)


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

Please file bug reports (bugs, missing APIs) here:
http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-python-extr
as Overview of Changes from gnome-python-extras 2.10.0 to gnome-python-extras 2.11.0

=================================================================================

* applet
- Unblock threads around gnomeapplet.bonobo_factory() (Gustavo)
* gda
- gda module imported from pygda 0.3 (Murray Cumming)
- Added a get_config_key() function (Filip Van Raemdonck)
- Automatically call gda_init() with argc/argv from python sys.argv (Murra
y)
- Wrap FieldAttributes boxed type (Murray)
- Many more GDA API improvements.. (Murray)
* gtkspell
- Fix compilation error with gcc-4.0 (Gustavo, Sebastien Bacher)
- Fix segfault on import on amd64 (Gustavo)