commit 52b3e434d849e2b0233d6d3d663b5dda82ab263e Author: Matthias Clasen Date: Fri Oct 27 18:59:17 2017 -0400 2.54.2 NEWS | 13 +++++++++++++ configure.ac | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) commit cfff6d22a70db57c91445d09e7c5cab234baa2f7 Author: Peter Mráz Date: Fri Oct 27 16:50:42 2017 +0000 Update Slovak translation po/sk.po | 1630 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 935 insertions(+), 695 deletions(-) commit 74bcdf6ac18ed7787861359b75396c88ae8476a4 Author: Chun-wei Fan Date: Fri Oct 20 16:44:21 2017 +0800 Visual Studio 2008 Projects: Improve binary security It turns out that the MSVC 2008 supports RandomizedBaseAddress, too, so we should also ensure that is enabled as well, which is the default setting. win32/vs9/gdbus.vcproj | 2 -- win32/vs9/gio-querymodules.vcproj | 2 -- win32/vs9/gio-tool.vcprojin | 2 -- win32/vs9/gio.vcprojin | 4 ---- win32/vs9/glib-compile-resources.vcprojin | 2 -- win32/vs9/glib-compile-schemas.vcprojin | 2 -- win32/vs9/glib.vcprojin | 8 -------- win32/vs9/gmodule.vcproj | 4 ---- win32/vs9/gobject.vcprojin | 4 ---- win32/vs9/gresource.vcproj | 2 -- win32/vs9/gsettings.vcproj | 2 -- win32/vs9/gspawn-win32-helper-console.vcproj | 4 ---- win32/vs9/gspawn-win32-helper.vcproj | 4 ---- win32/vs9/gthread.vcproj | 4 ---- 14 files changed, 46 deletions(-) commit 325d9fc92ab485ff4fcd9451303c91163609b9ff Author: Chun-wei Fan Date: Fri Oct 20 16:23:31 2017 +0800 Visual Studio Projects: Improve binary security The initial MSVC 201x projects inadvertly disabled RandomizedBaseAddress, which is normally enabled by default, so ensure that is the case for all 201x builds. This feature is supported by Visual Studio 2010 or later. Also, for x64 builds on MSVC 2012 or later, use /HIGHENTROPYVA when linking. Pointed out by Ignacio Casal Quinteiro. win32/vs10/gdbus.vcxproj | 2 -- win32/vs10/gio-querymodules.vcxproj | 2 -- win32/vs10/gio-tool.vcxprojin | 2 -- win32/vs10/gio.vcxprojin | 4 ---- win32/vs10/glib-build-defines.props | 4 ++++ win32/vs10/glib-compile-resources.vcxprojin | 2 -- win32/vs10/glib-compile-schemas.vcxprojin | 2 -- win32/vs10/glib.vcxprojin | 8 -------- win32/vs10/gmodule.vcxproj | 4 ---- win32/vs10/gobject.vcxprojin | 4 ---- win32/vs10/gresource.vcxproj | 2 -- win32/vs10/gsettings.vcxproj | 2 -- win32/vs10/gspawn-win32-helper-console.vcxproj | 4 ---- win32/vs10/gspawn-win32-helper.vcxproj | 4 ---- win32/vs10/gthread.vcxproj | 4 ---- 15 files changed, 4 insertions(+), 46 deletions(-) commit 20980ff57f0e73f6233cad29701ccade57add589 Author: Matej Urbančič Date: Wed Oct 18 18:38:17 2017 +0200 Updated Slovenian translation po/sl.po | 300 ++++++++++++++++++++++++++------------------------------------- 1 file changed, 122 insertions(+), 178 deletions(-) commit d5a9ce69c46a907af8ed3af0020d2a409faa3751 Author: John Ralls Date: Fri Oct 13 13:45:01 2017 -0700 [MacOS] Fallback to CFStringGetCSTring if CFStringGetCStringPtr fails. gio/gosxappinfo.c | 34 ++++++++++++++++++++++++++++++++-- gio/gosxcontenttype.c | 34 ++++++++++++++++++++++++++++++++-- 2 files changed, 64 insertions(+), 4 deletions(-) commit fce3b5b12c4c02e8aff411f2eef5445dfc03fad2 Author: Pawan Chitrakar Date: Fri Oct 13 04:23:43 2017 +0000 Update Nepali translation po/ne.po | 986 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 509 insertions(+), 477 deletions(-) commit a804fcba7aef64a1476a5d5133826ed986bf15ec Author: Chun-wei Fan Date: Sat Oct 7 10:44:28 2017 +0800 gio: Fix gio-tool-open.c on Windows/Cocoa Commit 7384e37 broke builds on these platforms as *NIX-only APIs are being used unconditionally. Fix the build by building these portions when not on Windows or Cocoa. https://bugzilla.gnome.org/show_bug.cgi?id=780296 gio/gio-tool-open.c | 8 ++++++++ 1 file changed, 8 insertions(+) commit 7384e372f04eae356523efb29e279ca0c768bad6 Author: Ondrej Holy Date: Wed May 10 13:51:19 2017 +0200 gio: Add hack to close up dbus-daemon race If gio open exits before the program it starts fully activates, then the dbus-daemon may avoid doing the activating method call. This commit works around the problem by pinging the activated application, and waiting for a reply. Same workaround is used in gtk-launch and was used in gvfs-open before it was replaced by gio open. https://bugzilla.gnome.org/show_bug.cgi?id=780296 gio/gio-tool-open.c | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) commit bef8a00bc37cf886fecf06eb50e1537c17b5e0b5 Author: Xavi Ivars Date: Thu Oct 5 13:56:54 2017 +0200 [l10n] Updated Catalan (Valencian) translation po/ca@valencia.po | 3411 +++++++++++++++++++++++++++++++++++------------------ 1 file changed, 2250 insertions(+), 1161 deletions(-)