summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2005-11-02 19:11:29 +0000
committerChristophe Fergeau <teuf@gnome.org>2005-11-02 19:11:29 +0000
commit4d061c1b6191e7d4071240b36822c75a8550bf0f (patch)
tree8877bd9574f81664f12c22ed62b5dc2f730d2864 /ChangeLog
parentfd77fc4d19f8fe25dcd1e2a7f8b1f950b2b89c25 (diff)
downloadlibgpod-4d061c1b6191e7d4071240b36822c75a8550bf0f.tar.gz
libgpod-4d061c1b6191e7d4071240b36822c75a8550bf0f.tar.xz
libgpod-4d061c1b6191e7d4071240b36822c75a8550bf0f.zip
2005-11-02 Christophe Fergeau <teuf@gnome.org>
* configure.ac: * src/db-artwork-writer.c: (ipod_buffer_grow_mapping), (ipod_buffer_maybe_grow): added fallback code for systems not having mremap (pretty much all non-linux systems actually) git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1136 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3b1790..9503146 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-11-02 Christophe Fergeau <teuf@gnome.org>
+ * configure.ac:
+ * src/db-artwork-writer.c: (ipod_buffer_grow_mapping),
+ (ipod_buffer_maybe_grow): added fallback code for systems not having
+ mremap (pretty much all non-linux systems actually)
+
+2005-11-02 Christophe Fergeau <teuf@gnome.org>
+
* src/db-artwork-writer.c: (ipod_buffer_destroy):
* src/itdb_track.c: (itdb_track_set_defaults): applied patch from
Uwe Hermann <uwe@hermann-uwe.de> to add video support to libgpod,