summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-01-29 23:14:34 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-01-29 23:14:34 +0000
commita95b7fb74e7ef64b68a852e6307154133c5c9ee8 (patch)
treea8701daff0ea848d52c9de4f80959195fd1b0a98 /ChangeLog
parentd260fb7c7ab3e2914aae4404a53da9e4fcc374ec (diff)
downloadlibgpod-a95b7fb74e7ef64b68a852e6307154133c5c9ee8.tar.gz
libgpod-a95b7fb74e7ef64b68a852e6307154133c5c9ee8.tar.xz
libgpod-a95b7fb74e7ef64b68a852e6307154133c5c9ee8.zip
Add and use itdb_file_set_contents to workaround a rename issue on sshfs
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1941 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 ea9f10c..ae1365a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,13 @@
2007-11-15 Christophe Fergeau <teuf@gnome.org>
+
+ * src/itdb_private.h:
+ * src/itdb_itunesdb.c: add itdb_file_set_contents to workaround a
+ rename issue on sshfs (existing files on the FS can't be
+ atomatically erased during a rename). Use it in wcontents_write
+ * src/db-artwork-writer.c: use itdb_file_set_contents to write the
+ ArtworkDB
+
+2007-11-15 Christophe Fergeau <teuf@gnome.org>
* src/db-artwork-writer.c:
* src/db-parse-context.c: