commit 5cd829c9245d9441bba03bb137a0ec218f927007
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon May 14 18:06:02 2012 -0400

    Keep interface age in sync with micro

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

commit 1f55caae10274d38d29bc21670087f01ed1be76f
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon May 14 18:05:48 2012 -0400

    Updates

 NEWS |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit d3268cda0aabece89e720f4968279bd4b0bc9647
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon May 14 18:02:59 2012 -0400

    NEWS: correct title

 NEWS |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6799e4a73a93c4c6c2e3fbfbd44f05e5a5e26bcf
Author: Dan Winship <danw@gnome.org>
Date:   Tue Apr 17 11:46:50 2012 -0400

    GConverterInputStream: fix an infinite loop when fill_buffer returns
    an error

    The loop was using a GConverterResult variable where it meant to use a
    gssize, and since GConverterResult was ending up as an unsigned type,
    this meant the (res < 0) check always failed.

 gio/gconverterinputstream.c |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit b62b5a3d8c67e3245e6d642207d07cafe3943fc2
Author: Dan Winship <danw@gnome.org>
Date:   Sun Apr 22 15:20:14 2012 -0400

    gio: fix error handling in async case of GProxyAddressEnumerator

    In the async case, a failed DNS lookup was causing the proxy
    resolution to bail out immediately, rather than just moving on to the
    next potential proxy (which might not need us to do the DNS lookup
    beforehand). Fix that.

 gio/gproxyaddressenumerator.c |   95
 +++++++++++++++++++++++++----------------
 1 file changed, 58 insertions(+), 37 deletions(-)

commit 6ab3affcc99066828a36c05be49a9c366c52edff
Author: Sasi Bhushan <sasi@swecha.net>
Date:   Mon May 14 13:32:06 2012 +0530

    Updated Telugu Translations

 po/te.po |  234
 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 124 insertions(+), 110 deletions(-)

commit 86ee75adb3e6035ec9d53edcb9d86ab556d33a90
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:   Sun May 13 19:22:24 2012 +0900

    [l10n] Update Japanese translation

 po/ja.po |  637
 +++++++++++++++-----------------------------------------------
 1 file changed, 155 insertions(+), 482 deletions(-)

commit 64924095a36ea500ed060d094caf0549753dbec0
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Tue May 8 19:15:09 2012 +0200

    [l10n] Updated German translation

 po/de.po |  108
 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 62 insertions(+), 46 deletions(-)

commit 59d6312637e32eafc71b10bb8ffd481d2acbaf4a
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:   Tue May 8 20:24:53 2012 +0900

    [l10n] Update Japanese translation

 po/ja.po | 6155
 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 3275 insertions(+), 2880 deletions(-)

commit 227d978b7a0592d9a6c1181255bf173aa72fcfc9
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Sat Apr 28 07:55:20 2012 +0300

    Updated Bulgarian translation

 po/bg.po |  209
 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 113 insertions(+), 96 deletions(-)

commit e6b86fe4f49a02f70482486dee5bcbf3418a73b1
Author: Gil Forcada <gforcada@gnome.org>
Date:   Sun May 6 16:20:22 2012 +0200

    [l10n] Updated Catalan translation

 po/ca.po |  252
 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 144 insertions(+), 108 deletions(-)

commit 430ed69af0530e2b5d85925741aaeea043dc083b
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri May 4 13:42:36 2012 +0200

    Updated Slovenian translation

 po/sl.po |  266
 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 141 insertions(+), 125 deletions(-)

commit 5ae043e9ec34e1805d6c3b2a42058b8ca7529b27
Author: Marek Černocký <marek@manet.cz>
Date:   Fri May 4 09:32:11 2012 +0200

    Updated Czech translation

 po/cs.po |  459
 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 201 insertions(+), 258 deletions(-)

commit e59a29eb9a86ec2c2430df549c10d6f7bb0cc199
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Wed May 2 11:06:14 2012 +0800

    Fix GIO/GObject Visual C++ projects

    -Make up for the missed DLL_EXPORT-it's actually needed for all
    GLib DLL
     builds, omitting this caused problems to surface due to recent
     works to
     make GDBus work on Windows.
    -Also use the FFI_BULIDING macro for GObject builds as the suggessted
     workaround for using static LibFFI builds (as we do now)-please see
     ffi.h.in.  This will fix the build of GObject against LibFFI
     3.0.11, but
     it is probable that this will change at some point for LibFFI.

 build/win32/vs10/gio.vcxprojin     |    8 ++++----
 build/win32/vs10/gobject.vcxprojin |    8 ++++----
 build/win32/vs9/gio.vcprojin       |    8 ++++----
 build/win32/vs9/gobject.vcprojin   |    8 ++++----
 4 files changed, 16 insertions(+), 16 deletions(-)

commit 7fe1f97a128be5f48dcd1232250e96bd581a35c1
Author: Michael Biebl <biebl@debian.org>
Date:   Tue May 1 18:42:12 2012 +0200

    configure: Reset LIBS after ELF check

    If action-if-found is not specified, AC_CHECK_LIB will append
    the library
    to LIBS. As we don't want to link everything against libelf,
    reset LIBS
    after doing the checks.

 configure.ac |    2 ++
 1 file changed, 2 insertions(+)

commit 9ab02c1428385c30b13e24872960474d44b6866b
Author: Rafał Mużyło <galtgendo@o2.pl>
Date:   Sun Apr 15 11:17:07 2012 -0400

    configure: Fix typo in ELF check

    Signed-off-by: Colin Walters <walters@verbum.org>

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

commit 2343f6ecc81b60d0fe2d6b9e91c2eff6d0da915a
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Tue May 1 01:18:04 2012 -0400

    bump version

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

commit 2afebe2541dc5dfcbdd4e4e7f9a3e04ccf6b32cd
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Tue May 1 01:04:49 2012 -0400

    GLib 2.32.2

 NEWS |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)