PyGObject 3.7.91 released



I am pleased to announce version 3.7.91 of the Python bindings for
GObject. This is the seventh release of the 3.7.x series which will
eventually result in the stable 3.8 release for GNOME 3.8.

Download
========
The new release is available from ftp.gnome.org:

http://download.gnome.org/sources/pygobject/3.7/pygobject-3.7.91.tar.xz
  sha256sum: b32b55b90cb6b896fea9d7312c3e8c7cc0025942f33125facf0701ef67417b67

What’s new since PyGObject 3.7.90
=================================
 - Fix many memory leaks (#675726, #693402, #691501, #510511, #672224,
   and several more which are detected by our test suite) (Martin Pitt)
 - Dot not clobber original Gdk/Gtk functions with overrides
   (Martin Pitt) (#686835)
 - Optimize GValue.get/set_value by setting GValue.g_type to a local
   (Simon Feltman) (#694857)
 - Run tests with G_SLICE=debug_blocks (Martin Pitt) (#691501)
 - Add override helper for stripping boolean returns (Martin Pitt)
   (#694431)
 - Drop obsolete pygobject_register_sinkfunc() declaration (Martin Pitt)
   (#639849)
 - Fix marshalling of C arrays with explicit length in signal arguments
   (Martin Pitt) (#662241)
 - Fix signedness, overflow checking, and 32 bit overflow of GFlags
   (Martin Pitt) (#693121)
 - gi/pygi-marshal-from-py.c: Fix build on Visual C++ (Chun-wei Fan)
   (#692856)
 - Raise DeprecationWarning on deprecated callables (Martin Pitt)
   (#665084)
 - pygtkcompat: Add Widget.window, scroll_to_mark, and window methods
   (Simon Feltman) (#694067)
 - pygtkcompat: Add Gtk.Window.set_geometry_hints which accepts keyword
   arguments (Simon Feltman) (#694067)
 - Ship pygobject.doap for autogen.sh (Martin Pitt) (#694591)
 - Fix crashes in various GObject signal handler functions
   (Simon Feltman) (#633927)
 - pygi-closure: Protect the GSList prepend with the GIL (Olivier Crête)
   (#684060)
 - generictreemodel: Fix bad default return type for get_column_type
   (Simon Feltman)


About PyGObject
===============
GObject is a object system used by GTK+, GStreamer and other libraries.

PyGObject provides a convenient wrapper for use in Python programs when
accessing GObject libraries.

Like the GObject library itself PyGObject is licensed under the GNU
LGPL, so is suitable for use in both free software and proprietary
applications. It is already in use in many applications ranging from
small single purpose scripts up to large full featured applications.

PyGObject now dynamically accesses any GObject libraries that uses
GObject Introspection. It replaces the need for separate modules such as
PyGTK, GIO and python-gnome to build a full GNOME 3.0 application. Once
new functionality is added to gobject library it is instantly available
as a Python API without the need for intermediate Python glue.

Martin
-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)

Attachment: signature.asc
Description: Digital signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]