commit 285c2534f4c5117fb726179d3bdc49ca1aafb9b9 Author: Matthias Clasen Date: Tue May 12 22:43:13 2015 -0400 2.44.1 NEWS | 17 +++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) commit b69ff1f5c1711ac55b1e8999ade203dcc1590245 Author: Garrett Regier Date: Tue Apr 14 20:44:38 2015 -0700 gtype: Bump allowed number of children Restricting the number of children to be less than 4095 can be an issue when generating types. This is also an issue for the Lua bindings as each Lua state will create a new GType each time the Lua code is executed. https://bugzilla.gnome.org/show_bug.cgi?id=747882 gobject/gtype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit dd57ba7bd16314c0088f721d46cee87357ff3ca9 Author: Ting-Wei Lan Date: Wed Apr 29 14:55:00 2015 +0800 tests: Use de_DE.UTF-8 instead of de_DE de_DE.UTF-8 is supported by more operating systems, including FreeBSD, NetBSD and OpenBSD. https://bugzilla.gnome.org/show_bug.cgi?id=748612 glib/tests/option-context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b9cd748cd9f4f46098d97efb4e0071d8970cc517 Author: Hans Petter Jansson Date: Tue Apr 28 16:50:42 2015 +0200 gmarkup: Make append_escaped_text() slightly more robust. https://bugzilla.gnome.org/show_bug.cgi?id=631597 glib/gmarkup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5afaa316cfb2ce54168f798f030ce8db0779a768 Author: Chun-wei Fan Date: Wed May 14 16:02:35 2014 +0800 Fix the thumbnail-verification Test The third parameter of the thumnail_verify() function had been updated to const GLocalFileStat, so update the thumbnail-verification test likewise so that the test works properly on all supported platforms. https://bugzilla.gnome.org/show_bug.cgi?id=711547 gio/tests/thumbnail-verification.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 16c8a34aa2707366287424131db9dc51362095bb Author: Ryan Lortie Date: Thu Apr 2 17:17:35 2015 -0400 app info: tweak default application algorithm Always run the full algorithm for a given mime type before considering fallback types. This includes considering installed applications capable of handling a particular mimetype, even if such an app is not explicitly marked as default, and there is a default app for a less-specific type. Specifically, this often helps with cases of installing apps that can handle a particular subtype of text/plain. We want to take those apps in preference to a generic text editor, even if that editor is listed as the default for text/plain and there is no default listed for the more specific type. Because of the more holistic approach taken by the algorithm, it is now more complicated, but it also means that we can do more work while holding the lock. In turn, that lets us avoid duplicating some strings, which is nice. https://bugzilla.gnome.org/show_bug.cgi?id=744282 gio/gdesktopappinfo.c | 103 ++++++++++++++++++++++---------------------------- 1 file changed, 45 insertions(+), 58 deletions(-) commit c2c67fc91cfb6add00fee354c3a15b54d4ecc813 Author: Sveinn í Felli Date: Tue Apr 21 14:31:19 2015 +0000 Updated Icelandic translation po/is.po | 5607 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 3162 insertions(+), 2445 deletions(-) commit 12dd1cc9f3035b3df26149205993c0131f5bec0c Author: Stas Solovey Date: Mon Mar 30 21:42:33 2015 +0000 Updated Russian translation po/ru.po | 88 +++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 42 insertions(+), 46 deletions(-) commit 1b992eb0d93e9155de3df11a0fea73006dcc948e Author: Ryan Lortie Date: Wed Mar 25 09:29:49 2015 -0400 GListModel: roll back use of type redefinition We declare the typedefs for GListModel and GListStore in giotypes.h, as a matter of convention. This is not actually required, since the typedef is emitted as part of the G_DECLARE_* macros. The giotypes.h approach is only used to avoid cyclic dependencies between headers, which is not a problem in this case. Type redefinition is a C11 feature, and although it was around in some compilers before then, gcc 4.2.1 (from 2007) is apparently still in wide use, being the default compiler for OpenBSD. Eventually, we will probably hit a case where we actually need to redefine a type, but since we're not there yet, let's back off a bit. gio/giotypes.h | 2 -- 1 file changed, 2 deletions(-) commit 78c3ed18b836a8776415aae10036087f5ff0129f Author: Petr Kovar Date: Wed Mar 25 13:01:47 2015 +0100 Update Czech translation po/cs.po | 184 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 104 insertions(+), 80 deletions(-)