commit cc23284e6994bc7f8eda96487417e64b258882e1 Author: Matthias Clasen Date: Sun Nov 9 18:18:12 2014 -0500 2.42.1 NEWS | 21 +++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) commit 27d35c332954e7f50cbccd3d1e14e02a8823cbdd Author: Krasimir Chonov Date: Sat Oct 11 08:17:10 2014 +0300 Updated Bulgarian translation po/bg.po | 2241 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 1231 insertions(+), 1010 deletions(-) commit 68b2b63e12500736cb6ec3194b8d3ec72b4699b3 Author: Benjamin Gilbert Date: Thu Oct 9 00:07:36 2014 -0400 Fix g_cond_timed_wait() timeout with !CLOCK_MONOTONIC g_get_monotonic_time() and g_get_real_time() now always use different clocks, so we cannot avoid correcting for their offset. Fixes failure to time out on Mac OS X. https://bugzilla.gnome.org/show_bug.cgi?id=738197 glib/deprecated/gthread-deprecated.c | 6 ------ 1 file changed, 6 deletions(-) commit bf44b592c8c6d33b35c03015ac6ff56c1992222b Author: Aleksander Morgado Date: Wed Oct 8 20:37:42 2014 +0200 garray: initialize allocated size in g_byte_array_new_take() Internal allocation size (array->alloc) was being kept to 0 when a new GByteArray was created from an already existing heap-allocated buffer. Among other things, this was making g_byte_array_set_size() fully clear all the buffer contents (not just the newly allocated memory) when G_DEBUG=gc-friendly was being used... if (G_UNLIKELY (g_mem_gc_friendly)) memset (array->data + array->alloc, 0, want_alloc - array->alloc); https://bugzilla.gnome.org/show_bug.cgi?id=738170 glib/garray.c | 1 + 1 file changed, 1 insertion(+) commit af0a8911bc3a0d8c7aa30d612be0d7705d147b49 Author: Matthias Clasen Date: Mon Oct 6 22:41:06 2014 -0400 Add advice on g_cancellable_reset Don't use it at home. gio/gcancellable.c | 7 +++++++ 1 file changed, 7 insertions(+) commit d6dc0de8bfe425ee9278225eb0efaf376f3aae54 Author: Milo Casagrande Date: Sun Oct 5 13:05:56 2014 +0000 Updated Italian translation po/it.po | 686 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 349 insertions(+), 337 deletions(-) commit a75c8880508de0266512c0a5ede63d79157cd714 Author: Kjartan Maraas Date: Fri Oct 3 21:51:22 2014 +0200 Updated Norwegian bokmål translation. po/nb.po | 192 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 96 insertions(+), 96 deletions(-) commit 677fd208a08aad1653544bda87a1056f23d1aaa2 Author: Ting-Wei Lan Date: Mon Sep 29 23:25:11 2014 +0800 GCredentials: Fix ABI break when adding NetBSD support https://bugzilla.gnome.org/show_bug.cgi?id=728256 gio/gioenums.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit b12bd1c3dcfbb398d2462dcf584a1f6d5173ca9a Author: Ryan Lortie Date: Thu Sep 25 17:18:22 2014 -0400 properties: disable default deprecation warnings Disable the deprecation warnings on GObject properties by default. This change is only being made on the stable branch, and maybe only for this one stable series -- the warnings will remain enabled by default on the unstable releases. gobject/gobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 42d0dc363e3597d36136051d53e25c09ebff253f Author: Sweta Kothari Date: Wed Sep 24 23:09:32 2014 +0530 Updated gujarati translations po/gu.po | 2135 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 1198 insertions(+), 937 deletions(-) commit 0ab9d66b058ad2fadf0194578739a2aece607b6f Author: Krishnababu Krothapalli Date: Tue Sep 23 14:28:34 2014 +0000 Updated Telugu translation po/te.po | 2161 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 1212 insertions(+), 949 deletions(-) commit e1b84e3296c1ab0cba29ce2114505ae9f5002cae Author: Hib Eris Date: Mon Sep 22 22:37:43 2014 +0200 Include in glib/valgrind.h This ensures the uintptr_t type is defined on mingw-w64. Fixes compile error: make[4]: Entering directory `/home/abuild/rpmbuild/BUILD/glib-2.42.0/gobject' CC libgobject_2_0_la-gtype.lo In file included from gtype.c:24:0: ../glib/valgrind.h: In function 'VALGRIND_PRINTF': ../glib/valgrind.h:5601:4: error: unknown type name 'uintptr_t' uintptr_t _qzz_res; ^ https://bugzilla.gnome.org/show_bug.cgi?id=737143 glib/valgrind.h | 3 +++ 1 file changed, 3 insertions(+) commit f5ed7d2d3e26d7b06c5aac4ef38f5eb995289a59 Author: Saibal Ray Date: Tue Sep 23 11:27:44 2014 +0000 Updated Bengali (India) translation po/bn_IN.po | 6452 ++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 3675 insertions(+), 2777 deletions(-) commit f41ebebd3476e3e6887f11ed26672a39513c4f98 Author: Philip Withnall Date: Fri Sep 19 08:54:33 2014 +0100 gtask: Ignore errors from g_thread_pool_push() g_thread_pool_push() only returns an error if it fails to spawn a new thread. However, it unconditionally adds the task to its worker queue, so: • if _any_ threads exist in the pool, the task will eventually be handled; and • if _no_ threads exist in the pool, the task will be handled if one is eventually successfully spawned. If no more threads are ever spawned, the process probably has bigger problems than a single GTask which is taking forever to complete. https://bugzilla.gnome.org/show_bug.cgi?id=736806 gio/gtask.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) commit 925913d8dd8f4f283265fb7b2e17fc3da4d06b3e Author: Philip Withnall Date: Wed Sep 17 17:20:46 2014 +0100 gtask: Document signal handler reference counting Explain why the signal handler holds a reference to the GTask, even though that causes a reference loop at first glance. https://bugzilla.gnome.org/show_bug.cgi?id=736806 gio/gtask.c | 8 ++++++++ 1 file changed, 8 insertions(+) commit c6838ffaa1dd5ff9d2b44f7eaffcd8ecf9886f2a Author: Philip Withnall Date: Wed Sep 17 15:07:25 2014 +0100 gtask: Fix a signed/unsigned integer comparison The GSource times assigned to creation_time are always signed. https://bugzilla.gnome.org/show_bug.cgi?id=736806 gio/gtask.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)