Accepting request 103353 from devel:languages:python

Update to 3.1.0 (forwarded request 103055 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/103353
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=27
This commit is contained in:
Stephan Kulow
2012-02-10 16:19:03 +00:00
committed by Git OBS Bridge
parent 85f0d54ead
commit 5399a3c42c
6 changed files with 47 additions and 9 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Feb 7 14:17:24 UTC 2012 - vuntz@opensuse.org
- Update to version 3.1.0:
+ Fixed bug where GObject.property did not respect minimum and
maximum values
+ Handle NULL as a valid case of a char** array
+ Avoid O(n^2) behavior when marshalling lists
+ Connect to first action of a radio group
+ Support functions which return GError
+ Support GHashTable and GError as callback/closure arguments
+ Fix bool(), hash() and __eq__() for GLib.Variant objects
+ Don't issue a deprecation warning for GtkDialog's NO_SEPARATOR
flag, even when unused
+ Properly distinguish between different integer types for
properties
+ Distinguish between GArray and GPtrArray when cleaning up
-------------------------------------------------------------------
Tue Dec 20 13:55:42 UTC 2011 - vuntz@opensuse.org