commit bbe2286be3e52f20c2757e2efeeb3ef366cf9947 Author: Matthias Clasen Date: Mon May 8 11:28:22 2017 -0400 2.52.2 NEWS | 14 ++++++++++++++ configure.ac | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) commit 3a6811a46084474e2308bdc991645f76a96156f0 Author: Matthias Clasen Date: Tue May 2 06:28:22 2017 -0400 portal support: Raise the priority for network monitor When we are inside a sandbox, we want to use the portal implementation, since it is the only one that has a chance of working. This is safe to do, since the portal implementation will just fail initialization when loaded outside a sandbox. gio/gnetworkmonitorportal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ab333f42b6cfee1547f3886d92bbdec928ff1767 Author: Daniel Macks Date: Mon Apr 24 01:52:27 2017 -0400 Implement g_content_type_is_mime_type() (clone of win32's) Add missing function, copying from gcontenttype-win32.c per Patrick Griffis (Comment #55 of bug report) https://bugzilla.gnome.org/show_bug.cgi?id=734946 gio/gosxcontenttype.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) commit bd555b9ba070df6c47d10a8b83e6b58d7fe94623 Author: Rafal Luzynski Date: Fri Mar 31 01:52:33 2017 +0200 gosxappinfo: fix typo in g_osx_app_info_launch_internal Correct error domain is G_IO_ERROR. https://bugzilla.gnome.org/show_bug.cgi?id=734946 gio/gosxappinfo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 917f3068c3d30a1456f18f9bac7ea9cf58c3535c Author: Patrick Griffis Date: Thu Mar 30 19:49:21 2017 -0400 gosxappinfo: Special case x-scheme-handler This is the only way they are exposed on Unix so we need to handle it https://bugzilla.gnome.org/show_bug.cgi?id=734946 gio/gosxappinfo.c | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) commit eb0fbe633c5345bb49f39066318e5a292cce7226 Author: Patrick Griffis Date: Thu Mar 30 19:37:13 2017 -0400 gosxappinfo: Fix get_default_for_type() on 10.10+ https://bugzilla.gnome.org/show_bug.cgi?id=734946 gio/gosxappinfo.c | 45 +++++++++++++++++++++++++++++++-------------- 1 file changed, 31 insertions(+), 14 deletions(-) commit d99af84a363447b5f8857cb1e08b0bfa1eb5e3a0 Author: Patrick Griffis Date: Thu Mar 30 17:13:41 2017 -0400 build: Don't build dbus-appinfo on OSX https://bugzilla.gnome.org/show_bug.cgi?id=780309 gio/tests/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit 4246b1ef8c32b19f15a0758d07285e4268710470 Author: Patrick Griffis Date: Thu Mar 30 19:28:12 2017 -0400 gosxappinfo: Fix typo in ifdef https://bugzilla.gnome.org/show_bug.cgi?id=780300 gio/gosxappinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 2eddcef1e75711c82719875ca80070eb6eb212ae Author: John Lindgren Date: Thu Apr 13 22:31:29 2017 -0400 Do not mix declarations with code. https://bugzilla.gnome.org/show_bug.cgi?id=781298 glib/gfileutils.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) commit bed861bcf816f78ff1050c23801b6079b8d3730d Author: Kukuh Syafaat Date: Sun Apr 16 03:36:18 2017 +0000 Update Indonesian translation po/id.po | 77 ++++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 51 insertions(+), 26 deletions(-) commit 2b47c8360c70a8455d61fa4bb94ec57b93bf228e Author: Paolo Bonzini Date: Mon Apr 3 13:32:32 2017 -0400 gmain: Signal wakeups if context has never been acquired as well Should address backwards compatibility with how qemu is using `GMainContext`. See https://bugzilla.gnome.org/show_bug.cgi?id=761102#c14 Input-into-keyboard-by: Colin Walters glib/gmain.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) commit 1d38e6cf6f5b19f90480b70d92c6200d3a830dc9 Author: Colin Walters Date: Fri Mar 31 16:19:58 2017 -0400 main: Create a helper function for "owner wakeup" optimization The original patch really should have introduced a helper - among other things it deserves a code comment. We're likely to make further changes too, so it's obviously better to only do it in one place. See: https://bugzilla.gnome.org/show_bug.cgi?id=761102 glib/gmain.c | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-)