summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-07-06 14:04:33 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-07-06 14:04:33 +0000
commit4b05e9d2384685e7260c713f5fff59c41e94f848 (patch)
tree479902bfe57b081fc40f828fb8f4366bb5988849 /ChangeLog
parenta15c5dd79529752a90635b500fc1dc1f5dc3b53a (diff)
downloadlibgpod-4b05e9d2384685e7260c713f5fff59c41e94f848.tar.gz
libgpod-4b05e9d2384685e7260c713f5fff59c41e94f848.tar.xz
libgpod-4b05e9d2384685e7260c713f5fff59c41e94f848.zip
Use GMappedFile instead of directly using mmap
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2040 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 02916e6..d55de38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-07-06 Christophe Fergeau <teuf@gnome.org>
+ * src/db-itunes-parser.h: remove unused constant
+ * src/db-parse-context.c:
+ * src/db-parse-context.h: use GMappedFile instead of directly using
+ mmap, it's needed for MSVC8 portability
+
+2008-07-05 Christophe Fergeau <teuf@gnome.org>
+
+ Patch from: Songbird (http://getsongbird.com/)
+
* src/itdb_itunesdb.c
* src/itdb_track.c: get rid of inner functions since it is a gcc
specific extension and MSVC8 doesn't like that