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.

News
====

        - pygobject-object: Fix Python GC collecting a ref cycle too early 
(Christoph Reiter) (#731501)
        - Fix potential uninitialized memory access during GC (Daniel 
Colascione) (#786872)
        - test: revert parts of the previous test as it's broken on 32 bit 
builds (Christoph Reiter) (#786948)
        - flags: Add testcase for bug 786948 (Christoph Reiter) (#786948)
        - fix potential overflow when marshalling flags from py interface 
(Philippe Renon) (#786948)
        - to_py_array: Properly handle enum array items (Christoph Reiter) 
(#788890)
        - closure: Fix unaligned and out-of-bounds access (James Clarke) 
(#788894)
        - build: Fix not installing .egg-info file (Christoph Reiter) (#777719)
        - configure.ac: version bump to 3.26.1 (Christoph Reiter)


ChangeLog
=========
https://download.gnome.org/sources/pygobject/3.26/pygobject-3.26.1.changes  
(6.14K)

Download
========
https://download.gnome.org/sources/pygobject/3.26/pygobject-3.26.1.tar.xz (757K)
  sha256sum: f5577b9b9c70cabb9a60d81b855d488b767c66f867432e7fb64aa7269b04d1a9

_______________________________________________
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list

Reply via email to