summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-07-31 20:42:54 +0000
committertmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-07-31 20:42:54 +0000
commite237c46108b4686a3d26fe082295d1bf0b042f0b (patch)
tree16f02c91b9efa543e3f4daab4b1bbcf3d88859f6 /ChangeLog
parent895965297bcbc581ea6dd950c184d7edb4f8e888 (diff)
downloadlibgpod-e237c46108b4686a3d26fe082295d1bf0b042f0b.tar.gz
libgpod-e237c46108b4686a3d26fe082295d1bf0b042f0b.tar.xz
libgpod-e237c46108b4686a3d26fe082295d1bf0b042f0b.zip
merge changes from the bug-1723660 branch
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1662 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog39
1 files changed, 39 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14dc462..28cda30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+2007-07-31 Todd Zullinger <tmzullinger at users.sourceforge.net>
+
+ * bindings/python
+ bindings/python/examples/coverart_fetch.py
+ bindings/python/examples/save_photos.py
+ bindings/python/gpod.i.in
+ bindings/python/ipod.py
+ bindings/python/tests
+ bindings/python/tests/resources/tiny.png
+ bindings/python/tests/tests.py
+ configure.ac
+ m4/python.m4
+ TROUBLESHOOTING:
+ merge changes from the bug-1723660 branch
+
+2007-07-27 Todd Zullinger <tmzullinger at users.sourceforge.net>
+
+ * bindings/python/gpod.i.in:
+ s/top_srcdir/top_builddir to fix make distcheck
+
+ * configure.ac
+ m4/python.m4:
+ don't make the python gtk module a hard requirement
+
+ * TROUBLESHOOTING:
+ note additional requirements for full python photo/thumbnail
+ support
+
+2007-07-13 Nicholas Piper <nicholas at users.sourceforge.net>
+
+ * bindings/python/ipod.py (Track.set_coverart_from_file): Rename
+ set_thumbnail function to set_coverart_from_file
+
+ * bindings/python/ipod.py Improve support for adding
+ Photos. Thanks to John Carr.
+
+ * bindings/python/examples/coverart_fetch.py: Adjust to
+ demonstrate new gtk pixbuf based coverart API
+
2007-07-13 Todd Zullinger <tmzullinger at users.sourceforge.net>
* bindings/python/examples/Makefile.am: