diff options
| author | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2006-04-10 18:38:10 +0000 |
|---|---|---|
| committer | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2006-04-10 18:38:10 +0000 |
| commit | 47a44507874f28129346c10ee853a36d1b1653f6 (patch) | |
| tree | 5f3629829d382928a834449f1e374d4132195b10 /ChangeLog | |
| parent | 230f33c88374b42db9cec635db2683ef46ac7eb2 (diff) | |
| download | libgpod-47a44507874f28129346c10ee853a36d1b1653f6.tar.gz libgpod-47a44507874f28129346c10ee853a36d1b1653f6.tar.xz libgpod-47a44507874f28129346c10ee853a36d1b1653f6.zip | |
* tests/test-ls.c: new test program reading and displaying the iPod
content
* tests/test-rebuild-db.cc: new test program which looks for mp3 files
on the iPod in the Music dir and rebuild an iPod database from that
(it uses taglib to parse the tags, so it's conditionnally built
depending on taglib's availability)
* configure.ac:
* tests/Makefile.am: build system changes to accomodate the 2 new test
programs
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1245 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2006-04-10 Christophe Fergeau <teuf@gnome.org> + * tests/test-ls.c: new test program reading and displaying the iPod + content + * tests/test-rebuild-db.cc: new test program which looks for mp3 files + on the iPod in the Music dir and rebuild an iPod database from that + (it uses taglib to parse the tags, so it's conditionnally built + depending on taglib's availability) + * configure.ac: + * tests/Makefile.am: build system changes to accomodate the 2 new test + programs + +2006-04-10 Christophe Fergeau <teuf@gnome.org> + * src/itdb_device.h: removed dead code * src/itdb_playlist.c: make spl_update2 static, kill spl_update |
