X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=debian%2Fchangelog;h=be656115b8f9f8b73d9fb0b365d80e32ef225f4d;hp=858a65b372d9c34fdc8583c4b4dd17d8caeaa8b8;hb=7a2e1f05adad990a6b161865267abf07ffec7a7e;hpb=a67c16958df8e60b131b01e00fd5bca590af0e7d diff --git a/debian/changelog b/debian/changelog index 858a65b3..be656115 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,306 @@ +altos (1.1.1-1) unstable; urgency=low + * new upstream bug-fix release + - fix flight data deletion problem affecting TeleMetrum v1.0 boards only + - fix broken Google Earth export from on-board flight data (.eeprom) files + - fix units displayed on "Landed" tab in UI to honor imperial units flag + - display both range to the rocket and ground distance in "Descent" tab + - fix bug in sensor data display for TeleMini in "Monitor Idle" mode + + -- Bdale Garbee Sun, 16 Sep 2012 14:07:23 -0600 + +altos (1.1-1) unstable; urgency=low + + * new upstream minor release, which provides a few new features in AltosUI + and the AltOS firmware, and fixes bugs + - Add apogee-lockout value. Overrides the apogee detection logic to + prevent incorrect apogee charge firing. A configuration menu + provides a list of reasonable values, or the value can be set by hand. + - Fix a bug where the data reported in telemetry packets was from + 320ms ago. + - Force the radio frequency to 434.550MHz when the debug clock + pin is connected to ground at boot time. This provides a way + to talk to a TeleMini which is configured to some unknown frequency. + - Provide RSSI values for Monitor Idle mode. This makes it easy to check + radio range without needing to go to flight mode. + - Fix a bug which caused the old received telemetry packets to + be retransmitted over the USB link when the radio was turned + off and back on. + - Fix a bug that caused GPS ready to happen too quickly. The + software was using every telemetry packet to signal new GPS + data, which caused GPS ready to be signalled after 10 packets + instead of 10 GPS updates. + - Fix Google Earth data export to work with recent versions. The + google earth file loading code got a lot pickier, requiring + some minor white space changes in the export code. + - Make the look-n-feel configurable, providing a choice from + the available options. + - Add an 'Age' element to mark how long since a telemetry packet + has been received. Useful to quickly gauge whether + communications with the rocket are still active. + - Add 'Configure Ground Station' dialog to set the radio + frequency used by a particular TeleDongle without having to go + through the flight monitor UI. + - Re-compute time spent in each state for the flight graph; this + figures out the actual boost and landing times instead of + using the conservative values provide by the flight + electronics. This improves the accuracy of the boost + acceleration and main descent rate computations. + - Make AltosUI run on Mac OS Lion. The default Java heap space + was dramatically reduced for this release causing much of the + UI to fail randomly. This most often affected the satellite + mapping download and displays. + - Change how data are displayed in the 'table' tab of the flight + monitoring window. This eliminates entries duplicated from the + header and adds both current altitude and pad altitude, which + are useful in 'Monitor Idle' mode. + - Add Imperial units mode to present data in feet instead of + * update build-deps to use cc1111 intead of sdcc, closes: #676739 + * update build-deps to use default-jdk, closes: #655580 + + -- Bdale Garbee Thu, 13 Sep 2012 14:46:50 -0600 + +altos (1.0.3) unstable; urgency=low + + [ Bdale Garbee ] + * lose the bluetooth lib dependency until it's relevant + * don't try to include bluetooth headers + * don't try to link bluetooth lib + * mention release notes in Releasing file prep stage + * more notes on release notes in Releasing + * releasing 1.0.3 + + [ Keith Packard ] + * altos: Create TeleMetrum v1.2 directory + * Add 1.0.3 release notes. + + -- Bdale Garbee Sun, 25 Dec 2011 19:08:56 -0700 + +altos (1.0.2) unstable; urgency=low + + [ Bdale Garbee ] + * update release process docs + * update changelogs for Debian build + * include 1.0.1 release notes in docs, closes: #642705 + * add run-time dependency on libjfreechart-java + + [ Keith Packard ] + * altos: Delay reboot by a second to avoid re-entering idle mode + * Bump to version 1.0.2 + * altos: TM: Don't turn on packet slave mode until idle/invalid state + * doc: Add 1.0.2 release notes + + -- Bdale Garbee Wed, 28 Sep 2011 01:58:27 -0600 + +altos (1.0.1) unstable; urgency=low + + [ Bdale Garbee ] + * use multimaint-merge to make Debian changelogs less ugly + * update TeleMini turnon script now that we've made a stable firmware release + * moving git-buildpackage config into .git/ since it is fairly specific to + Bdale's build environment, and doesn't need to be in the source package + * get ready for a 1.0.1 release + * update changelogs for Debian build + * fix telemini firmware path name + * ignore generated log file + * roll release notes version from 1.0 to 1.0.1 + * roll back packaging changelog for rebuild + + [ Keith Packard ] + * altos: Clear callsign on initial config load + + -- Bdale Garbee Fri, 26 Aug 2011 10:39:29 -0600 + +altos (1.0) unstable; urgency=low + + [ Keith Packard ] + * altos: Lost change that reported flight 0 when log memory was full + * altosui: Ancient log files used 'apogee' for 'coast' state + * altosui: Add 'On-board Data Logging' indicator to pad tab + + [ Bdale Garbee ] + * update changelogs for Debian build + * update changelogs for Debian build + + [ Keith Packard ] + * altosui: remove debug printf in pad pane + * altosui: Disable 'max flight log' config when there are stored flights + * altos: Merge common config code in ao_config.c + * Bump version to 0.9.7 + * altos/altosui: Add ability to disable telemetry/rdf completely + * altosui: Clean up command line processing. Add --graph + * altos-fat/windows: Check and install Java 1.6 as needed + * altosui/windows: Fix a bunch of windows compiler warnings. + * altosui: Attempt to make both 32- and 64-bit windows DLLs + * doc: Add note about telemetry disable mode to 1.0 release notes + * doc: Add Installation Recommendations chapter + * altosui: Add a few simple unit conversions + * altosui: Capture date/time/serial/flight in AltosFlightStats + * altosui: Add date/time/serial/flight to flight stats tab + * altosui: Show filename in AltosGraph window + * altosui: Add --summary option to dump flight stats to stdout + * altosui: Make monitor-idle display correct 'On-board data logging' status + * altosui: Can't configure flight log max on TeleMini + * altosui: fix 'magic' string to signal end of config data + * altosui: Only 'show' config dialog once + * altosui: Reset all config data on 'reset' command + * altosui: Update mac os X library + * libaltos: fix Mac OS X function signatures + * altosui: add tool-tips to the button box. + + [ Bdale Garbee ] + * turn off auto-tagging during Debian build + * update changelogs for Debian build + * rewind changelog to 0.9.6.0 for rebuild + * update changelogs for Debian build + + [ Keith Packard ] + * altosui: Use system look&feel + * Remove stale tools (ao-dumplog, ao-postflight, ao-view) + * altosui: Add tool-tips to config dialogs + * altosui: Try to get dialogs to look a little better + + [ Bdale Garbee ] + * another test round + * roll changelog back in prep for another test build + * update changelogs for Debian build + * add pkg-config to the build deps + * prepare for another rebuild + * update changelogs for Debian build + + [ Keith Packard ] + * altosui: Don't trust companion telemetry record 'channels' count + * altosui: Make flight monitor font size configurable + * altos/windows: Get latest JRE 1.6 version (Version 6 update 27) + + [ Bdale Garbee ] + * doc tweaks through chap 3 + + [ Keith Packard ] + * doc: Spelling corrections in altusmetrum.xsl + * doc: Document pad-mode 'on-board data logging' indicator + + [ Bdale Garbee ] + * more doc tweaking + + [ Keith Packard ] + * doc: Describe packet command mode a bit better. + * doc: Move Packet Command Mode section to System Operations chapter + + [ Bdale Garbee ] + * more doc tweaks + * more tweaks + + [ Keith Packard ] + * doc: use 'radio link' to refer to packet command mode + + [ Bdale Garbee ] + * more tweaking + + [ Keith Packard ] + * doc: Move updating device firmware section to separate chapter + * doc: Updating Firmware is now a separate chapter + + [ Bdale Garbee ] + * more changes + + [ Keith Packard ] + * doc: Move the remaining command-mode descriptions to the appendix + + [ Bdale Garbee ] + * tweak tweak tweak + + [ Keith Packard ] + * doc: Describe max flight log, ignite mode and pad orientation + * doc: Remove duplicate documentation about max flight log + + [ Bdale Garbee ] + * more tweaks + * prepare to release + * don't deliver sources.list fragment in official Debian packages + * changes in preparation for upload to Debian + * ao-view is no longer included in the altos package, so have the + old-style Debian menu entry point to altosui instead + * rewind packaging changelog to last tagged version + * update desktop file for consistency with package section + * we need a main category in the desktop file + * really, I mean it, no longer deliver the sources.list fragment + * add a postinst to remove sources.list.d fragment delivered by old + private versions of this package, no longer needed once we have + official packages + + -- Bdale Garbee Thu, 25 Aug 2011 02:22:21 -0600 + +altos (0.9.6.0) unstable; urgency=low + + [ Keith Packard ] + * altos: Correct flight log max on Tm to 5k + * altosui: Change button to 'Configure Altimeter' + * altos: Remove pad_orientation functions from non-accel devices + * altos: Add ability to set arbitrary radio frequency + * altosui: Add dialogs to configure 'common' frequencies + * altosui: Convert from channels to frequencies + * Set version to 0.9.5.0 + * altosui: altimeter is not spelled altimter + * altosui: Pull out BlueTooth support + * altos: minor type in comment about accel correction + * altosui: Must set radio calibration before radio setting + * altosui: A few misc cleanups. + * altosui: Have single radio_to_frequency function + * altosui: Save frequency after setting it in AltosFlightUI + * altosui: Show AltosFrequency in scan results + * altosui: Remove debugging printfs from AltosSerial + * altosui: Flush radio setting to serial device + * altosui: Remove unused AltosConfigData from AltosTelemetryReader + * altosui: Reading serial from swing thread only bad if remote + * altosui: Make set of telemetries to use while scanning configurable + * altosui: Add close button to 'fire' dialog + * altos: Switch telemini from v0.1 to v1.0 + * altosui: Don't export product defs from libaltos + * altosui: Ensure serial code tracks reply nesting correctly + * altosui: Ship TeleMini v1.0 firmware with fat blobs + * Altosui: Add flight statistics tab to graph window + * altosui: Add a 'Graph Flight' button to the 'landed' tab + * altosui: Prune telemetry file graphs to just the flight + * altosui: Plot reasonable data from Tm files + * altosui: Move launch-sites.txt file to altusmetrum.org + * Bump version to 0.9.6.0 + * doc: Update altusmetrum.xsl for v1.0 software and TeleMini + * doc: Document Ignite Mode and Pad Orientation configuration options + * doc: Describe 'stats' tab in Graph UI, 'Graph Flight' button. + * doc: Add telemetry docs to debian/linux/mac/windows packages + * doc: Add release notes, include them in altusmetrum doc. Shuffle altusmetrum + * doc: Add 1.0 release notes. + * altos: Pull igniter pins low as soon as possible at boot time + * altos: Apply igniter boot pulse-width reduction to telemini + * altos: remove monitor disable stubs from altimeter code + * ao-tools: ao-list was crashing with more than 3 devices connected + * libaltos: Mis-allocated device list in libaltos + * altos: shrink text space from ao_config.c + * altos: re-write a bit of GPS parsing code to reduce size + * altos/altosui: Report log format in the version command + * altos: Don't try to use non-basestations for remote eeprom download + * altos: Add SPI-based companion board support + * altos: Put SPI in slower mode when talking to companion board + * altos: Make sure companion task exits cleanly when done + * altos: add the 'L' command to show the status of a linked companion board + * altos: Check for companion init packet validity was busted + * altosui: Add companion support to the flight UI and CSV conversion + * altos: Send SPI message at flight state changes + * altos: Send serial/flight to companion board + * altos: wait 10s for companion to boot + * altosui: Clean up eeprom parsing a bit + * altosui: Add support for TeleScience eeprom download + * altosui: Devices with log-format can also delete flights + * altosui: Eliminate inter-chunk flush_input calls + * altos: AltosSerial.flush_input shouldn't discard Interrupted exceptions + * altos: Correct AO_CONFIG_MINOR from 6 to 7 + * altos: Reset radio channel to zero when using radio setting + * altos: use raw height while waiting for landing + * altosui: don't set channel when using radio setting + * altosui: Respect storage limits in flight log max config + + -- Bdale Garbee Fri, 19 Aug 2011 22:47:25 -0600 + altos (0.9.4.5) unstable; urgency=low [ Keith Packard ]