SHA256
9
0
forked from pool/perl-Glib
Stephan Kulow
2013-12-09 11:19:23 +00:00
committed by Git OBS Bridge
parent 1154edd26a
commit e945e129af
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Dec 9 11:17:41 UTC 2013 - coolo@suse.com
- updated to 1.303
* Revert the change to ref counting of initial wrappers of custom subclasses,
introduced in Glib 1.300. It caused issues with subclasses inheriting from
Glib::InitiallyUnowned.
* Fix a test failure with perl >= 5.19.4.
* Create a GType for GSpawnFlags and register it with the bindings.
-------------------------------------------------------------------
Fri Oct 4 09:12:10 UTC 2013 - coolo@suse.com