commit 158b7ea01f1018b27890d27779c2f3647e65c552
Author: Ryan Lortie <[email protected]>
Date:   Tue Oct 15 15:14:11 2013 -0400

   GLib 2.38.1

NEWS         | 26 ++++++++++++++++++++++++++
configure.ac |  4 ++--
2 files changed, 28 insertions(+), 2 deletions(-)

commit 08c1ead0824e10d91dbe5d4e257b2b3ad6eddab5
Author: Carles Ferrando <[email protected]>
Date:   Mon Oct 14 00:03:51 2013 +0200

   [l10n] Updated Catalan (Valencian) translation

po/[email protected] | 1169
+++++++++++++++++++++--------------------------------
1 file changed, 455 insertions(+), 714 deletions(-)

commit 859b3aa3dc2af5b73145424c8290ce058f5d8346
Author: John Ralls <[email protected]>
Date:   Fri Oct 4 11:45:47 2013 -0700

   Restore gl_GLIBC21 to configure; needed for libcharset

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

commit d01bded1939967ee4deafbe1facfe567205b6c9c
Author: Ryan Lortie <[email protected]>
Date:   Thu Aug 8 18:50:21 2013 +0200

   g_settings_list_children: only list viable schemas

   Don't return children with invalid schemas from
   g_settings_list_children() (ie: missing schemas or mismatched paths).
   This prevents gsettings list-recursively from crashing when broken
   schemas are installed on the system.

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

gio/gsettingsschema.c | 56
++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 55 insertions(+), 1 deletion(-)

commit 03a859aeafbf8b5a321f87b3ba0563475a20fa71
Author: Мирослав Николић <[email protected]>
Date:   Tue Oct 1 09:49:49 2013 +0200

   Updated Serbian translation

po/sr.po       | 158
++++++++++++++++++++++++++++-----------------------------
po/[email protected] | 158
++++++++++++++++++++++++++++-----------------------------
2 files changed, 156 insertions(+), 160 deletions(-)

commit 8372f22b26c929e25f1868f4aeacf938b671b2cb
Author: John Ralls <[email protected]>
Date:   Sun Sep 29 11:33:30 2013 -0700

   Fix the -Werror=format-nonliteral fixes for older GCCs

   They don't allow that pragma inside functions.

gio/gcontenttype.c      |  6 +++---
gio/gthreadedresolver.c |  8 +++++---
glib/gfileutils.c       | 10 +++++-----
glib/gmarkup.c          |  8 +++++---
glib/gstrfuncs.c        |  7 ++++---
glib/gutils.c           |  8 +++++---
6 files changed, 27 insertions(+), 20 deletions(-)

commit 7c8dcd32b91710a3c5fc089c35f228b260e86359
Author: John Ralls <[email protected]>
Date:   Sat Sep 28 16:44:32 2013 -0700

   More -Werror=format-nonliteral fixes

   This fixes the build with CLang.

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

gio/gcontenttype.c      | 5 ++++-
gio/gthreadedresolver.c | 3 +++
glib/gmarkup.c          | 5 ++++-
glib/gstrfuncs.c        | 5 ++++-
glib/gutils.c           | 3 +++
5 files changed, 18 insertions(+), 3 deletions(-)

commit 55e6a475b6042298f46297f680247e5ac6f89262
Author: Colin Walters <[email protected]>
Date:   Mon Jun 17 17:49:12 2013 -0400

   gfileutils: Make -Werror=format-nonliteral happy

   I tried to please it by using G_GNUC_FORMAT, but that didn't work, so
   let's just fall back to pushing an ignore.

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

glib/gfileutils.c | 50 ++++++++++++++++++++++++++++++++++++--------------
1 file changed, 36 insertions(+), 14 deletions(-)

commit 92f6cbf5286037fd6bf276370da73635c703fe69
Author: Dan Winship <[email protected]>
Date:   Sat Sep 28 12:31:52 2013 -0400

   gmessages: fix clang annotations to work with older versions

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

glib/gmessages.h | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

commit 04520d7d818a31d210a2938c30a366e59fe134ee
Author: Dan Winship <[email protected]>
Date:   Sat Sep 28 12:18:14 2013 -0400

   gio: make gnetworking.h nodist

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

gio/Makefile.am | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

commit 0211694a7d16981b4b1d64770983d196792d483f
Author: Kjartan Maraas <[email protected]>
Date:   Thu Sep 26 21:20:29 2013 +0200

   Updated Norwegian bokmål translation

po/nb.po | 185
++++++++++++++++++++++++++++++++-------------------------------
1 file changed, 95 insertions(+), 90 deletions(-)

commit 8fb563dc676b2ee208e7f78be1500dc806a2cbbf
Author: Yuri Myasoedov <[email protected]>
Date:   Wed Sep 25 23:11:08 2013 +0400

   Updated Russian translation

po/ru.po | 1406
++++++++++++++++++++++++++++++--------------------------------
1 file changed, 679 insertions(+), 727 deletions(-)

commit 96df8b180b5d66696e37e4b1c21ee7cd8e69f487
Author: James Strandboge <[email protected]>
Date:   Tue Sep 24 13:19:20 2013 +0100

   gio: Fix typo in the /org/freedesktop/DBus path

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

gio/gdbusobjectmanagerclient.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

commit 3cff224675cf1fc2e473d3276a3f1d9d086e1236
Author: Svante Signell <[email protected]>
Date:   Wed Sep 18 16:39:09 2013 +0200

   gio/gsocket.c: Fix error code checks when SOCK_CLOEXEC is defined but
   not supported on GNU/Hurd.

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

gio/gsocket.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)