1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
25 Mar 2009 Dave Bailey <dave at daveb dot net>
0.10 - Update library name to libgarmintools instead of libgarmin.
04 Jul 2008 Dave Bailey <dave at daveb dot net>
0.09 - Fixed botched patch.
04 Jul 2008 Dave Bailey <dave at daveb dot net>
0.08 - Added garmin_gchart (from Matt Farmer). Added garmin_gpx
(from Chris AtLee). Changed a few structs for compatibility
with C++ compilers.
02 Apr 2008 Dave Bailey <dave at daveb dot net>
0.07 - Fix missing man pages in dist build.
01 Apr 2008 Dave Bailey <dave at daveb dot net>
0.06 - Added man pages (thanks to Ralf Treinen). Added copyright
notices. Changes to support compilation with a C++ compiler.
Python updates.
27 Jul 2007 Dave Bailey <dave at daveb dot net>
0.05 - Added support for the D1015 lap data type.
21 Jul 2007 Dave Bailey <dave at daveb dot net>
0.04 - Changed garmin_init to accept the "verbose" setting.
21 Jul 2007 Dave Bailey <dave at daveb dot net>
0.03 - Added a -v option to garmin_save_runs and garmin_get_info
for verbose output and debugging.
- Added a "verbose" field to struct garmin_unit.
20 Jul 2007 Dave Bailey <dave at daveb dot net>
0.02 - Added more error output and improved garmin_dump output.
30 Dec 2006 Dave Bailey <dave at daveb dot net>
0.01 - Initial version
|