Accepting request 248728 from GNOME:Next

Push GNOME 3.13.91 - Add to Staging:E

OBS-URL: https://build.opensuse.org/request/show/248728
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=34
This commit is contained in:
2014-09-11 21:15:43 +00:00
committed by Git OBS Bridge
parent 013fe198c4
commit ab9fce592b
6 changed files with 41 additions and 5 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Sep 2 10:10:05 UTC 2014 - zaitor@opensuse.org
- Update to version 3.13.91:
+ docs: Fix return types in auto-generated doc strings.
+ Special case signal output arguments which are structs as
pass-by-reference (bgo#735486).
+ Ignore closure callbacks when Python is not initialized
(bgo#722562).
+ Change boxed init with args to warn instead of raise
(bgo#727810).
+ Fix crash in GList/GSList marshaling error handling path
(bgo#735201).
+ Fix reference counting problems with GLib.Variant.new_tuple()
(bgo##735166).
+ Skip marshalling NULL output arguments in Python closures
(bgo#735090).
-------------------------------------------------------------------
Tue Aug 19 06:31:58 UTC 2014 - dimstar@opensuse.org