X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=debian%2Fchangelog;h=b44250706a735252d495c187ab5ba5706eb751be;hp=cf13a14b838fc992a21eb15427cc328add14dbea;hb=7c94945690a6ff5cbf872026fd6411a30089c7b1;hpb=3bcf14f12f6681888c3162d0f33ef2d454eb75dd diff --git a/debian/changelog b/debian/changelog index cf13a14b..b4425070 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,153 @@ +altos (0.9.1) unstable; urgency=low + + [ Keith Packard ] + * ao-load: fix usage message to note that '=' is required for options + * altos/test: Add dependencies in the Makefile for ao_flight_test + * altos/test: auto-configure acceleration parameters from the log file + + [ Anthony Towns ] + * ao_radio: generalise setup of packet size + * src/ao_gps_skytraq: simplify parsing code + * src/ao_gps_skytraq.c: Update logging rate to 10Hz + + [ Bdale Garbee ] + * tie bringup scripts to Bdale's bench TeleDongle + + -- Bdale Garbee Fri, 01 Apr 2011 20:02:12 -0600 + +altos (0.9) unstable; urgency=low + + [ Bdale Garbee ] + * prepare to release + * update changelogs for Debian build + * update turnon script to prefer TeleDongle as programmer + + [ Keith Packard ] + * altos: Program default flight log max value for new boards + + -- Bdale Garbee Wed, 19 Jan 2011 12:46:47 -0700 + +altos (0.8.1+81+g4ae724f) unstable; urgency=low + + * we need an install target to prevent parent dir make from failing + + -- Bdale Garbee Tue, 18 Jan 2011 23:55:36 -0700 + +altos (0.8.1+79+g9a5666f) unstable; urgency=low + + [ Keith Packard ] + * doc: Don't delete telemetrum-outline.pdf + * doc: Add v0.9 features from altosui to documentation. + + [ Bdale Garbee ] + * add 0.9 revision entry, with caveat about telemetry format change + * freshen copyright year + + [ Keith Packard ] + * fat: Add firmware for v1.1 and docs to mac/windows/linux installers + * fat: Add docs to Linux package + * doc: Build with 'make all' from top level. Build with 'make fat' + + -- Bdale Garbee Tue, 18 Jan 2011 23:47:52 -0700 + +altos (0.8.1+71+gda42f40) unstable; urgency=low + + [ Keith Packard ] + * doc: Add telemetrum mounting template in svg and pdf forms + + [ Mike Beattie ] + * Re-order and re-arrange eeprom download dialog + * Convert EepromSelect dialog to use a GridBag + * Close serial port if Download/Delete dialog is cancelled. + + [ Keith Packard ] + * altosui: Reset eeprom download instance variables before reading + flight + * altosui: Make serial debug more complete and accurate + * altosui: Use long input flush timeout when remote. + * altosui: Remove debug message when eeprom downloads are complete. + * altosui: Ensure serial device is closed after eeprom download + finishes + * altosui: Require 4 sats to light up the 'GPS locked' light. + * doc: inkscape tracks the filename inside the document + * altos: TELEMETRY PROTOCOL CHANGE. Switch to 16-bit serial numbers. + * altos: Flush log when full + + [ Anthony Towns ] + * altos: Restructure skytraq NMEA parsing code to save some space + + [ Keith Packard ] + * altos: average 512 accel/baro samples at startup instead of 1000 + + [ Mike Beattie ] + * altos: Added check for an accel value above 1.5g + * altos: Added check for out of bounds accel + + [ Keith Packard ] + * altos: Add DATA_TO_XDATA to linux test harness + * altosui: Remove spurious colons from eeprom selection headers + + [ Mike Beattie ] + * Rework invalid accel cal detection code + + [ Keith Packard ] + * altos: Auto-calibrate linux-based flight testing code + * altos: Ensure flight code gets first crack at new ADC data + * altos: Sample the accelerometer reference voltage on v1.1 boards + * altos: Optimize fetching of ADC data in flight code + * altos: Use 5V reference data to correct accelerometer measurements. + * doc: Remove mention of ao_wake_task + + [ Bdale Garbee ] + * update documentation to reflect reality that modifying a board for + separate pyro battery is not trivial + + -- Bdale Garbee Tue, 18 Jan 2011 17:26:33 -0700 + +altos (0.8.1+42+g646e192) unstable; urgency=low + + [ Keith Packard ] + * altosui: Show dialog after successful delete or when no flights + * altosui: Ensure serial line is flushed after disabling remote link + * altosui: Add preference for serial debugging. + + -- Bdale Garbee Fri, 14 Jan 2011 18:00:51 -0700 + +altos (0.8.1+37+g97b1ca9) unstable; urgency=low + + [ Keith Packard ] + * altos: Add configuration parameter for maximum flight log size + * altos: support storage of multiple flights. + * altos: Speed up at45 and 25lc erase speeds + * altos: white space fix + * altos: report flight log offsets in hex block numbers instead of + bytes + * altos: ensure erase mark is written when erasing flights + + [ Anthony Towns ] + * altos: Optimize Morse code generation + + [ Keith Packard ] + * altos: Check requested log max size against available space + * altos: Check for full log and complain + * altosui: Add configuration of flight log size + + [ Anthony Towns ] + * altos: Remove unused accel_vel_mach and accel_vel_boost variables + * altos: Remove redundant initialization of ao_interval variables + + [ Keith Packard ] + * altosui: Split eeprom download code apart + * altos: oops -- 'e' command was only showing 7 of the 8 bytes per + line + * altosui: Add support for parsing list of flights from the 'l' + command + * altosui: Add eeprom 'manage' ui to download and delete multiple + flights + * altos: check for valid flight number in ao_log_delete + + -- Bdale Garbee Fri, 14 Jan 2011 14:30:37 -0700 + altos (0.8.1+18+g408a3e0) unstable; urgency=low [ Anthony Towns ]