summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-09-27 13:17:46 +0000
committerjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-09-27 13:17:46 +0000
commitb8d3868a89f285d52bfec46c6d51e285a11f58c1 (patch)
treedbd7fbdcf5cddc7993c50bf9677551696eb7adad /ChangeLog
parentf665434b3520e20af999c0e68b372bd11d69384e (diff)
downloadlibgpod-b8d3868a89f285d52bfec46c6d51e285a11f58c1.tar.gz
libgpod-b8d3868a89f285d52bfec46c6d51e285a11f58c1.tar.xz
libgpod-b8d3868a89f285d52bfec46c6d51e285a11f58c1.zip
* itdb.h, itdb_itunesdb.c, itdb_private.h: moved next_id from
Itdb_iTunesDB to FExport. * bindings/phython/examples/tag-genrr-from-audioscrobber.py: added (thanks to Nicholas Piper) git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1104 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 8d7e3a6..479d000 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-09-27 Jorg Schuler <jcsjcs at users.sourceforge.net>
+
+ * itdb.h, itdb_itunesdb.c, itdb_private.h: moved next_id from
+ Itdb_iTunesDB to FExport.
+
+ * bindings/phython/examples/tag-genrr-from-audioscrobber.py: added
+ (thanks to Nicholas Piper)
+
2005-09-27 Christophe Fergeau <teuf@gnome.org>
* src/itdb_itunesdb.c: (write_mhsd_tracks), (write_playlist_mhips),
@@ -21,6 +29,8 @@
* itdb_playlist.c: set timestamp when creating playlist, set
timestamp when adding playlist and no timestamp was set.
+ * Release of version 0.1.6
+
2005-09-23 Jorg Schuler <jcsjcs at users.sourceforge.net>
* bindings/: added python bindings provided by Nicholas Piper