summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-11-17 19:56:43 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-11-17 19:56:43 +0000
commit4f88927b3323b947f5804f6b6f9870f2d7b679c6 (patch)
tree230ae29ca9f41420c3d8ebd50bc0a08c5b93a516 /ChangeLog
parent870d5f2511fa58c19f9464e62d8972022f5953b1 (diff)
downloadlibgpod-4f88927b3323b947f5804f6b6f9870f2d7b679c6.tar.gz
libgpod-4f88927b3323b947f5804f6b6f9870f2d7b679c6.tar.xz
libgpod-4f88927b3323b947f5804f6b6f9870f2d7b679c6.zip
Attempt at fixing an artwork display bug on the nano4g
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2153 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 452ae87..1caa056 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-11-17 Christophe Fergeau <teuf@gnome.org>
+ * src/ithumb-writer.c: rework the way we calculate that thumbnails
+ must be resized to when being transferred to the ipod. The old way
+ had rounding errors which led to display bugs on the nano4g (in the
+ album list)
+
+2008-11-17 Christophe Fergeau <teuf@gnome.org>
+
* src/ithumb-writer.c: stricter sanity check
2008-11-17 Christophe Fergeau <teuf@gnome.org>