summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-07-29 20:09:30 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-07-29 20:09:30 +0000
commitba465157a765e0d18283b8154e3bc1563c132f30 (patch)
treeabb889cc940faf7d9b7d6c8d2bad0d50d55445b4 /ChangeLog
parent68a454055ad3be1ed87830710896e246bce2fc39 (diff)
downloadlibgpod-tmz-ba465157a765e0d18283b8154e3bc1563c132f30.tar.gz
libgpod-tmz-ba465157a765e0d18283b8154e3bc1563c132f30.tar.xz
libgpod-tmz-ba465157a765e0d18283b8154e3bc1563c132f30.zip
Add error handling to the plist XML parser
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2066 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 acbeb06..daf79aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-07-27 Christophe Fergeau <teuf@gnome.org>
+
+ * src/itdb_device.c: add itdb_device_error_quark()
+ * src/itdb_plist.h:
+ * src/itdb_plist.c: add error handling to XML parsing (using
+ GError)
+ * src/itdb_sysinfo_extended_parser.c: pass a NULL GError to call to
+ plist parsing function
+
2008-07-26 Christophe Fergeau <teuf@gnome.org>
* tests/test-fw-id.c: (main): add missing call to g_type_init