summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-09-27 18:22:24 +0000
committerteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-09-27 18:22:24 +0000
commit0da53714e6a9739fa83b7a750805ab7f2af36461 (patch)
treeb943480d6dca526634a454181e897ea51fdd7d5d /ChangeLog
parentbed9759fd3550a96409f905ea91fd13a51cb1ae7 (diff)
downloadlibgpod-0da53714e6a9739fa83b7a750805ab7f2af36461.tar.gz
libgpod-0da53714e6a9739fa83b7a750805ab7f2af36461.tar.xz
libgpod-0da53714e6a9739fa83b7a750805ab7f2af36461.zip
2007-09-27 Christophe Fergeau <teuf@gnome.org>
* configure.ac: build tool to generate the iPod SysInfoExtended file if sgutils is detected * Makefile.am: * tools/ * tools/Makefile.am: changes to optionally build the sgutils-based tool * tools/read-sysinfoextended-sgutils.c: (do_sg_inquiry), (read_sysinfo_extended), (main): new file, reads the SysInfoExtended file from the iPod using SCSI queries git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1703 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d3dc84..eab25d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,15 @@
-2007-09-27 Christophe,,, <teuf@atchoum>
+2007-09-27 Christophe Fergeau <teuf@gnome.org>
+
+ * configure.ac: build tool to generate the iPod SysInfoExtended file
+ if sgutils is detected
+ * Makefile.am:
+ * tools/
+ * tools/Makefile.am: changes to optionally build the sgutils-based tool
+ * tools/read-sysinfoextended-sgutils.c: (do_sg_inquiry),
+ (read_sysinfo_extended), (main): new file, reads the SysInfoExtended
+ file from the iPod using SCSI queries
+
+2007-09-27 Christophe Fergeau <teuf@gnome.org>
* src/itdb_itunesdb.c: (calculate_db_checksum),
(itdb_write_checksum):