commit 9da3e7226d20715962f679812ce7632513b7e06c
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Feb 13 10:21:30 2017 -0500

    2.50.3

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

commit 08db799a3706442a2a24e3ff1d678f90d3ca29b5
Author: Mandy Wang <wangmychn@gmail.com>
Date:   Thu Feb 9 14:57:37 2017 +0800

    Update zh_CN translation

 po/zh_CN.po | 1705
 ++++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 1231 insertions(+), 474 deletions(-)

commit accfe3826a15af9ba5249dca018a78968bee53ff
Author: donadigo <donadigos159@gmail.com>
Date:   Wed Dec 7 19:32:33 2016 +0100

    Fixed notify id in FDO notification backend

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

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

commit 8d634fe8f737bec9016be45c79179d4d1bcd2572
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Mon Dec 5 17:26:59 2016 +0800

    gmessages.c/Windows: Improve g_log_writer_supports_color()

    Windows 10 begins to support color output on the console using ANSI
    codes, but a few extra steps are required for this support, so
    we cannot
    just use isatty() and expect colors to work in the outputs.
    Instead, we use still use isatty() from the Windows CRT, and then
    enable
    ENABLE_VIRTUAL_TERMINAL_PROCESSING if it returns true.

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

 glib/gmessages.c | 84
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 82 insertions(+), 2 deletions(-)

commit f4ccafc4245c19b6cb255c5e5765093f6e33086c
Author: Ondrej Holy <oholy@redhat.com>
Date:   Fri Dec 2 13:07:25 2016 +0100

    Add missing check for termios.h

    Check for termios.h is missing and passwords in the new gio tool
    are echoed in the terminal consequently, which is really bad!

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

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

commit 3f47747f6f14d839b3b5413f4d1e8c37c2a301f9
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Tue Nov 29 13:12:47 2016 +0100

    gdbusauth: fix crash when server data send returns NULL

    _g_dbus_auth_mechanism_server_data_send may fail in which case
    we would endup getting a NULL data. In this case we should not
    try to encode the data and simply let the state machine to continue.
    The auth mechanism will change internally to REJECTED so we just
    need to continue the iteration.

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

 gio/gdbusauth.c | 24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)