summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b768a9..16fb9d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2005-11-04 Christophe Fergeau <teuf@gnome.org>
+ * src/ipod-device.c: (ipod_device_new):
+ * src/ipod-device.h:
+ * src/itdb.h:
+ * src/itdb_itunesdb.c: (itdb_free), (itdb_parse),
+ (itdb_shuffle_write), (itdb_set_mountpoint): added an IpodDevice
+ element to Itdb_iTunesDB. This makes it possible for libgpod to know
+ the type (regular/nano/mini/video/...) of the iPod it's currently
+ dealing with (which is necessary for proper cover art support for
+ example)
+
+2005-11-04 Christophe Fergeau <teuf@gnome.org>
+
* src/Makefile.am: db-itunes-parser.h was missing from the source file
list, this made "make dist" generate uncompilable tarballs