commit c0ecae37f639ad03548ef76eaa5d30c203ea7963 Author: Ryan Lortie Date: Tue Sep 17 11:39:56 2013 -0400 GLib 2.37.93 NEWS | 7 +++++++ 1 file changed, 7 insertions(+) commit b72c466653c6e4a493874b35e4e7acdcadda7e67 Author: Ryan Lortie Date: Tue Sep 17 09:53:18 2013 -0400 measure_disk_usage: properly report results In the async case, make sure we copy all of the out parameters from the results structure, not just 'disk_usage'. gio/gfile.c | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) commit dbf95a5ae94441dc235d8dcf003f05cb5c6bd84b Author: Ryan Lortie Date: Tue Sep 17 09:40:04 2013 -0400 measure_disk_usage: skip progress on NULL callback In the real_..._async wrapper for GFile.measure_disk_usage, skip the wrapping of the progress callback in the case that the user gave a NULL callback to the async function. This is a performance improvement because the sync version won't have to do continuous sampling of the clock to issue a call to the wrapper which will then do nothing. Unfortunately, I made this simplifying assumption when writing the wrapper, but forgot to actually implement it when making the sync call. As a result, the wrapper is still called, and invokes the NULL callback, causing a segfault. Make sure we pass NULL if the user's callback was NULL. https://bugzilla.gnome.org/show_bug.cgi?id=707787 gio/gfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1a9b739c3176f0fd89aaadb10d90680c345c2d53 Author: Chao-Hsiung Liao Date: Tue Sep 17 19:35:13 2013 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 215 +++++++++++++++++++++++++++++++----------------------------- po/zh_TW.po | 215 +++++++++++++++++++++++++++++++----------------------------- 2 files changed, 220 insertions(+), 210 deletions(-) commit 373980f545639d577fd00bd0998a5acbe72b00c4 Author: Ryan Lortie Date: Mon Sep 16 14:14:07 2013 -0400 bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)