summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-05-24 09:18:42 +0000
committerteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-05-24 09:18:42 +0000
commit99de9e7cfd098dcf494445273efd868aa36971a3 (patch)
tree61adff2ba2b8057426609036e969ccee7b0de94d /ChangeLog
parentbbbb7fd88022366478c6cba34e0310172aee3443 (diff)
downloadlibgpod-tmz-99de9e7cfd098dcf494445273efd868aa36971a3.tar.gz
libgpod-tmz-99de9e7cfd098dcf494445273efd868aa36971a3.tar.xz
libgpod-tmz-99de9e7cfd098dcf494445273efd868aa36971a3.zip
Handle cropping for thumbnails needing it
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1976 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 994cba0..a37a81c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
2008-05-24 Christophe Fergeau <teuf at gnome.org>
Patch from Jacob Hoffman-Andrews <jsha at newview.org>
+
+ * src/itdb_device.h: add 'crop' field to Itdb_ArtworkFormat
+ * src/itdb_device.c: fill this 'crop' field for the iphone
+ * src/ithumb-writer.c: use that new 'crop' field to crop the
+ thumbnails when the Itdb_ArtworkFormat requires it.
+
+2008-05-24 Christophe Fergeau <teuf at gnome.org>
+
+ Patch from Jacob Hoffman-Andrews <jsha at newview.org>
* tools/hal-callout.c: add missing #include <unistd.h>