This commit is contained in:
Sean C. Rhea
2008-05-04 06:56:44 +00:00
parent f27ff27c3b
commit cd080aa48c

View File

@@ -20,11 +20,13 @@ as a runner.
<p>
Since then, a number of others have helped out in various ways.
Rob Carlsen helped get the serial port version of the PowerTap Pro working
with the Keyspan USB-to-serial adaptor. Scott Overfield helped figure out
with the Keyspan USB-to-serial adaptor. Rob also figured out how to build
universal binaries for Mac OS X. Scott Overfield helped figure out
that we should be using the <code>/dev/cu.*</code> devices instead of the
<code>/dev/tty.*</code> ones. Aldy Hernandez and Andrew Kruse helped get
things working under Linux, and Aldy has been averaging one patch a week or
more ever since. Dan Connelly helped find and fix several core dumps.
things working under Linux.
Dan Connelly helped find and fix several core dumps.
Justin Knotzke contributed code to import comma-separated value files
and visually mark intervals on the ride plot.
and visually mark intervals on the ride plot. J.T. Conklin added the ability
to import TCX files. J.T. also added a pedal force vs. pedal velocity chart.