commit 38f82f16cbb2a4764ca530752474d88a2bbf9c58
Author: Martin Pitt <martinpitt@gnome.org>
Date:   Mon Apr 15 16:19:27 2013 +0200

    release 3.8.1

 NEWS         | 8 ++++++++
 configure.ac | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit ad2a78b3087fb9639ca4fdef6a300be066797482
Author: Christoph Reiter <reiter.christoph@gmail.com>
Date:   Sat Apr 13 16:04:17 2013 +0200

    pygi-convert.sh: Add GStreamer rules

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

 pygi-convert.sh | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit a81babbd26dd3afe767c32adcb340471ffb09296
Author: Jussi Kukkonen <jussi.kukkonen@intel.com>
Date:   Sun Mar 10 15:04:40 2013 +0200

    pygi-convert: Add rule for TreeModelFlags

    Signed-off-by: Simon Feltman <sfeltman@src.gnome.org>

 pygi-convert.sh | 1 +
 1 file changed, 1 insertion(+)

commit d74bf3038f12b7b974ea5b46c155405f1d0350a1
Author: Simon Feltman <sfeltman@src.gnome.org>
Date:   Thu Apr 4 15:57:12 2013 -0700

    Fix enum and flags marshaling type assumptions

    Replace assignments of GFlags and GEnum values to various GIArgument
    members with v_uint and v_int respectively.

 gi/pygi-argument.c | 6 +++---
 gi/pygi-property.c | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 3d78f705e5db91614aa53a949249bde8b6a31043
Author: Martin Pitt <martinpitt@gnome.org>
Date:   Thu Apr 4 06:47:56 2013 +0200

    Use g_strdup() consistently

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

 gi/pygi-marshal-from-py.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c1fb6516031d3c32abd640f09a4814ae4363f979
Author: Simon Feltman <sfeltman@src.gnome.org>
Date:   Sun Mar 31 01:32:34 2013 -0700

    Fix stack corruption due to incorrect format for argument parser

    Fix call to PyArg_ParseTupleAndKeywords that used a format parser
    of "l" meaning long (8 bytes) in combination with an output pointer
    of guint (4 bytes). Change to use gulong with a format of "k".

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

 gi/_gobject/pygflags.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)