summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-10-07 18:57:22 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-10-07 18:57:22 +0000
commit5c45b2fde79cec6276708e7068017e55d9c0ff67 (patch)
tree5ea5c13030f0a52e2b2207891a48336e2886f82a /ChangeLog
parent51a1f6b442aa07a6d4deb5312331bf1866d43c94 (diff)
downloadlibgpod-5c45b2fde79cec6276708e7068017e55d9c0ff67.tar.gz
libgpod-5c45b2fde79cec6276708e7068017e55d9c0ff67.tar.xz
libgpod-5c45b2fde79cec6276708e7068017e55d9c0ff67.zip
Adjust SysInfoExtended parsing to the plist parser changes
The type of the parsed data for <array> nodes have changed in the plist parser, it's now a GValueArray, the SysInfoExtended parser has to take that into account since the description of the various artwork formats is stored in an <array> element. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2137 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32159f8..1c52c11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-10-07 Christophe Fergeau <teuf@gnome.org>
+ * src/itdb_sysinfoextended_parser.c: artwork is stored in <array>
+ nodes (which are parsed to a GValueArray), reflect that in the
+ SysInfoExtended parsing code.
+
+2008-10-07 Christophe Fergeau <teuf@gnome.org>
+
* src/itdb_plist.c: fix handling on blank nodes (ie nodes
containing only white spaces), fixes parsing of SysInfoExtended files
as well ;)