commit 08c71af412677d6efd671be2020e59f08b1cb5a5 Author: Stef Walter Date: 2010-09-12 autogen.sh: require automake 1.7 automake 1.4 does not have AM_PROG_CC_C_O autogen.sh | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) commit 292cbcc5337e1334e2802563c3d9a245c74e2ce8 Author: Stef Walter Date: 2010-09-11 [egg] Fix secure memory assertion. Fix assertion that occurs when searching for pool to free memory from. https://bugzilla.gnome.org/show_bug.cgi?id=616175 egg/egg-secure-memory.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 4772da8f9539872c76f0b738e508c81ac482c5e9 Author: Stef Walter Date: 2010-09-10 Don't try to run daemon tests if DBus is not running. * Check for DBUS_SESSION_BUS_ADDRESS and don't run daemon tests. * Cleanup test makefile variables a bit https://bugzilla.gnome.org/show_bug.cgi?id=626455 egg/tests/Makefile.am | 4 ++-- library/tests/Makefile.am | 7 +++++-- tests/gtest-helpers.c | 38 +++++++++++++++++++++++++++++--------- tests/gtest.make | 15 ++++++++------- 4 files changed, 44 insertions(+), 20 deletions(-) commit 866e75657106c1b3a4776b49b75e27300c22653b Author: Arun Raghavan Date: 2010-09-08 Access GArray members using g_array_index() This handles type-casting internally to avoid alignment warnings on platforms that need to deal with these issues. https://bugzilla.gnome.org/show_bug.cgi?id=628875 library/gnome-keyring.c | 43 ++++++++++++++++++++++--------------------- 1 files changed, 22 insertions(+), 21 deletions(-) commit 5b2ceb2771bfb13e8a85f2d6e8acb736d70abaea Author: Stef Walter Date: 2010-08-30 Bump version number. configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4f24a336323c95d80f13beeaa116c83efe135bf2 Author: Stef Walter Date: 2010-08-30 Release version 2.31.91 NEWS | 7 +++++++ configure.in | 2 +- 2 files changed, 8 insertions(+), 1 deletions(-)