commit 97cc0d0179e20c9a83d049b9a999f7fab40eacfb Author: Matthias Clasen Date: Sat Mar 24 10:33:38 2012 -0400 Release notes tweaks Update download locations, mailing list instructions, and shuffle the version-specific notes to be at the end. README.in | 96 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 47 insertions(+), 49 deletions(-) commit d2b7ee62f9d4df0aa5925ea123da7db6753d03ac Author: Raphael Kubo da Costa Date: Mon Mar 19 14:20:08 2012 -0300 Make the `include' glib test case build on FreeBSD. Defining _POSIX_C_SOURCE to 0 will make time.h not create the clockid_t typedef used by some functions in pthread.h. The right approach here is to set it to 199309L, which creates the typedef on FreeBSD and doesn't set __USE_UNIX98 or __USE_XOPEN2K on glibc, which is what the test is actually testing. https://bugzilla.gnome.org/show_bug.cgi?id=672406 glib/tests/include.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fd8b01ead613788ad136cc61e1b744dfd811e0ec Author: Krishnababu Krothapalli Date: Thu Mar 22 19:56:06 2012 +0530 Updated Telugu Translations po/te.po | 549 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 317 insertions(+), 232 deletions(-) commit b08b3012235b089cc3c8d015c47f703da01a4d81 Author: Chun-wei Fan Date: Tue Mar 20 13:19:11 2012 +0800 glib/gqsort.c: Fix C99ism/GCCism -There were a number of variables that were declared in the middle of the block, so move these declarations to the start of the block -There was a use of mempcpy, but it is a GCC extension, so use memcpy since we didn't care about the return value of the call to mempcpy. https://bugzilla.gnome.org/show_bug.cgi?id=672095 glib/gqsort.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit f23e7c3ef988a251c42a8a8f7e60566e0bab76fb Author: Alexander Larsson Date: Tue Mar 20 10:20:18 2012 +0100 Fix the tests on win32 There was some unix-specific pathname handling in the test utils which broke the css tests on win32. glib/gtestutils.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit d0635dac52b4a4dae535dd22940ed2adb6a89074 Author: Alexander Larsson Date: Tue Mar 20 10:19:42 2012 +0100 Use g_unsetenv, not unsetenv This fixed the win32 build glib/tests/logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit aed6d01d1454293ddaba84a5bd1a666385f44f62 Author: Alexander Larsson Date: Tue Mar 20 10:18:32 2012 +0100 Only build actions test on unix It depends on gdbus-sessionbus.c which only builds on unix. gio/tests/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 322c6e93444e74ae99b73f1ae7e3b55563470431 Author: Marco Trevisan (TreviƱo) Date: Mon Mar 19 20:13:24 2012 +0100 GDBusConnection: Avoid dereferencing vtable for unregistered objects https://bugzilla.gnome.org/show_bug.cgi?id=671988 Signed-off-by: David Zeuthen gio/gdbusconnection.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 617c0cb6a0776c3c090c54d10eda21768d76890c Author: Matthias Clasen Date: Mon Mar 19 16:59:54 2012 -0400 bump version configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2826ece6fc91944a3469ba8f1b7b81143b11ccaa Author: Matthias Clasen Date: Mon Mar 19 16:58:48 2012 -0400 Fix distcheck automake decided to complain about some more leftovers. glib/Makefile.am | 7 ++++++- gobject/Makefile.am | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-)