X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=f292782ef73dc666497de813840f4a78044b93e9;hb=211c104d0e0fc4b9cfdbb29861cc9524e8a7500c;hp=b9788b5821fb7235a1e738179a196fb3347745a4;hpb=635066cd35fb24cacf8400a477ea4b4e3dd2c39c;p=fw%2Faltos diff --git a/debian/changelog b/debian/changelog index b9788b58..f292782e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,60 @@ -altos (0.7.1+30+g4396aaa) unstable; urgency=low +altos (0.7.1+72+g594e805) 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 + + -- Bdale Garbee Fri, 19 Nov 2010 23:51:33 -0700 + +altos (0.7.1+32+g8103432) unstable; urgency=low * add build-dep on libcsv-java