summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNicholas Piper <nicholas@users.sourceforge.net>2007-03-26 14:10:33 +0000
committerNicholas Piper <nicholas@users.sourceforge.net>2007-03-26 14:10:33 +0000
commit09a2bddedaec25e302523ab3d26c9c3d4c9b5b59 (patch)
tree790e911f607abc32be37b189caba1643016ce840 /ChangeLog
parent90f359a4fa87cce3f3ce18b3498c674fd15a49f6 (diff)
downloadlibgpod-09a2bddedaec25e302523ab3d26c9c3d4c9b5b59.tar.gz
libgpod-09a2bddedaec25e302523ab3d26c9c3d4c9b5b59.tar.xz
libgpod-09a2bddedaec25e302523ab3d26c9c3d4c9b5b59.zip
Use build-tree libraries for Python test, not the installed set.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1411 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94e3f92..6ef1fb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-03-26 Nicholas Piper <nicholas at users.sourceforge.net>
+ * bindings/python/Makefile.am
+ bindings/python/tests/Makefile.am
+ bindings/python/tests/tests.py: Causes tests to run with the
+ libraries from the build tree rather than currently installed
+ version (Todd Zullinger)
+
+2007-03-26 Nicholas Piper <nicholas at users.sourceforge.net>
+
* bindings/python/gpod.i.in: Add basic PhotoDB reading facility
2007-03-25 Jorg Schuler <jcsjcs at users.sourceforge.net>