X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=6c4f1dd9000380204560784b4e44fbee51f27b52;hb=72735d9ff9fbcdf929d08227a0928e97e408ddff;hp=4e47c532212bb64568af57d77a4c660a95891737;hpb=acb279125c0fa377c8b1dbbb8634fba60f7f845b;p=fw%2Faltos diff --git a/ChangeLog b/ChangeLog index 4e47c532..6c4f1dd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,134 @@ +commit d16e60858427bf7dbe83a858728ebf097a09207a +Author: Bdale Garbee +Date: Sat Sep 13 11:29:19 2014 -0600 + + ignore cal_values file in bringup directory + +commit 40885ae5e6be66faf08cdb9b481d1d998856ca4b +Author: Bdale Garbee +Date: Sat Sep 13 11:28:19 2014 -0600 + + need multi-arch in fat build + +commit e969172a81e24f70c349b10f429e69817900c307 +Author: Keith Packard +Date: Thu Sep 11 19:56:13 2014 -0700 + + altos: Make sure we don't beep out continuity twice in idle mode + + If the battery voltage report takes longer than the initialiation + sequence, we could get to the state reporting after the state had + switched from startup to idle. This would result in continuity being + reported the first time through the loop. Then, as the state had + already changed, we'd pass through the while test and go back to + report continuity a second time. + + Fixed by using the state remembered before beeping out the voltage to + decide whether to report the continuity. + + Signed-off-by: Keith Packard + +commit 800f3377b1a374ad5cf826aa897efdcb08059040 +Author: Keith Packard +Date: Thu Sep 11 15:00:25 2014 -0700 + + altos: Fix ability to disable telemetry by setting interval to 0 + + For non-zero telemetry intervals, the radio code limits the value + based on the data rate. However, a zero interval means that telemetry + should be entirely disabled, so that value should be left alone when + checking. + + Signed-off-by: Keith Packard + +commit 793588e218102204e69755a16bc32ea5c67f29c7 +Author: Keith Packard +Date: Thu Sep 11 14:23:29 2014 -0700 + + telegps: Was mis-configuring the 'Configure Device' dialog + + Make sure we show 'rate_label' instead of showing 'radio_enable_label' + twice. + + Signed-off-by: Keith Packard + +commit 19730b872c61f34724b0f187f71cccb6a65251dd +Author: Keith Packard +Date: Thu Sep 11 14:14:07 2014 -0700 + + altoslib: Stop re-loading previous flight when starting telemetry monitoring + + This feature is necessary on AltosDroid because there's no other UI + for reloading an old flight. It's not useful on the desktop where you + really just want to see new telemetry; old telemetry is availbale + through the 'graph flight' or 'replay' mechanisms. + + AltosDroid uses a different class for reading telemetry data, so we + can just remove this feature from altoslib at this point. + + Signed-off-by: Keith Packard + +commit 10e31d84ee5cdf10248988079df91354ae6ed612 +Author: Bdale Garbee +Date: Wed Sep 10 01:33:33 2014 -0600 + + update changelog for release + +commit 05e4094411f861bf29bea2e9c39c1b66f8f267f8 +Merge: acb2791 2ee937b +Author: Bdale Garbee +Date: Wed Sep 10 01:32:27 2014 -0600 + + Merge branch 'master' into branch-1.5 + +commit 2ee937b603b181bb24768eb4d0e2f918a5377fd3 +Author: Bdale Garbee +Date: Wed Sep 10 01:29:56 2014 -0600 + + use dh_installmime, which requires telling configure to stay out of the way + +commit 22e68da2cb3b0b42708876f1dde52dbfd0ce4bf7 +Author: Bdale Garbee +Date: Wed Sep 10 00:26:10 2014 -0600 + + another build dep + +commit 615b69b19557a9683eeb0475b30a053a35ca51ac +Merge: a72b768 0365493 +Author: Bdale Garbee +Date: Wed Sep 10 01:30:37 2014 -0600 + + Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos + +commit 036549343416183f973d00a86d897d4a368c1d6f +Author: Keith Packard +Date: Wed Sep 10 00:03:53 2014 -0700 + + configure: Add --disable-install-shared-mime-info option + + This inhibits the installation of the shared mime info data file and + updating of the shared mime database. Necessary if you want to use a + distribution-specific shared mime installation hook, like dh_installmime + + Signed-off-by: Keith Packard + +commit 1992a1e3046a5414ce8d394e1cd8e5e6f6338d29 +Author: Keith Packard +Date: Tue Sep 9 23:43:10 2014 -0700 + + .desktop: Use %F instead of %f in .desktop files + + %F is a list of files, %f is a single file. All of our tools can + handle lists of files, so make the .desktop file reflect that. + + Signed-off-by: Keith Packard + +commit acb279125c0fa377c8b1dbbb8634fba60f7f845b +Author: Bdale Garbee +Date: Wed Sep 10 00:05:07 2014 -0600 + + update ChangeLog + commit 5de00e9e39cff2d3b409c2ce99caa994f0a36202 Merge: b3fba98 a72b768 Author: Bdale Garbee