diff options
author | Bdale Garbee <bdale@gag.com> | 2010-09-10 00:09:25 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2010-09-10 00:09:25 -0600 |
commit | 10310672a83a66dc630718b151d653fc066f8e59 (patch) | |
tree | efb76974faaa85002bbd250516be682c891bd147 /ChangeLog | |
parent | 9d0e89e8ad8926dc8371fa809835a580ae49711d (diff) |
update changelogs for Debian builddebian/0.7.1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 44 |
1 files changed, 44 insertions, 0 deletions
@@ -1,3 +1,47 @@ +commit 9d0e89e8ad8926dc8371fa809835a580ae49711d +Author: Keith Packard <keithp@keithp.com> +Date: Thu Sep 9 23:04:59 2010 -0700 + + altosui: Stop parsing eeprom file after hitting 'landed' state + + Sometimes there are additional records found in the eeprom file; the + reader is mostly worried about not losing anything, so it reads as + much as it can. However, the last record written for any flight is the + 'landed' record, so we can stop looking at the file after hitting that. + + Signed-off-by: Keith Packard <keithp@keithp.com> + +commit 67b6952f7126704478ede5575e5e938d18fcc329 +Author: Keith Packard <keithp@keithp.com> +Date: Thu Sep 9 23:04:14 2010 -0700 + + altosui: Fill in time value of last Eeprom record read from file + + The last record is handled separately, and was missing the code to + compute the time. Sigh. + + Signed-off-by: Keith Packard <keithp@keithp.com> + +commit 8b0b584cd0ca7542e65aac0c7897ad7ab4115122 +Author: Keith Packard <keithp@keithp.com> +Date: Thu Sep 9 22:55:47 2010 -0700 + + altosui: Remove debug printfs from AltosTelemetryReader + + Signed-off-by: Keith Packard <keithp@keithp.com> + +commit a80bfae15f1499c49f7ef47978bf0337d8120892 +Author: Bdale Garbee <bdale@gag.com> +Date: Thu Sep 9 23:57:34 2010 -0600 + + rewind packaging changelog, again + +commit 78ce3120e5a53858ca0d43c734aa5d28b4948ce3 +Author: Bdale Garbee <bdale@gag.com> +Date: Thu Sep 9 23:52:20 2010 -0600 + + update changelogs for Debian build + commit 71c85613a28c24c3aad7b4aa3299d8677ef1268e Author: Bdale Garbee <bdale@gag.com> Date: Thu Sep 9 23:51:23 2010 -0600 |