commit a904f0dea4b7f04aac7c9ddd3b01ffbbd808375e Author: John (J5) Palmieri Date: Tue Mar 22 21:56:14 2011 -0400 prep 2.28.2 release NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) commit c1ee6642d4b69a8c417cf92534ba091f89c7f68c Author: John (J5) Palmieri Date: Tue Mar 22 18:46:28 2011 -0400 fix static ABI for setting string gvalues from python objects * the static bindings used to be able to set a string gvalue to any python object that implemented __str__, for instance when setting a treemodel column * this restores that code while still keeping unicode and python 3 compatability gobject/pygtype.c | 28 +++++++++++++++++++--------- 1 files changed, 19 insertions(+), 9 deletions(-) commit cd38572b9781502d3228e74c017cb7cc39a07b3d Author: Martin Pitt Date: Tue Mar 22 15:04:01 2011 +0100 Fix GSchema tests for separate build tree When using a separate build tree, the compiled GSettings schema will be in the build tree, but as the test scripts are only in the source tree they won't find the compiled schema. Pass the build dir as environment variable and prefer it over test_overrides.py's directory. tests/Makefile.am | 3 ++- tests/test_overrides.py | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) commit be81ea00d6cd92a5ae77c5bb301b6f6baeb6d89a Author: Martin Pitt Date: Tue Mar 22 14:02:46 2011 +0100 GIO tests: Fix remaining test case for separate build tree tests/test_gio.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 178df3e438835bec9b40dea243867784dee35815 Author: Martin Pitt Date: Tue Mar 22 13:21:27 2011 +0100 GIO tests: Fix for separate build tree When using a separate build tree, "test_gio.py" is not in the current working dir (which is the build tree), but in the srcdir. Use __file__ instead. tests/test_gio.py | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-)