summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2007-10-07 11:33:30 +0000
committerChristophe Fergeau <teuf@gnome.org>2007-10-07 11:33:30 +0000
commitb08a8f2aa63218b9e9d6baeb116dc3280574aa73 (patch)
tree3e73ca8d96ce70c2c1636953c25e8706db08cfdc /ChangeLog
parent69fbd48465a71730c384540d0151fd43ba829f87 (diff)
downloadlibgpod-b08a8f2aa63218b9e9d6baeb116dc3280574aa73.tar.gz
libgpod-b08a8f2aa63218b9e9d6baeb116dc3280574aa73.tar.xz
libgpod-b08a8f2aa63218b9e9d6baeb116dc3280574aa73.zip
* src/itdb_device.c: (itdb_device_requires_checksum):
* src/itdb_itunesdb.c: (write_db_checksum): * src/itdb_private.h: add an itdb_device_requires_checksum function so that we only error out because of checksum writing issues on ipods which require a checksum. Ideally, we should restore the old file when there is a fatal checksum writing error, but libgpod isn't currently doing that git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1722 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 9a53a46..9ade5bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-10-07 Christophe Fergeau <teuf@gnome.org>
+
+ * src/itdb_device.c: (itdb_device_requires_checksum):
+ * src/itdb_itunesdb.c: (write_db_checksum):
+ * src/itdb_private.h: add an itdb_device_requires_checksum function so
+ that we only error out because of checksum writing issues on ipods which
+ require a checksum. Ideally, we should restore the old file when there is
+ a fatal checksum writing error, but libgpod isn't currently doing that
+
2007-10-05 Christophe Fergeau <teuf@gnome.org>
* src/itdb_sha1.c: (generate_key): move cryptic calculations