commit d73cd49799444f9045d44a414c7b35f129844504 Author: Matthias Clasen Date: Mon Sep 21 06:10:10 2015 -0400 2.46.0 NEWS | 16 ++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) commit 3ffed912c19c5c24b7302d2ff12f82a6167f1c30 Author: Xavier Claessens Date: Tue Sep 15 16:50:37 2015 -0400 doc: small clarification in g_autoptr() https://bugzilla.gnome.org/show_bug.cgi?id=755077 glib/docs.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 8297ea8badef5ae5bdeab85b74780fd70de60247 Author: Matthew Waters Date: Thu Sep 17 20:38:10 2015 +1000 win32: fix incorrect specifier error: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘gsize {aka long long unsigned int}’ [-Werror=format=] https://bugzilla.gnome.org/show_bug.cgi?id=755154 gio/gwin32appinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 2bc094264b334b8afdbdc1cf35ff5265f0ac3415 Author: Matthias Clasen Date: Mon Sep 21 06:27:07 2015 -0400 Documentation fixups Various parameter fixups and symbol list additions. docs/reference/gio/gio-sections.txt | 4 +++- docs/reference/glib/glib-sections.txt | 1 + gio/gnativesocketaddress.c | 6 +++--- gio/gwin32registrykey.c | 20 +++++++++---------- glib/gasyncqueue.c | 36 +++++++++++++++++------------------ 5 files changed, 35 insertions(+), 32 deletions(-) commit 3ad2ef7510b036758d5aa928a6a0a1ac5c29c591 Author: Ask Hjorth Larsen Date: Sun Sep 20 20:20:37 2015 +0200 Updated Danish translation po/da.po | 864 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 443 insertions(+), 421 deletions(-) commit b1af57256721fa0198b63585d3bf26265a8736dd Author: Rafael Fontenelle Date: Sun Sep 20 14:32:13 2015 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 1465 ++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 791 insertions(+), 674 deletions(-) commit 1dc70d703e925bf441a12961223c4cb6d1e376bd Author: Rūdolfs Mazurs Date: Fri Sep 18 22:29:37 2015 +0300 Updated Latvian translation po/lv.po | 1102 +++++++++++++++++++++++++++----------------------------------- 1 file changed, 477 insertions(+), 625 deletions(-) commit 9d859934c5d097bc23578237d01324eb9b30c0f4 Author: Bernd Homuth Date: Thu Sep 17 15:36:28 2015 +0000 Updated German translation po/de.po | 964 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 494 insertions(+), 470 deletions(-) commit f1599649e55a52a8e331ee282ac4c5a03432cb43 Author: Stas Solovey Date: Thu Sep 17 11:31:28 2015 +0000 Updated Russian translation po/ru.po | 863 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 446 insertions(+), 417 deletions(-) commit ea93847a7d6f341c8ed53733c78b8f38f9567bc4 Author: Chun-wei Fan Date: Thu Sep 17 09:15:27 2015 +0800 MSVC Build: Make Re-use Comment of Autotools Module Clearer build/Makefile.msvcproj | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) commit 9fe1c1b3e7a8d680e15d861c1ef224f4b7a2ebad Author: Muhammet Kara Date: Wed Sep 16 18:51:44 2015 +0000 Updated Turkish translation po/tr.po | 376 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 194 insertions(+), 182 deletions(-) commit 58eae7782acbbebb2d6793d4087b6e0a8f61e818 Author: Benjamin Otte Date: Wed Sep 16 18:44:48 2015 +0200 tests: Do last commit's fix for enums, too We don't want to treat enums as ints but as ints. gobject/tests/signals.c | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) commit 605ff1efe76ee26695077b08b96f222cef96efb2 Author: Benjamin Otte Date: Wed Sep 16 18:17:04 2015 +0200 tests: Make testcase not pass 0 as a flags value This will not catch the case where we fail in libffi and always use 0. In fact, be a real annoying person and use (1 << 31) as a flags value to test signedness, too. Also update the testcase to actually use flags everywhere and ot uint. https://bugzilla.gnome.org/show_bug.cgi?id=754882 gobject/tests/signals.c | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) commit 7b685eab8821686821c38e398536b0842b0ed131 Author: Ray Strode Date: Wed Sep 16 18:01:04 2015 +0200 ffi: Marshal flags like enums Flags are enums. Fixes broken marshalling on BE 64bit architectures. https://bugzilla.gnome.org/show_bug.cgi?id=754882 gobject/gclosure.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) commit 846e206146c2f0b6b5321d245004d262c7d585a3 Author: Murray Cumming Date: Wed Sep 16 14:30:29 2015 +0200 GListModel docs: It's get_n_items(), not get_length(). gio/glistmodel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3bd1618ea955f950f87bc4e452029c5f0cea35aa Author: Matthias Clasen Date: Mon Sep 14 18:42:12 2015 -0400 Disable deprecation warnings for the stable release again Keeping these enabled causes too many people to file bugs against gobject, and not enough people to send patches to port away from deprecated properties. gobject/gobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)