summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2005-09-10 09:16:49 +0000
committerChristophe Fergeau <teuf@gnome.org>2005-09-10 09:16:49 +0000
commitfa74997b828edf90e7917e1daa7af7ad103666ea (patch)
treefddc3dd828a69ea5f1d34d2c55200b9b7c2b3278 /ChangeLog
parentacb9710adbe3597925f79be9c3b1619cf1c55236 (diff)
downloadlibgpod-fa74997b828edf90e7917e1daa7af7ad103666ea.tar.gz
libgpod-fa74997b828edf90e7917e1daa7af7ad103666ea.tar.xz
libgpod-fa74997b828edf90e7917e1daa7af7ad103666ea.zip
2005-09-10 Christophe Fergeau <teuf@gnome.org>
* configure.ac: * src/itdb_itunesdb.c: (get_mhod_type), (get_mhod), (get_mhod_string), (get_playlist), (get_mhit), (itdb_shuffle_write_file): * src/itdb_playlist.c: (itdb_spl_update_all): * tests/itdb_main.c: (main): fixed compilation warnings to be able to compile with -Werror git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1082 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 5f03b76..dda81f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2005-09-10 Christophe Fergeau <teuf@gnome.org>
+ * configure.ac:
+ * src/itdb_itunesdb.c: (get_mhod_type), (get_mhod),
+ (get_mhod_string), (get_playlist), (get_mhit),
+ (itdb_shuffle_write_file):
+ * src/itdb_playlist.c: (itdb_spl_update_all):
+ * tests/itdb_main.c: (main): fixed compilation warnings to be able
+ to compile with -Werror
+
+2005-09-10 Christophe Fergeau <teuf@gnome.org>
+
* README: added quick description of the library purpose
2005-09-10 Christophe Fergeau <teuf@gnome.org>