summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-10-29 21:21:11 +0000
committerteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-10-29 21:21:11 +0000
commitc9d45642a66e42fda0e3df4b048142b60bcd113c (patch)
tree8a1460cbda90680c7625f462093c8db9a7261509 /ChangeLog
parenta7f61998c38e22c97291e686921c339de33d9031 (diff)
downloadlibgpod-c9d45642a66e42fda0e3df4b048142b60bcd113c.tar.gz
libgpod-c9d45642a66e42fda0e3df4b048142b60bcd113c.tar.xz
libgpod-c9d45642a66e42fda0e3df4b048142b60bcd113c.zip
* src/db-artwork-writer.c: reread the pointer for memory mapped
buffers when it may have changed Artwork writing works by mapping structs to memory and by directly accessing/modifying it. This works until we need to move the mmap base address. This patch makes sure we reset the struct mapping every time the mmap base pointer may have changed git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1742 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7d79f1..f991933 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-10-29 Christophe Fergeau <teuf@gnome.org>
+
+ * src/db-artwork-writer.c: reread the pointer for memory mapped
+ buffers when it may have changed
+
+ Artwork writing works by mapping structs to memory and by directly
+ accessing/modifying it. This works until we need to move the
+ mmap base address. This patch makes sure we reset the struct
+ mapping every time the mmap base pointer may have changed
+
2007-10-27 Jorg Schuler <jcsjcs at users.sourceforge.net>
* src/itdb_device.c (ipod_classic_1_artwork_info)