summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2007-11-14 18:23:29 +0000
committerChristophe Fergeau <teuf@gnome.org>2007-11-14 18:23:29 +0000
commitbd24d905e92ea3cab08ff218f718d9e0b9f60e2a (patch)
tree71b0baa12408076944b02a1577f82e068d01c383 /ChangeLog
parent5a360a706c80eb039d7b2c81a6cf12d4e711755f (diff)
* src/itdb_itunesdb.c: ignore invalid UTF-8 paths which might have
been added to the iPod by the user git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1786 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30bca1b..1e5e998 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-11-14 Christophe <teuf@gnome.org>
+ * src/itdb_itunesdb.c: ignore invalid UTF-8 paths which might have
+ been added to the iPod by the user
+
+2007-11-14 Christophe <teuf@gnome.org>
+
* src/itdb_photoalbum.c: use g_list_remove all instead of an
inefficient combination of g_list_find + g_list_remove