[pygobject/pygobject-2-28] Release 2.28.7



commit c9594b6a91e6ca2086fedec2ed8249e0a9c029fc
Author: Christoph Reiter <creiter src gnome org>
Date:   Fri Oct 13 12:43:04 2017 +0200

    Release 2.28.7
    
    All the runtime related commits are included in Ubuntu for years.
    The remaining commits regarding introspection shouldn't change
    anything as every distro I've checked disables that anyway.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705662#c4

 NEWS         |   19 ++++++++++++++++++-
 configure.ac |    2 +-
 2 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index eeae929..d6cf2f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,21 @@
-2.28.6 11-Jun-1011
+2.28.7 13-Oct-2017
+        - Move property and signal creation into _class_init() (Martin Pitt)
+        - gio-types.defs: change some enums to flags (Ryan Lortie)
+        - Fix set_qdata warning on accessing NULL gobject property (Ivan Stankovic)
+        - Disable introspection support by default (Dieter Verfaillie)
+        - Don't install codegen for Python 3 (Arfrever Frehtes Taifersar Arahesis)
+        - Ship tests/te_ST@nouppera in release tarballs for tests to succeed (Martin Pitt)
+        - [gi] Port test_properties from static gio to GI Gio (Martin Pitt)
+        - [python3] fix build. PYcairo_IMPORT doesn't exists anymore (Ignacio Casal Quinteiro)
+        - [python3] Fix maketrans import (Martin Pitt)
+        - [gi-overrides] fix MessageBox so it correctly handles the type constructor param (John (J5) 
Palmieri)
+        - gdbus tests: Fix hang if test case fails (Martin Pitt)
+        - Fix crash in Gtk.TextIter overrides (Martin Pitt)
+        - correctly initialize the _gi_cairo_functions array to be zero filled (John (J5) Palmieri)
+        - [gtk-override] print warning if user imports Gtk 2.0 (John (J5) Palmieri)
+        - Add support for enums in gobject.property (Johan Dahlin)
+
+2.28.6 11-Jun-2011
         - closure: avoid double free crash (Ignacio Casal Quinteiro)
         - [gi] backport of "GVariant has a GType" fe386a (John (J5) Palmieri)
         - [gi] fixes to backport commit 6b5a65 - in older glib GVariants are still structs (John (J5) 
Palmieri)
diff --git a/configure.ac b/configure.ac
index 3c9509f..f5ba355 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ m4_define(python3_min_ver, 3.1)
 dnl the pygobject version number
 m4_define(pygobject_major_version, 2)
 m4_define(pygobject_minor_version, 28)
-m4_define(pygobject_micro_version, 6)
+m4_define(pygobject_micro_version, 7)
 m4_define(pygobject_version, pygobject_major_version.pygobject_minor_version.pygobject_micro_version)
 
 dnl versions of packages we require ...


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