summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <creiter@src.gnome.org>2017-10-13 12:43:04 +0200
committerChristoph Reiter <creiter@src.gnome.org>2017-10-13 12:43:04 +0200
commitc9594b6a91e6ca2086fedec2ed8249e0a9c029fc (patch)
tree858a26f69d79215bea01496500e63986f4676815
parent9456ba70fdb98b3a4eb7ee2f630182387a54ca00 (diff)
downloadpygobject-2-28.tar.gz
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
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index eeae929c..d6cf2f5c 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 3c9509f5..f5ba3553 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 ...