commit 506f1e35a9375be80a6a79421bf8272165fdd90a
Author: Simon Feltman <sfeltman@src.gnome.org>
Date:   Mon Sep 16 01:23:49 2013 -0700

    Update current maintainers list in README

 README | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit ef120498e060e88a1efcb82de385a23c1fa9c7da
Author: Simon Feltman <sfeltman@src.gnome.org>
Date:   Tue Sep 10 17:11:21 2013 -0700

    Fix union argument regression when marshaling from python

    Check for union members when marshaling boxed types from Python.
    This is a regression caused by stricter type checking added when
    merging code from pygi-argument.c.
    Re-add pyg_boxed_check to the same bit of code in addition to
    __gtype__ checking to avoid a double regression.

    https://bugzilla.gnome.org/show_bug.cgi?id=703873

 gi/pygi-marshal-from-py.c | 53
 ++++++++++++++++++++++++++---------------------
 1 file changed, 29 insertions(+), 24 deletions(-)

commit 59a2964141e963d2961e55d4b84a777927b4f21b
Author: Simon Feltman <sfeltman@src.gnome.org>
Date:   Wed Sep 11 05:05:33 2013 -0700

    Fix GLib.Source sub-classing with initializer args

    Add variable args and keyword args to the GLib.Source.__new__
    method to support sub-classes which want to implement __init__.

    https://bugzilla.gnome.org/show_bug.cgi?id=707904

 gi/overrides/GLib.py |  2 +-
 tests/test_source.py | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

commit afa42ab95327da1de0cf86005974cd8ab0d46872
Author: Vratislav Podzimek <vpodzime@redhat.com>
Date:   Wed Sep 4 14:17:31 2013 +0200

    Copy __doc__ when wrapping function

    Signed-off-by: Vratislav Podzimek <vpodzime@redhat.com>
    Signed-off-by: Martin Pitt <martinpitt@gnome.org>

 gi/overrides/__init__.py | 1 +
 1 file changed, 1 insertion(+)

commit 7914a6828a533d8c579a5b422351e18b9f9afc8c
Author: Martin Pitt <martinpitt@gnome.org>
Date:   Mon Sep 2 14:56:24 2013 +0200

    configure.ac: post-release bump to 3.9.92

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)