commit bce36c2d46213ff397acbd130acd9bcfa1ca0eaa
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sat Mar 18 20:40:40 2017 -0400

    2.52.0

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

commit e6e38f4b8a44e8df3915736a194010f287765da1
Author: Philip Withnall <withnall@endlessm.com>
Date:   Fri Mar 17 11:30:24 2017 +0000

    gbase64: Document that g_base64_encode_close() does not nul-terminate

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

 glib/gbase64.c | 2 ++
 1 file changed, 2 insertions(+)

commit dd914da1c80941ed1c435671cac20ca4f5f7f0e6
Author: Colin Walters <walters@verbum.org>
Date:   Thu Mar 16 09:12:26 2017 -0400

    gio/fam: Remove leftover debug print

    This leftover debug print was introduced by
    d682df186e9cca2b8db0e921450a4db31cf0c467
    and is obviously bad for applications that are expecting something
    else on stdout, etc.

    See: https://bugzilla.redhat.com/show_bug.cgi?id=1396386

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

 gio/fam/gfamfilemonitor.c | 2 --
 1 file changed, 2 deletions(-)

commit 2411b76c5e63aa2ef7fcc131e6f5c5e73c998615
Author: Philip Withnall <withnall@endlessm.com>
Date:   Thu Mar 16 13:50:19 2017 +0000

    docs: Fix some DocBook usage in a few gtk-doc comments

    <emphasis> and <ulink> tags. Replace them with Markdown.

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

 gio/gappinfo.h           | 3 +--
 gio/gdbusconnection.h    | 2 +-
 gio/gioenums.h           | 2 +-
 glib/deprecated/gcache.c | 4 ++--
 glib/gunicode.h          | 8 +++-----
 5 files changed, 8 insertions(+), 11 deletions(-)

commit 3a1e98cca856320452179166afa61543c3aa9418
Author: Claude Paroz <claude@2xlibre.net>
Date:   Thu Mar 16 10:04:35 2017 +0100

    Updated French translation

 po/fr.po | 1031
 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 523 insertions(+), 508 deletions(-)

commit 5ebfb179b934d9bfd69d4f538557be05223ad27d
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Wed Mar 15 21:24:01 2017 +0200

    Update Latvian translation

 po/lv.po | 1639
 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 984 insertions(+), 655 deletions(-)

commit ec02a1875f29ecb8e46c0d8c1403cd00a0b3a9e4
Author: Iain Lane <iain@orangesquash.org.uk>
Date:   Mon Mar 13 16:52:11 2017 +0000

    tests/gdatetime: Use a real rather than invented timezone

    The tzdata maintainers had previously invented abbreviations for
    timezones. As of their 2017a release, the one we were testing ("BRT")
    has been dropped.

    Switch to testing PST, which is a real timezone abbreviation.

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

 glib/tests/gdatetime.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 567f01044f3640ffea0c9aa3ca055b0b6c473275
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Wed Mar 15 04:47:21 2017 +0000

    Update Friulian translation

 po/fur.po | 159
 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 95 insertions(+), 64 deletions(-)

commit e9fe8868a7c967a39c7a9d6e672835329d0cc15b
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue Mar 14 14:51:49 2017 +0100

    Use single non-Unicode quotation marks in a new translatable message

    Actually, Unicode changes to this file got reverted in
    2d56c49b1085ae3ad769e6b59329cf493eb0f8a1. Also, there is
    "No such interface '%s'" string already, so we avoid
    breaking the string freeze.

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

commit bb93f3a4aa1181976bc75c03016277e08c16ab8f
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue Mar 14 14:45:48 2017 +0100

    Use consistent quotation marks in a new translatable message

    Double quotation marks are used everywhere else in glib, as per
    <https://developer.gnome.org/hig/stable/typography.html>.

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

commit e1f362ba49a7df54f9299883876b63d5e9f0916b
Author: Philip Withnall <withnall@endlessm.com>
Date:   Tue Mar 14 12:55:38 2017 +0000

    gsubprocess: Add missing G_GNUC_NULL_TERMINATED attribute

    g_subprocess_launcher_spawn() is NULL-terminated, and must have a
    non-NULL argv0 specified, so G_GNUC_NULL_TERMINATED is appropriate
    here.

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

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

 gio/gsubprocesslauncher.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ff327ba2d73d2ff175b402ab4da3ab7a61e1644e
Author: Philip Withnall <withnall@endlessm.com>
Date:   Tue Mar 14 12:55:08 2017 +0000

    gdbusmessage: Add missing G_GNUC_PRINTF attribute

    This highlighted a bug in GDBusConnection, where an interface name was
    not included in a message referring to it.

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

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

 gio/gdbusconnection.c | 2 +-
 gio/gdbusmessage.h    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit e013164c5c5b776acee409f726dc4f0ae5dc6e2b
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Tue Mar 14 14:48:23 2017 +0800

    Visual Studio builds: Fix gio project generation

    We need to include gcontenttype-win32.c in our Visual Studio
    projects...

 gio/Makefile.am | 1 +
 1 file changed, 1 insertion(+)