summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2007-10-29 21:21:11 +0000
committerChristophe Fergeau <teuf@gnome.org>2007-10-29 21:21:11 +0000
commitaba89dbedec42b5a808fbd3c78f91296cf2f7415 (patch)
tree8a1460cbda90680c7625f462093c8db9a7261509 /ChangeLog
parent46b4a757c9349b6727b9f25aee4456a2007d6f9c (diff)
downloadlibgpod-aba89dbedec42b5a808fbd3c78f91296cf2f7415.tar.gz
libgpod-aba89dbedec42b5a808fbd3c78f91296cf2f7415.tar.xz
libgpod-aba89dbedec42b5a808fbd3c78f91296cf2f7415.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)