PyGObject 3.4.1 released



I am pleased to announce version 3.4.1 of the Python bindings for
GObject. This is a bug fix only release for GNOME 3.6.1.

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

http://download.gnome.org/sources/pygobject/3.4/pygobject-3.4.1.tar.xz
  sha256sum:
21dbef53f5a29bcb547f36ba42e021f71981e1c50e8f89526e393d77b36a8b1f

What’s new since PyGObject 3.4.0
=================================
 - Skip Regress tests with --disable-cairo (Martin Pitt) (#685094)
 - Fix leak with python callables as closure argument. (Simon Feltman)
   (#685598)
 - Gio overrides: Handle setting GSettings enum keys (Martin Pitt)
   (#685947)
 - Fix unsigned values in GArray/GList/GSList/GHash (Martin Pitt)
   (#685860)
 - _pygi_marshal_from_py_uint64(): Use correct data type in py2.7
   check (Alban Browaeys) (#685000)
 - Install an .egg-info file (Johan Dahlin) (#680138)
 - PyGProps_getattro(): Fix GObjectClass leak (Johan Dahlin) (#685218)
 - pygobject.c: Don't leak GObjectClass reference (Olivier Crête)
   (#684062)
 - Fix memory leak in _pygi_argument_to_array() (Alban Browaeys)
   (#685082)
 - Fix error messages for out of range numbers (Martin Pitt) (#684314)
 - Kill dbus-daemon after running tests (Martin Pitt) (#685009)
 - GVariant overrides: Support empty tuple arrays (Martin Pitt)
   (#684928)
 - tests: Fix wrong return type in test_int64_callback() (Martin Pitt)
   (#684700)
 - Fix GValue marshalling of long and unsigned long
   (Giovanni Campagna) (#684331)
 - Clean up deprecation message for assigning gpointers to objects.
   (Simon Feltman) (#683599)
 - pygi-property: Lookup property in base classes of non-introspected
   types (Olivier Crête) (#684058)

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]