summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-08-20 17:37:32 +0000
committerTodd Zullinger <tmz@pobox.com>2008-08-20 17:37:32 +0000
commit6c851f6823d456e20c4d1a39203373a23b45a88b (patch)
tree37bb6b8b5441a64777d5a2faca68326fc4777633 /ChangeLog
parent4004538ad9f8cff088e93b0e249f3db8edfb284c (diff)
downloadlibgpod-tmz-6c851f6823d456e20c4d1a39203373a23b45a88b.tar.gz
libgpod-tmz-6c851f6823d456e20c4d1a39203373a23b45a88b.tar.xz
libgpod-tmz-6c851f6823d456e20c4d1a39203373a23b45a88b.zip
Update python bindings to work with the new thumbnail API.
This removes sw_get_artwork_thumbnails() and the Thumbnail class from the python bindings. The get_pixbuf() function is now in the Photo class. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2108 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18e1380..44f6373 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2008-08-09 Todd Zullinger <tmzullinger at users.sourceforge.net>
+
+ * bindings/python/examples/save_photos.py
+ bindings/python/gpod.i.in
+ bindings/python/ipod.py
+ bindings/python/tests/tests.py:
+ Update python bindings to work with the new thumbnail API.
+
+ This removes sw_get_artwork_thumbnails() and the Thumbnail
+ class from the python bindings. The get_pixbuf() function
+ is now in the Photo class.
+
2008-08-09 Paul Richardson <phantom_sf at users.sourceforge.net>
* Added eclipse project related files to svn:ignore