summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-11-02 19:11:29 +0000
committerteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-11-02 19:11:29 +0000
commitbf379312227b74623424fdaaa2deabcbd871e2ff (patch)
tree8877bd9574f81664f12c22ed62b5dc2f730d2864 /ChangeLog
parent59ffebdc51da55cda88478e497b106c52b0090ff (diff)
downloadlibgpod-bf379312227b74623424fdaaa2deabcbd871e2ff.tar.gz
libgpod-bf379312227b74623424fdaaa2deabcbd871e2ff.tar.xz
libgpod-bf379312227b74623424fdaaa2deabcbd871e2ff.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,