commit 7fb55f93e207378992cd9f3e0663604a4de2213f Author: Simon Feltman Date: Thu Dec 12 01:35:11 2013 -0800 Replace usage of PyGIBoxed_Type with PyGIStruct_Type Remove empty definition of PyGIBoxed_Type and use PyGIStruct_Type in its place for GI_INFO_TYPE_BOXED based infos in repositories. As noted in the docs: "GI_INFO_TYPE_BOXED boxed, see GIStructInfo or GIUnionInfo" we can use the GIStructInfo API for boxed types because we also dispatch base classes on GType checks as seen in: https://git.gnome.org/browse/pygobject/tree/gi/module.py?id=3.11.2#n186 This fixes some of the issues noted in bug 581525. https://bugzilla.gnome.org/show_bug.cgi?id=581525 gi/pygi-info.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) commit b3c85eec75c62c138c136531ebe49a33351941f0 Author: Simon Feltman Date: Sun Nov 17 20:12:50 2013 -0800 configure.ac: post release version bump to 3.11.3 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)