X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=370d1ecfa7835f2b52ea1b430373ecc1ca9d8cc3;hb=refs%2Ftags%2Fdebian%2F0.7.1%2B76%2Bg9a99cab;hp=87de6dd8e1c086214dba390540a22df484e59572;hpb=7475ab5804bf3fb12b1b755e850af90d5a15d3eb;p=fw%2Faltos diff --git a/debian/changelog b/debian/changelog index 87de6dd8..370d1ecf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,70 @@ +altos (0.7.1+76+g9a99cab) unstable; urgency=low + + [ Bdale Garbee ] + * remove the csv build dep, as that code will be abandoned + + [ Keith Packard ] + * altosui: Remove ability to graph data in .csv files + * altosui: Separate out jfreechart and jcommon directories + * altosui: Split out flight monitoring to separate window + * altosui: Create buttons for main actions + * altosui: Fix channel setting at serial open time + * altosui: Fix more calls to AltosPreferences.channel() + * altosui: Create abstract interface for flight data display + * altosui: Add tab UI with 'pad' mode. + * altosui: Add ascent, descent and landed tabs + * altos: Use grey leds when unlit - easier to see + + [ Anthony Towns ] + * use value_font for values + * add --replay command line argument + * read preferences for --replay + * reduce font size for FlightInfoTable + * use grayled.png for off + * add compass bearing to voice output + * add compass bearing during descent + + [ Keith Packard ] + * altosui: Add RF calibration to TeleMetrum config dialog + * altosui: Eliminate unncessary import altosui lines + * altosui: Open serial device at 'new' time. Prohibit duplicate opens. + * altosui: Replace flight status table with labels, fix resize. + * altosui: With --replay option, exit when replay window is closed + * altosui: oops, missed a file in the previous commit + * altosui: eliminate menu bar, moving elements to buttons. + * altosui: add reboot button to telemetrum configuration UI + * altosui: Add callsign configuration in AltosUI configuration dialog + * altosui: Cleanup flight UI layout + * altosui: Add igniter status to ascent and descent tabs + * altosui: Add igniter ground testing code + * altosui: Unify datafile selection to AltosDataChooser + * altosui: Clean up global AltosUI configuration settings dialog + * doc: Add preliminary altosui documentation + * doc: git ignore generated doc files + * doc: Document the 'Flash Image' operation. + * altosui: Use timeouts to recover from broken packet links. + + [ Bdale Garbee ] + * update turnon scripts to use stashed copies of stable release + firmware + + [ Keith Packard ] + * altosui: switch channel selector to combo box. Shorten displayed + device names + * altosui: When switching log files, don't terminate log thread + * altosui: calling thread.interrupt with null thread doesn't work well + * altosui: Initialize display thread state in constructor instead of + run + * altosui: Fix channel changing in flight UI to actually work + + -- Bdale Garbee Sat, 20 Nov 2010 01:20:46 -0700 + +altos (0.7.1+32+g8103432) unstable; urgency=low + + * add build-dep on libcsv-java + + -- Bdale Garbee Wed, 06 Oct 2010 16:25:57 -0600 + altos (0.7.1+28+gd8a2f4c) unstable; urgency=low [ Bdale Garbee ]