commit d73886675ec391caa46f2b8004286b1342d1e6f3
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Sep 2 11:36:32 2014 -0400

    2.41.4

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

commit 5fe65ec2719ef842ccb4389d5ed0744965c21220
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Sep 2 13:05:58 2014 +0900

    Updated Korean translation

 po/ko.po | 713
 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 364 insertions(+), 349 deletions(-)

commit 62f0d6143a3ae9203638e5650ab2f6656222d7ce
Author: Claude Paroz <claude@2xlibre.net>
Date:   Mon Sep 1 09:30:32 2014 +0200

    Updated French translation

 po/fr.po | 657
 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 336 insertions(+), 321 deletions(-)

commit d4298e5ed12afbc4966d3ec61a34eb5f31431729
Author: Christian Kirbach <Christian.Kirbach@gmail.com>
Date:   Sun Aug 31 22:00:45 2014 +0000

    Updated German translation

 po/de.po | 2101
 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 1158 insertions(+), 943 deletions(-)

commit a78443a1e48409d32eb2b24b52dad03ae2231e10
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Aug 29 15:12:31 2014 -0400

    Don't mark GThread struct as deprecated

    Having a definition of struct _GThread inside a deprecation
    ifdef confuses gtk-doc into marking it as deprecated. Avoid this.

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

 glib/deprecated/gthread.h | 4 ++++
 1 file changed, 4 insertions(+)

commit 325ffb376c971ab86b709144f35eab5cea1cf482
Author: Maria  Mavridou <mavridou@gmail.com>
Date:   Thu Aug 28 21:25:31 2014 +0000

    Updated Greek translation

 po/el.po | 705
 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 361 insertions(+), 344 deletions(-)

commit 0a37264fd1953845cc386bb4ff207294e691fee8
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:   Thu Aug 28 18:11:06 2014 +0300

    Updated Hebrew translation

 po/he.po | 477
 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 243 insertions(+), 234 deletions(-)

commit f16d7f887e48ec3e9eacd6cae6aaa694beaeecad
Author: Manoj Kumar Giri <mgiri@redhat.com>
Date:   Wed Aug 27 13:34:53 2014 +0000

    Updated Oriya translation

 po/or.po | 2152
 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 1211 insertions(+), 941 deletions(-)

commit 369c8bd566ba76d0c87a92cdb6a1c8abe2599c61
Author: Patrick Welche <prlw1@cam.ac.uk>
Date:   Tue Aug 26 17:27:23 2014 +0100

    GUnixMounts: Improve efficiency in polling case

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

 gio/gunixmounts.c | 42 +++++++++++++++---------------------------
 1 file changed, 15 insertions(+), 27 deletions(-)

commit 35eaf037bdfca985abf5d349e7355f1d2ed9c77b
Author: Thomas Haller <thaller@redhat.com>
Date:   Fri Aug 1 16:59:36 2014 +0200

    gmacros.h: add G_GNUC_*_IGNORE_DEPRECATIONS macros for clang

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

    Signed-off-by: Thomas Haller <thaller@redhat.com>

 glib/gmacros.h | 6 ++++++
 1 file changed, 6 insertions(+)

commit cb320cb5feb78a5a06651d3223914d9099a6f212
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:   Thu Aug 21 19:00:13 2014 +0100

    gsocketclient: Handle cancellation between CONNECTING and CONNECTED

    If a g_socket_client_connect_async() operation is cancelled between
    the
    CONNECTING and CONNECTED events (i.e. while in the
    g_socket_connection_connect_async() call), the code in
    g_socket_client_connected_callback() would previously unconditionally
    loop round and try the next socket address from the address enumerator
    (by calling enumerator_next_async()). This would correctly handle the
    cancellation and return from the overall task — but not before
    emitting
    a spurious RESOLVING event.

    Avoid emitting the spurious RESOLVING event by explicitly handling
    cancellation at the beginning of g_socket_client_connected_callback().

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

 gio/gsocketclient.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit 607d5a785891729889f1606e8d38edcc7332dfa1
Author: Marek Černocký <marek@manet.cz>
Date:   Fri Aug 22 08:08:51 2014 +0200

    Updated Czech translation

 po/cs.po | 413
 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 211 insertions(+), 202 deletions(-)

