--- ipod-sharp-0.6.3/ChangeLog 2007-04-01 01:05:07.000000000 -0400 +++ ipod-sharp-0.6.4/ChangeLog 2007-06-19 12:23:04.000000000 -0400 @@ -1,3 +1,31 @@ +2007-06-19 James Willcox + + * configure.ac: bump to 0.6.4 + +2007-06-19 James Willcox + + * src/Device.cs: s/public/private/ for some methods which were + accidentally marked public (LoadTrackDatabase, etc) + +2007-06-16 Brad Taylor + + * src/Device.cs: + * src/SportKitManager.cs: Implement support for iPod Sport devices. + + * tools/PodTool.cs: Add a flag (--dump-sportkits) to print out the + workouts of each sport kit stored on the selected iPod for debugging + purposes. + +2007-06-15 James Willcox + + * src/TrackDatabase.cs: make track add/remove/lookup operations much + faster. Patch from Justin Cherniak + +2007-04-20 James Willcox + + * src/TrackDatabase.cs: add yet another detail type found in + album list. + 2007-04-04 Aaron Bockover 0.6.3 Released