commit 83f04afa0b8b66d200ccdc17ac6f5cd0e17b1c15 Author: Ryan Lortie Date: Tue May 1 12:57:00 2012 -0400 GLib 2.33.1 NEWS | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) commit 774074f99bcc6237290e5252faf24581d7fe9932 Author: Ryan Lortie Date: Tue May 1 13:48:52 2012 -0700 slice-color test: don't use non-existent macro G_GUINT64_MODIFIER doesn't exist, but G_GINT64_MODIFIER does (and will be the same as is needed for unsigned). tests/slice-color.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b31d872081a70817dc036043fef05cd950c4e86f Author: Ryan Lortie Date: Tue May 1 13:23:09 2012 -0700 tests: temporarily disable GDBus async proxy test It has never worked properly and, with the new GDBus testing stuff, it's occasionally failing. https://bugzilla.gnome.org/show_bug.cgi?id=672248 gio/tests/gdbus-proxy.c | 2 ++ 1 file changed, 2 insertions(+) commit 56ca8add1088385a874fdb371a6d490926109710 Author: Ryan Lortie Date: Tue May 1 15:40:15 2012 -0400 contenttype test: don't pass -1 as length g_content_type_guess() takes a gsize, not a gssize, and -1 does not mean "I am passing a NULL terminated string". gio/tests/contenttype.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) commit 8db824e00b69302dafed9ceddd6f34abf5202516 Author: Michael Biebl Date: Tue May 1 18:42:12 2012 +0200 configure: Reset LIBS after ELF check If action-if-found is not specified, AC_CHECK_LIB will append the library to LIBS. As we don't want to link everything against libelf, reset LIBS after doing the checks. configure.ac | 2 ++ 1 file changed, 2 insertions(+) commit eb5381b8622eda26b6bd86dbac39bd9ed86bf730 Author: Ryan Lortie Date: Mon Apr 30 12:20:54 2012 -0400 GApplication: add accessor for DBus information Provide public access to the GDBusConnect and object path that GApplication is using. Prevents others from having to guess these things for themselves based on the application ID. https://bugzilla.gnome.org/show_bug.cgi?id=671249 docs/reference/gio/gio-sections.txt | 3 ++ gio/gapplication.c | 65 ++++++++++++++++++++++++++++++++++- gio/gapplication.h | 5 +++ gio/gapplicationimpl-dbus.c | 11 ++++++ gio/gapplicationimpl.h | 6 ++++ gio/gio.symbols | 2 ++ 6 files changed, 91 insertions(+), 1 deletion(-) commit 16f92a33aca1161aab3669f39b32f5c8f09fb433