commit c74af7369fb32791973e94bcd3c5f45ddd3f5d0b
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Thu Aug 21 17:06:03 2014 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 890
 ++++++++++++++++++++++-------------------------------------
 po/zh_TW.po | 891
 ++++++++++++++++++++++--------------------------------------
 2 files changed, 663 insertions(+), 1118 deletions(-)

commit bf9c8625048d2adc5cbc5893fa27e7e9a3a9ba3e
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Wed Aug 13 07:06:36 2014 -0400

    GApplication: Add g_application_add_main_option

    This function adds a single main option entry to be handeled by
    GApplication. The option entry has it arg_data field set to NULL
    and will be added to the applications packed_options.

    The rationale for this is that bindings will be able to add
    command line options even when they can't use the un-boxed struct
    GOptionEntry.

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

 docs/reference/gio/gio-sections.txt |  1 +
 gio/gapplication.c                  | 67
 +++++++++++++++++++++++++++++++++++--
 gio/gapplication.h                  |  9 +++++
 3 files changed, 75 insertions(+), 2 deletions(-)

commit 4f775b7b7ff38581b110ce1664451381ca3d88b6
Author: Patrick Welche <prlw1@cam.ac.uk>
Date:   Mon Aug 18 21:48:28 2014 +0100

    GUnixMounts: Fall back to polling on systems without mtab

    This is necessary for many of the BSD family at least.

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

 gio/gunixmounts.c | 103
 ++++++++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 89 insertions(+), 14 deletions(-)

commit d964c7d6863758fca1e2e5ed18553d0cd76ea3bc
Author: ngoswami <ngoswami@redhat.com>
Date:   Mon Aug 18 15:44:42 2014 +0000

    Updated Assamese translation

 po/as.po | 1845
 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 937 insertions(+), 908 deletions(-)

commit e0e52b60ea4c65d1f3660ff6b8c547c82665036b
Author: Rico Tzschichholz <ricotz@ubuntu.com>
Date:   Mon Aug 18 14:08:41 2014 +0200

    docs: Fix broken gtk-doc formatting

 gio/fen/fen-kernel.c                 |  6 ++---
 gio/gdbusprivate.c                   |  4 ++--
 gio/gfileattribute.c                 | 44
 ++++++++++++++++++------------------
 gio/gresource.c                      |  2 +-
 gio/gunixmounts.c                    |  6 ++---
 gio/gwin32mount.c                    |  2 +-
 gio/gwin32volumemonitor.c            |  2 +-
 gio/kqueue/kqueue-thread.c           | 12 +++++-----
 gio/tests/gdbus-threading.c          |  2 +-
 gio/tests/test-io-stream.c           |  2 +-
 gio/tests/test-pipe-unix.c           |  4 ++--
 gio/win32/gwinhttpfile.c             |  2 +-
 gio/win32/gwinhttpfileinputstream.c  |  2 +-
 gio/win32/gwinhttpfileoutputstream.c |  2 +-
 gio/win32/gwinhttpvfs.c              |  2 +-
 15 files changed, 47 insertions(+), 47 deletions(-)

commit 4c8480e6fa9e7e0971bc800fee8a5f0aba67dd9a
Author: Rico Tzschichholz <ricotz@ubuntu.com>
Date:   Sun Aug 17 22:54:22 2014 +0200

    docs: Add index for 2.42 api

 docs/reference/glib/glib-docs.xml       | 4 ++++
 docs/reference/gobject/gobject-docs.xml | 4 ++++
 2 files changed, 8 insertions(+)

commit 96af008bdfe53be2ea4ef719b8c8f2121c76a504
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Sun Aug 17 13:19:46 2014 +0200

    [l10n] Updated Catalan (Valencian) translation

 po/ca@valencia.po | 2479
 ++++++++++++++++++++++++++---------------------------
 1 file changed, 1215 insertions(+), 1264 deletions(-)

commit 7585cc49c7d8e016da99d9686af1ebdbe061b989
Author: Gil Forcada <gforcada@gnome.org>
Date:   Sun Aug 17 13:19:42 2014 +0200

    [l10n] Updated Catalan translation

 po/ca.po | 650
 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 331 insertions(+), 319 deletions(-)