Merge branch 'new-debian' into debian
[fw/altos] / debian / changelog
1 altos (1.1-1) unstable; urgency=low
2
3   * new upstream minor release, which provides a few new features in AltosUI
4     and the AltOS firmware, and fixes bugs
5     - Add apogee-lockout value. Overrides the apogee detection logic to
6       prevent incorrect apogee charge firing.  A configuration menu 
7       provides a list of reasonable values, or the value can be set by hand.
8     - Fix a bug where the data reported in telemetry packets was from 
9       320ms ago.
10     - Force the radio frequency to 434.550MHz when the debug clock
11       pin is connected to ground at boot time. This provides a way
12       to talk to a TeleMini which is configured to some unknown frequency.
13     - Provide RSSI values for Monitor Idle mode. This makes it easy to check 
14       radio range without needing to go to flight mode.
15     - Fix a bug which caused the old received telemetry packets to
16       be retransmitted over the USB link when the radio was turned
17       off and back on.
18     - Fix a bug that caused GPS ready to happen too quickly. The
19       software was using every telemetry packet to signal new GPS
20       data, which caused GPS ready to be signalled after 10 packets
21       instead of 10 GPS updates.
22     - Fix Google Earth data export to work with recent versions. The
23       google earth file loading code got a lot pickier, requiring
24       some minor white space changes in the export code.
25     - Make the look-n-feel configurable, providing a choice from
26       the available options.
27     - Add an 'Age' element to mark how long since a telemetry packet
28       has been received. Useful to quickly gauge whether
29       communications with the rocket are still active.
30     - Add 'Configure Ground Station' dialog to set the radio
31       frequency used by a particular TeleDongle without having to go
32       through the flight monitor UI.
33     - Re-compute time spent in each state for the flight graph; this
34       figures out the actual boost and landing times instead of
35       using the conservative values provide by the flight
36       electronics. This improves the accuracy of the boost
37       acceleration and main descent rate computations.
38     - Make AltosUI run on Mac OS Lion. The default Java heap space
39       was dramatically reduced for this release causing much of the
40       UI to fail randomly. This most often affected the satellite
41       mapping download and displays.
42     - Change how data are displayed in the 'table' tab of the flight
43       monitoring window. This eliminates entries duplicated from the
44       header and adds both current altitude and pad altitude, which
45       are useful in 'Monitor Idle' mode.
46     - Add Imperial units mode to present data in feet instead of
47   * update build-deps to use cc1111 intead of sdcc, closes: #676739
48
49  -- Bdale Garbee <bdale@gag.com>  Tue, 11 Sep 2012 18:20:32 -0600
50
51 altos (1.0.3) unstable; urgency=low
52
53   [ Bdale Garbee ]
54   * lose the bluetooth lib dependency until it's relevant
55   * don't try to include bluetooth headers
56   * don't try to link bluetooth lib
57   * mention release notes in Releasing file prep stage
58   * more notes on release notes in Releasing
59   * releasing 1.0.3
60
61   [ Keith Packard ]
62   * altos: Create TeleMetrum v1.2 directory
63   * Add 1.0.3 release notes.
64
65  -- Bdale Garbee <bdale@gag.com>  Sun, 25 Dec 2011 19:08:56 -0700
66
67 altos (1.0.2) unstable; urgency=low
68
69   [ Bdale Garbee ]
70   * update release process docs
71   * update changelogs for Debian build
72   * include 1.0.1 release notes in docs, closes: #642705
73   * add run-time dependency on libjfreechart-java
74
75   [ Keith Packard ]
76   * altos: Delay reboot by a second to avoid re-entering idle mode
77   * Bump to version 1.0.2
78   * altos: TM: Don't turn on packet slave mode until idle/invalid state
79   * doc: Add 1.0.2 release notes
80
81  -- Bdale Garbee <bdale@gag.com>  Wed, 28 Sep 2011 01:58:27 -0600
82
83 altos (1.0.1) unstable; urgency=low
84
85   [ Bdale Garbee ]
86   * use multimaint-merge to make Debian changelogs less ugly
87   * update TeleMini turnon script now that we've made a stable firmware release
88   * moving git-buildpackage config into .git/ since it is fairly specific to 
89     Bdale's build environment, and doesn't need to be in the source package
90   * get ready for a 1.0.1 release
91   * update changelogs for Debian build
92   * fix telemini firmware path name
93   * ignore generated log file
94   * roll release notes version from 1.0 to 1.0.1
95   * roll back packaging changelog for rebuild
96
97   [ Keith Packard ]
98   * altos: Clear callsign on initial config load
99
100  -- Bdale Garbee <bdale@gag.com>  Fri, 26 Aug 2011 10:39:29 -0600
101
102 altos (1.0) unstable; urgency=low
103
104   [ Keith Packard ]
105   * altos: Lost change that reported flight 0 when log memory was full
106   * altosui: Ancient log files used 'apogee' for 'coast' state
107   * altosui: Add 'On-board Data Logging' indicator to pad tab
108
109   [ Bdale Garbee ]
110   * update changelogs for Debian build
111   * update changelogs for Debian build
112
113   [ Keith Packard ]
114   * altosui: remove debug printf in pad pane
115   * altosui: Disable 'max flight log' config when there are stored flights
116   * altos: Merge common config code in ao_config.c
117   * Bump version to 0.9.7
118   * altos/altosui: Add ability to disable telemetry/rdf completely
119   * altosui: Clean up command line processing. Add --graph
120   * altos-fat/windows: Check and install Java 1.6 as needed
121   * altosui/windows: Fix a bunch of windows compiler warnings.
122   * altosui: Attempt to make both 32- and 64-bit windows DLLs
123   * doc: Add note about telemetry disable mode to 1.0 release notes
124   * doc: Add Installation Recommendations chapter
125   * altosui: Add a few simple unit conversions
126   * altosui: Capture date/time/serial/flight in AltosFlightStats
127   * altosui: Add date/time/serial/flight to flight stats tab
128   * altosui: Show filename in AltosGraph window
129   * altosui: Add --summary option to dump flight stats to stdout
130   * altosui: Make monitor-idle display correct 'On-board data logging' status
131   * altosui: Can't configure flight log max on TeleMini
132   * altosui: fix 'magic' string to signal end of config data
133   * altosui: Only 'show' config dialog once
134   * altosui: Reset all config data on 'reset' command
135   * altosui: Update mac os X library
136   * libaltos: fix Mac OS X function signatures
137   * altosui: add tool-tips to the button box.
138
139   [ Bdale Garbee ]
140   * turn off auto-tagging during Debian build
141   * update changelogs for Debian build
142   * rewind changelog to 0.9.6.0 for rebuild
143   * update changelogs for Debian build
144
145   [ Keith Packard ]
146   * altosui: Use system look&feel
147   * Remove stale tools (ao-dumplog, ao-postflight, ao-view)
148   * altosui: Add tool-tips to config dialogs
149   * altosui: Try to get dialogs to look a little better
150
151   [ Bdale Garbee ]
152   * another test round
153   * roll changelog back in prep for another test build
154   * update changelogs for Debian build
155   * add pkg-config to the build deps
156   * prepare for another rebuild
157   * update changelogs for Debian build
158
159   [ Keith Packard ]
160   * altosui: Don't trust companion telemetry record 'channels' count
161   * altosui: Make flight monitor font size configurable
162   * altos/windows: Get latest JRE 1.6 version (Version 6 update 27)
163
164   [ Bdale Garbee ]
165   * doc tweaks through chap 3
166
167   [ Keith Packard ]
168   * doc: Spelling corrections in altusmetrum.xsl
169   * doc: Document pad-mode 'on-board data logging' indicator
170
171   [ Bdale Garbee ]
172   * more doc tweaking
173
174   [ Keith Packard ]
175   * doc: Describe packet command mode a bit better.
176   * doc: Move Packet Command Mode section to System Operations chapter
177
178   [ Bdale Garbee ]
179   * more doc tweaks
180   * more tweaks
181
182   [ Keith Packard ]
183   * doc: use 'radio link' to refer to packet command mode
184
185   [ Bdale Garbee ]
186   * more tweaking
187
188   [ Keith Packard ]
189   * doc: Move updating device firmware section to separate chapter
190   * doc: Updating Firmware is now a separate chapter
191
192   [ Bdale Garbee ]
193   * more changes
194
195   [ Keith Packard ]
196   * doc: Move the remaining command-mode descriptions to the appendix
197
198   [ Bdale Garbee ]
199   * tweak tweak tweak
200
201   [ Keith Packard ]
202   * doc: Describe max flight log, ignite mode and pad orientation
203   * doc: Remove duplicate documentation about max flight log
204
205   [ Bdale Garbee ]
206   * more tweaks
207   * prepare to release
208   * don't deliver sources.list fragment in official Debian packages
209   * changes in preparation for upload to Debian
210   * ao-view is no longer included in the altos package, so have the 
211     old-style Debian menu entry point to altosui instead
212   * rewind packaging changelog to last tagged version
213   * update desktop file for consistency with package section
214   * we need a main category in the desktop file
215   * really, I mean it, no longer deliver the sources.list fragment
216   * add a postinst to remove sources.list.d fragment delivered by old 
217     private versions of this package, no longer needed once we have 
218     official packages
219
220  -- Bdale Garbee <bdale@gag.com>  Thu, 25 Aug 2011 02:22:21 -0600
221
222 altos (0.9.6.0) unstable; urgency=low
223
224   [ Keith Packard ]
225   * altos: Correct flight log max on Tm to 5k
226   * altosui: Change button to 'Configure Altimeter'
227   * altos: Remove pad_orientation functions from non-accel devices
228   * altos: Add ability to set arbitrary radio frequency
229   * altosui: Add dialogs to configure 'common' frequencies
230   * altosui: Convert from channels to frequencies
231   * Set version to 0.9.5.0
232   * altosui: altimeter is not spelled altimter
233   * altosui: Pull out BlueTooth support
234   * altos: minor type in comment about accel correction
235   * altosui: Must set radio calibration before radio setting
236   * altosui: A few misc cleanups.
237   * altosui: Have single radio_to_frequency function
238   * altosui: Save frequency after setting it in AltosFlightUI
239   * altosui: Show AltosFrequency in scan results
240   * altosui: Remove debugging printfs from AltosSerial
241   * altosui: Flush radio setting to serial device
242   * altosui: Remove unused AltosConfigData from AltosTelemetryReader
243   * altosui: Reading serial from swing thread only bad if remote
244   * altosui: Make set of telemetries to use while scanning configurable
245   * altosui: Add close button to 'fire' dialog
246   * altos: Switch telemini from v0.1 to v1.0
247   * altosui: Don't export product defs from libaltos
248   * altosui: Ensure serial code tracks reply nesting correctly
249   * altosui: Ship TeleMini v1.0 firmware with fat blobs
250   * Altosui: Add flight statistics tab to graph window
251   * altosui: Add a 'Graph Flight' button to the 'landed'  tab
252   * altosui: Prune telemetry file graphs to just the flight
253   * altosui: Plot reasonable data from Tm files
254   * altosui: Move launch-sites.txt file to altusmetrum.org
255   * Bump version to 0.9.6.0
256   * doc: Update altusmetrum.xsl for v1.0 software and TeleMini
257   * doc: Document Ignite Mode and Pad Orientation configuration options
258   * doc: Describe 'stats' tab in Graph UI, 'Graph Flight' button.
259   * doc: Add telemetry docs to debian/linux/mac/windows packages
260   * doc: Add release notes, include them in altusmetrum doc. Shuffle altusmetrum
261   * doc: Add 1.0 release notes.
262   * altos: Pull igniter pins low as soon as possible at boot time
263   * altos: Apply igniter boot pulse-width reduction to telemini
264   * altos: remove monitor disable stubs from altimeter code
265   * ao-tools: ao-list was crashing with more than 3 devices connected
266   * libaltos: Mis-allocated device list in libaltos
267   * altos: shrink text space from ao_config.c
268   * altos: re-write a bit of GPS parsing code to reduce size
269   * altos/altosui: Report log format in the version command
270   * altos: Don't try to use non-basestations for remote eeprom download
271   * altos: Add SPI-based companion board support
272   * altos: Put SPI in slower mode when talking to companion board
273   * altos: Make sure companion task exits cleanly when done
274   * altos: add the 'L' command to show the status of a linked companion board
275   * altos: Check for companion init packet validity was busted
276   * altosui: Add companion support to the flight UI and CSV conversion
277   * altos: Send SPI message at flight state changes
278   * altos: Send serial/flight to companion board
279   * altos: wait 10s for companion to boot
280   * altosui: Clean up eeprom parsing a bit
281   * altosui: Add support for TeleScience eeprom download
282   * altosui: Devices with log-format can also delete flights
283   * altosui: Eliminate inter-chunk flush_input calls
284   * altos: AltosSerial.flush_input shouldn't discard Interrupted exceptions
285   * altos: Correct AO_CONFIG_MINOR from 6 to 7
286   * altos: Reset radio channel to zero when using radio setting
287   * altos: use raw height while waiting for landing
288   * altosui: don't set channel when using radio setting
289   * altosui: Respect storage limits in flight log max config
290
291  -- Bdale Garbee <bdale@gag.com>  Fri, 19 Aug 2011 22:47:25 -0600
292
293 altos (0.9.4.5) unstable; urgency=low
294
295   [ Keith Packard ]
296   * altosui: Mark empty eeprom records 'invalid', don't generate exception
297   * altosui: Always read whole eeprom block, even at end of flight
298   * altosui: Display eeprom parsing errors to user
299   * Revert "src/ao_gps_skytraq.c: Update logging rate to 10Hz"
300
301   [ Anthony Towns ]
302   * src/ao_cmd: Shave off bytes from doc strings
303
304   [ Keith Packard ]
305   * altos: Oops. Lost a couple of commands when merging the doc patch
306   * altosui: Missed jcommon.jar in the Mac OS install image
307   * Bump published version number to 0.9.1
308   * aoview: remove -s option.
309
310   [ Anthony Towns ]
311   * ao_intflash: Use internal flash for storage
312
313   [ Keith Packard ]
314   * altos: Make serial, usb, beeper and accelerometer optional components
315   * altos/test: Use ao_convert.c instead of hand-coded pres â†’ alt func
316   * altos/test: Add baro-only flight test program
317   * altos: Start with packet slave running. Turn off in pad mode.
318   * altos: Add TeleMini v1.0
319
320   [ Anthony Towns ]
321   * ao_intflash: Avoid overwriting code
322
323   [ Keith Packard ]
324   * altos: Switch LED usage for TeleMini around
325   * altos: Switch pins around for TeleMini
326   * bringup: Add script for telemini
327   * ao-load: Make usb descriptor rewriting optional
328   * altos: oops -- altitude reporting wasn't pausing between signals
329   * altos: Internal flash ops block when running from flash
330
331   [ Anthony Towns ]
332   * ignore new flight test file
333
334   [ Keith Packard ]
335   * altos: Add tiny logging for TeleMini/TeleNano
336   * altos: Add kalman filters for baro-only boards
337   * altos: Tiny logging fixes. Scan at start, stop when land or full.
338   * altos: Add TeleNano support
339
340   [ Bdale Garbee ]
341   * fix up script to work and have reasonable texts
342
343   [ Keith Packard ]
344   * altos: Fix mini/nano default log size to available flash space
345   * altos/test: Add scripts to run lots of flights through the code
346   * altos: Write height values to log for nano/mini
347   * altos: Baro-only boards must not detect launch on accel or speed data
348   * altosui: Add software version to Configure AltosUI dialog
349   * altos: Don't init packet slave on TD. Make slave start optional
350   * altos: Configure packet size from send/recv parameters.
351   * altos: Make telemetry interval more consistent
352   * altos: Split out tiny telemetry from full telemetry
353   * altos: Split telenano main from telemini
354   * altos: The kalman code requires a constant sample rate
355   * altos: New telemetry report format (version 4). Supports tiny telemetry.
356   * altos: Add .sdcdbrc file for teledongle
357   * altos: Add nickle kalman implementation.
358   * altos: Switch telemetrum over to kalman filter
359   * altos: Compute a 'trust' value for the barometer
360   * altos/kalman: Kalman terms can be > 1, use 32-bit fixed point
361   * altos: Clean up some debug stuff in ao_flight.c
362   * altos: Add ao_flight_debug code
363   * altos: Missing parens and some bad arithmetic in the kalman code
364   * altos: Fix up flight code testing
365   * altos: Restore sensible kalman values
366   * altos: Ignore alt error for fast->coast. Allow larger error for baro apogee.
367   * altos: Exit flight test at landing. Allow description in test flight list
368   * Add ao_kalman.h to .gitignore
369   * Add description to test flights
370   * altosui: Add support for telemetry version 4
371   * altosui: Add telemetry format menu and preferences
372   * altosui: Remove a bunch of debug printfs from the eeprom manager code
373   * altosui: Add support for downloading TeleMini/TeleNano flight logs
374   * altosui: Remove extra AltosEepromBlock layer
375   * altosui: swing hide/show methods are deprecated
376   * altosui: Allow TM config connection to be canceled.
377   * altos: Variable log rate in full logging code too
378   * altos: full logging must flush pending data before checking state
379   * altosui: Off-by-one error in telemetry format configuration UI
380   * altosui: Allow radio channel to be configured over the radio link
381   * altosui: Tell serial device which frame to use for timeout dialogs
382   * altosui: Handle serial calls from swing thread
383   * altos: Split up flight code into separate flight/sample/kalman bits
384   * altos: Create custom nano flight code
385   * altosui: Clean up packet link connecting dialog
386   * altosui: Make flight log downloading handle 'Connecting...' dialog
387   * altosui: Make deployment testing handle Connecting... dialog
388   * altosui: Display exception messages from swing thread
389   * altosui: Don't display 0000-00-00 for missing flight log dates
390   * altos: ao_sample_preflight was exiting preflight mode immediately
391   * altos: Run RDF beacon after apogee instead of waiting for landing
392   * altos: Enable logging during nano flights
393   * altosui: Parse and export Max flight log value
394   * altosui: Only plot acceleration when present in data file
395   * altos: Reflect ao_flight split in ao_flight_test dependencies
396   * altos: Baro useful ceiling is MSL, not AGL
397   * altos: Make ao_flight_test show true height but report saturated height
398   * altos: Add initial TeleBT code
399   * altos: Add P2SEL_*_MASK defines to cc1111.h
400   * altos: expose set of available stdio values
401   * altos: Provide for a pre-filter on commands
402   * altos: Allow any stdio to be used with packet forwarding
403   * altos: Remove serial monitor command
404   * altos: Make ao_serial_drain public
405   * altos: Clean up usage of serial port for stdio
406   * altos: Clean up serial initialization
407   * altos: Make cmd echo per-connection instead of global
408   * altos: Clean up BT serial communcations
409   * altosui: Add missing AltosTelemetryMap.java file
410   * altos: Use PIO(6) on BTM to monitor BT connection. Fix BTM init.
411   * altosui: Add TeleBT USB device support
412   * altosui: Add low-level Bluetooth APIs
413   * altos/altosui: Log averaged baro sensor data in Tm/Tn
414   * altosui: oops - lost state changes when downloading eeprom data.
415   * altos: Write a few pre-launch samples for Tm/Tn devices
416   * altosui: Add primitive bluetooth device manager UI.
417   * altosui: Create abstract AltosDevice class
418   * altosui: Make AltosBTDevice implement AltosDevice interface
419   * altosui: Make bluetooth dialog modal
420   * altosui: Use persistent list of bluetooth devices for device dialogs
421   * altos: Add delays to bt startup sequence
422   * altosui: Wait two seconds after bluetooth connect XXX
423   * altos: Solidify BT connections
424   * altos: Simplify BT communications
425   * altos: Remove bt debug command
426   * altos: remove BT logging code
427   * altosui: Eliminate ao_cmd_filter hook
428   * altosui: Make flight data download work through TeleBT
429   * altos: add telebt-v0.0 Makefile
430   * altosui: Separate out flash debug code to separate thread
431   * altosui: Fix TeleBT name in flight monitor title
432   * altosui: Display reader name (usually the device) when an I/O error occurs
433   * altosui: Move AltosIgniteUI device open out of Swing thread
434   * altosui: Fix BT manage dialog so that the device lists resize
435   * altos: Add preliminary telebt v0.1 defines
436
437   [ Bdale Garbee ]
438   * first cut at a telebt turn on script
439
440   [ Keith Packard ]
441   * altos: Add telebt-v0.1 to Makefile
442   * altos: Use USART configuration 1 with flow control for TBT
443   * altos: Fix BT link status pin for real TBT hardware
444   * altos: pull TBT v0.1 ser_reset line low
445   * altos: Add beeper to TBT v0.1
446   * altos: Debugging TBT issues -- check pin configuration after boot
447   * altos: Initialize beeper for telebt
448   * altos: Hook up the P1 ISR for TeleBT v0.1 bt_link line
449   * altos: clear CPU port 1 interrupt flag when handled
450   * Revert "altos: Debugging TBT issues -- check pin configuration after boot"
451   * Switch version to 0.9.4
452   * altosui: Handle old TeleDongle receiving kalman telemetry packets
453   * altos: Rename telemetry to telemetry_orig
454   * altos: Add arbitrary telemetry packet monitoring
455   * altos: Add checksum to TELEM output lines
456   * altos: Start adding new telemetry frame definitions
457   * altos: ao_radio_recv needs byte count *including* rssi and status
458   * altosui: Support raw telemetry from TeleDongle
459   * doc: Add telemetry format description
460   * doc: Complete initial telemetry description
461   * doc: Fix a few minor telemetry doc mistakes
462   * Version strings must be < 8 bytes long
463   * altos: teledongle does not need ao_packet_slave.c
464   * altos: Shrink const space in ao_config
465   * altos: Add sat info to GPS report command
466   * altos: Shrink help text
467   * altos: Add split telemetry code
468   * altos: Complete new telemetry switchover
469   * altosui: Parse remaining standard telemetry packets
470   * doc: Chang Config and Location packets
471   * altos: Adapt to changes in telemetry Configuration packet
472   * doc: Add section about TeleDongle USB line format
473   * altosui: Elide nul bytes at end of telemetry string values
474   * altosui: Elide missing values from graphs
475   * altosui: Add main/drogue voltages to default graph
476   * altosui: Remove debug printf.
477   * altosui: Compress telemetry records marked with the same time
478   * altos: Shrink ao_cmd_put16, ao_cmd_hex and ao_cmd
479   * altos: Shrink ao_config_callsign_set
480   * altos: Shrink ao_add_task by rolling up a memset loop
481   * altos: Switch ao_gps_skytraq and ao_gps_sirf __xdata to __pdata
482   * altos: Switch ao_ignite and ao_gps_sirf __xdata to __pdata
483   * altos: Switch ao_log.c and ao_log_big.c __xdata to __pdata
484   * altos: Switch ao_report.c __xdata to __pdata
485   * altos: Switch ao_rssi.c __xdata to __pdata
486   * altos: Switch ao_sample.c __xdata to __pdata
487   * altos: Switch ao_serial.c __xdata to __pdata
488   * altos: Switch ao_stdio.c __data to __pdata
489   * altos: Switch ao_telemetry.c __xdata to __pdata
490   * altos: Switch ao_usb.c __xdata to __pdata
491   * altos: Switch const for __code in struct ao_cmds
492   * altos: switch ao_cmd __xdata to __pdata
493   * altos: Switch ao_config.c __xdata to __pdata
494   * altos: Switch ao_dbg.c __xdata to __pdata
495   * altos: Switch ao_flight and ao_flight_nano __xdata to __pdata
496   * altos: Switch flash drivers __xdata to __pdata
497   * altos: Switch Tm and Tn to common telemetry code
498   * altos: Remove ao_telemetry_orig.c and ao_telemetry_tiny.c
499   * altos: Ensure low-rate telem packets interleave with sensor telem packets
500   * altos: product defines are always in ao_product.h
501   * altosui: Build device constants into .java code
502   * altosui: Don't show missing igniter and gps values
503   * altos: new versions of sdcc require __ prefixes for custom keywords
504   * Set version to 0.9.4.3 for Bdale 2011-7-16 flights
505   * altosui: Start adding support for scanning radio for available devices
506   * altosui: Pop up monitor window from scan dialog
507   * altosui: Remove debugging printf from AltosLog
508   * altosui: Configuration telemetry record includes flight number
509   * altosui: Finish radio scanning UI
510   * altosui: Generalize and centralize telemetry constants, parse v0.8 telemetry
511   * altosui: Initialize channel and telemetry before use in ScanUI
512   * altosui: Set 'seen' bits in legacy telemetry packet reader
513   * altosui: Add map preloading GUI
514   * altosui: Try to avoid resize weirdness with map preloading
515   * altosui: Flush telemetry lines before starting to watch for scan results
516   * altosui: Display full map preload area in view.
517   * altosui: Remove a bunch of sitemap debugging printfs
518
519   [ Anthony Towns ]
520   * altosui: Make sure degree and minute values are visible (map preload)
521
522   [ Keith Packard ]
523   * Set version to 0.9.4.4
524   * altos, altosui: Add igniter mode (dual, apogee, main)
525   * altosui: Download list of site locations for map preloading
526   * altosui: Add launch-sites.txt
527   * altosui: Add a bunch more site locations
528   * altosui: Mark preload site location with red circles (like launch)
529   * Fix NCR Pawnee location
530   * Add HARA Bragg Farms site
531   * altosui: Change continutity colors to yellow/magenta
532   * altos: Add ability to read new TELEM files to ao_flight_test
533   * altos: Average height values for landing detection
534   * altos: Reduce height averaging filter time constant
535   * altos: Require sequencing through 'main' state before landing
536   * altosui: Standard text field in flight UI needs more width (now 20)
537   * altosui: Parse accel cal from 'c s' command
538   * altosui: Simple timeouts don't work with query data
539   * altosui: Add idle monitor dialog
540   * altos/altosui: Add pad orientation configure option
541
542   [ Bdale Garbee ]
543   * update version for a Bdale build for use turning on TeleMini v1.0
544   * simplify version in last changelog entry so git-dch is less confused
545   * update changelogs for Debian build
546   * update changelogs for Debian build
547   * stop doing automatic tag push during builds
548   * build depend on bluetooth dev package
549   * clean up all existing lintian warnings
550   * rewind changelog for re-build of 0.9.4.5
551
552  -- Bdale Garbee <bdale@gag.com>  Mon, 08 Aug 2011 09:37:04 -0600
553
554 altos (0.9.1) unstable; urgency=low
555
556   [ Keith Packard ]
557   * ao-load: fix usage message to note that '=' is required for options
558   * altos/test: Add dependencies in the Makefile for ao_flight_test
559   * altos/test: auto-configure acceleration parameters from the log file
560
561   [ Anthony Towns ]
562   * ao_radio: generalise setup of packet size
563   * src/ao_gps_skytraq: simplify parsing code
564   * src/ao_gps_skytraq.c: Update logging rate to 10Hz
565
566   [ Bdale Garbee ]
567   * tie bringup scripts to Bdale's bench TeleDongle
568
569  -- Bdale Garbee <bdale@gag.com>  Fri, 01 Apr 2011 20:02:12 -0600
570
571 altos (0.9) unstable; urgency=low
572
573   [ Bdale Garbee ]
574   * prepare to release
575   * update changelogs for Debian build
576   * update turnon script to prefer TeleDongle as programmer
577
578   [ Keith Packard ]
579   * altos: Program default flight log max value for new boards
580
581  -- Bdale Garbee <bdale@gag.com>  Wed, 19 Jan 2011 12:46:47 -0700
582
583 altos (0.8.1+81+g4ae724f) unstable; urgency=low
584
585   * we need an install target to prevent parent dir make from failing
586
587  -- Bdale Garbee <bdale@gag.com>  Tue, 18 Jan 2011 23:55:36 -0700
588
589 altos (0.8.1+79+g9a5666f) unstable; urgency=low
590
591   [ Keith Packard ]
592   * doc: Don't delete telemetrum-outline.pdf
593   * doc: Add v0.9 features from altosui to documentation.
594
595   [ Bdale Garbee ]
596   * add 0.9 revision entry, with caveat about telemetry format change
597   * freshen copyright year
598
599   [ Keith Packard ]
600   * fat: Add firmware for v1.1 and docs to mac/windows/linux installers
601   * fat: Add docs to Linux package
602   * doc: Build with 'make all' from top level. Build with 'make fat'
603
604  -- Bdale Garbee <bdale@gag.com>  Tue, 18 Jan 2011 23:47:52 -0700
605
606 altos (0.8.1+71+gda42f40) unstable; urgency=low
607
608   [ Keith Packard ]
609   * doc: Add telemetrum mounting template in svg and pdf forms
610
611   [ Mike Beattie ]
612   * Re-order and re-arrange eeprom download dialog
613   * Convert EepromSelect dialog to use a GridBag
614   * Close serial port if Download/Delete dialog is cancelled.
615
616   [ Keith Packard ]
617   * altosui: Reset eeprom download instance variables before reading
618     flight
619   * altosui: Make serial debug more complete and accurate
620   * altosui: Use long input flush timeout when remote.
621   * altosui: Remove debug message when eeprom downloads are complete.
622   * altosui: Ensure serial device is closed after eeprom download
623     finishes
624   * altosui: Require 4 sats to light up the 'GPS locked' light.
625   * doc: inkscape tracks the filename inside the document
626   * altos: TELEMETRY PROTOCOL CHANGE. Switch to 16-bit serial numbers.
627   * altos: Flush log when full
628
629   [ Anthony Towns ]
630   * altos: Restructure skytraq NMEA parsing code to save some space
631
632   [ Keith Packard ]
633   * altos: average 512 accel/baro samples at startup instead of 1000
634
635   [ Mike Beattie ]
636   * altos: Added check for an accel value above 1.5g
637   * altos: Added check for out of bounds accel
638
639   [ Keith Packard ]
640   * altos: Add DATA_TO_XDATA to linux test harness
641   * altosui: Remove spurious colons from eeprom selection headers
642
643   [ Mike Beattie ]
644   * Rework invalid accel cal detection code
645
646   [ Keith Packard ]
647   * altos: Auto-calibrate linux-based flight testing code
648   * altos: Ensure flight code gets first crack at new ADC data
649   * altos: Sample the accelerometer reference voltage on v1.1 boards
650   * altos: Optimize fetching of ADC data in flight code
651   * altos: Use 5V reference data to correct accelerometer measurements.
652   * doc: Remove mention of ao_wake_task
653
654   [ Bdale Garbee ]
655   * update documentation to reflect reality that modifying a board for
656     separate pyro battery is not trivial
657
658  -- Bdale Garbee <bdale@gag.com>  Tue, 18 Jan 2011 17:26:33 -0700
659
660 altos (0.8.1+42+g646e192) unstable; urgency=low
661
662   [ Keith Packard ]
663   * altosui: Show dialog after successful delete or when no flights
664   * altosui: Ensure serial line is flushed after disabling remote link
665   * altosui: Add preference for serial debugging.
666
667  -- Bdale Garbee <bdale@gag.com>  Fri, 14 Jan 2011 18:00:51 -0700
668
669 altos (0.8.1+37+g97b1ca9) unstable; urgency=low
670
671   [ Keith Packard ]
672   * altos: Add configuration parameter for maximum flight log size
673   * altos: support storage of multiple flights.
674   * altos: Speed up at45 and 25lc erase speeds
675   * altos: white space fix
676   * altos: report flight log offsets in hex block numbers instead of
677     bytes
678   * altos: ensure erase mark is written when erasing flights
679
680   [ Anthony Towns ]
681   * altos: Optimize Morse code generation
682
683   [ Keith Packard ]
684   * altos: Check requested log max size against available space
685   * altos: Check for full log and complain
686   * altosui: Add configuration of flight log size
687
688   [ Anthony Towns ]
689   * altos: Remove unused accel_vel_mach and accel_vel_boost variables
690   * altos: Remove redundant initialization of ao_interval variables
691
692   [ Keith Packard ]
693   * altosui: Split eeprom download code apart
694   * altos: oops -- 'e' command was only showing 7 of the 8 bytes per
695     line
696   * altosui: Add support for parsing list of flights from the 'l'
697     command
698   * altosui: Add eeprom 'manage' ui to download and delete multiple
699     flights
700   * altos: check for valid flight number in ao_log_delete
701
702  -- Bdale Garbee <bdale@gag.com>  Fri, 14 Jan 2011 14:30:37 -0700
703
704 altos (0.8.1+18+g408a3e0) unstable; urgency=low
705
706   [ Anthony Towns ]
707   * altosui: move maps to subdir, fix E/W mismatch
708
709   [ Keith Packard ]
710   * altos: clean up radio abort paths. Share radio code.
711   * altos: eliminate ao_wake_task
712   * windows: Add compatibility IDs to telemetrum.inf
713   * windows: Update NSIS installer file to use compatibility IDs
714   * altos: Split out SPI driver.
715   * altos: Add telemetrum-v1.1 directory
716   * altos: packet and usb i/o routines use 'char', not 'uint8_t'
717   * altos: Simplify storage API
718   * altos: Require manual flight erasing.
719   * altos: Move common storage code to ao_storage.c. Add M25P80 driver
720   * altos: Rip out 'optimization' in ao_log_scan
721   * altos: Mark end of available flight list with 'done' to make the UI
722
723  -- Bdale Garbee <bdale@gag.com>  Fri, 07 Jan 2011 00:51:41 -0700
724
725 altos (0.8.1+4+gea95c06) unstable; urgency=low
726
727   * fix symlink paths in rules file
728
729  -- Bdale Garbee <bdale@gag.com>  Wed, 01 Dec 2010 00:14:24 -0700
730
731 altos (0.8.1+2+gea7130e) unstable; urgency=low
732
733   * modify Debian package build to deliver one copy of background.png
734     for
735
736  -- Bdale Garbee <bdale@gag.com>  Wed, 01 Dec 2010 00:03:14 -0700
737
738 altos (0.8.1) unstable; urgency=low
739
740   [ Bdale Garbee ]
741   * moved doc dir in web content to AltOS tree
742   * fix publish target in doc/Makefile
743   * fix section layering
744   * fix an Altos vs Altus typo in the docs
745   * adding Bdale's release process document to the source tree
746
747   [ Keith Packard ]
748   * windows: Add jfreechart.jar and jcommon.jar to windows install image
749   * Move "Releasing" to top level
750   * Add minimal release testing plan to Releasing
751
752   [ Bdale Garbee ]
753   * releasing 0.8.1
754
755  -- Bdale Garbee <bdale@gag.com>  Mon, 29 Nov 2010 21:46:54 -0700
756
757 altos (0.8) unstable; urgency=low
758
759   [ Keith Packard ]
760   * altosui: Correct windows hardware IDs for nsis installer file
761   * windows: try harder to get windows install to work
762   * windows: remove some non-existent .inf file section references
763   * windows: more .inf file hacking
764   * windows: Bump .inf file version
765
766   [ Bdale Garbee ]
767   * declaring 0.8 released
768   * update changelogs for Debian build
769   * update changelogs for Debian build
770   * rewind changelog to recover from stupid build failure
771
772  -- Bdale Garbee <bdale@gag.com>  Sun, 28 Nov 2010 18:32:12 -0700
773
774 altos (0.7.1+168+gcb08bc2) unstable; urgency=low
775
776   [ Keith Packard ]
777   * altosui: Split out flight monitoring to separate window
778   * altosui: Create buttons for main actions
779   * altosui: Fix channel setting at serial open time
780   * altosui: Fix more calls to AltosPreferences.channel()
781   * altosui: Create abstract interface for flight data display
782   * altosui: Add tab UI with 'pad' mode.
783   * altosui: Add ascent, descent and landed tabs
784
785   [ Bob Finch ]
786   * Updated PKGBUILD-git.altos
787
788   [ Keith Packard ]
789   * altos: Use grey leds when unlit - easier to see
790
791   [ Anthony Towns ]
792   * use value_font for values
793   * add --replay command line argument
794   * read preferences for --replay
795   * reduce font size for FlightInfoTable
796   * use grayled.png for off
797   * add compass bearing to voice output
798   * add compass bearing during descent
799   * add site map tab, at least for QRS launches
800   * tabs -> spaces
801   * make infotable scrollable, revert its fontsize to 14
802   * pull up maps for arbitrary locations
803   * better error behaviour if no map
804
805   [ Bdale Garbee ]
806   * first cut at instructions on how to re-flash TM and TD devices based
807     on email
808   * fold in content from Keith's email on the re-flashing subject
809
810   [ Keith Packard ]
811   * altosui: Add RF calibration to TeleMetrum config dialog
812
813   [ Anthony Towns ]
814   * AltosTelemetryReader: actually open serial port
815   * AltosSiteMap: add targeting circles around landing site
816
817   [ Bdale Garbee ]
818   * continuing to work on the docs
819
820   [ Keith Packard ]
821   * altosui: Eliminate unncessary import altosui lines
822   * altosui: Open serial device at 'new' time. Prohibit duplicate opens.
823   * altosui: Replace flight status table with labels, fix resize.
824   * altosui: With --replay option, exit when replay window is closed
825   * altosui: oops, missed a file in the previous commit
826   * altosui: eliminate menu bar, moving elements to buttons.
827   * altosui: add reboot button to telemetrum configuration UI
828
829   [ Bdale Garbee ]
830   * add a paragraph about forcing TM back to idle mode if an accel cal
831     goes badly
832
833   [ Keith Packard ]
834   * altosui: Add callsign configuration in AltosUI configuration dialog
835   * altosui: Cleanup flight UI layout
836   * altosui: Add igniter status to ascent and descent tabs
837
838   [ Anthony Towns ]
839   * altosui: tile site maps
840   * AltosSiteMapTile: autoscale to about 2 nmi per tile
841   * AltosSiteMapTile: adjust centering calculation
842   * AltosSiteMapTile: adjust scale to 1 nmi per tile
843
844   [ Keith Packard ]
845   * altosui: Add igniter ground testing code
846   * altosui: Unify datafile selection to AltosDataChooser
847   * altosui: Clean up global AltosUI configuration settings dialog
848   * doc: Add preliminary altosui documentation
849   * doc: git ignore generated doc files
850   * doc: Document the 'Flash Image' operation.
851   * altosui: Use timeouts to recover from broken packet links.
852
853   [ Bdale Garbee ]
854   * update turnon scripts to use stashed copies of stable release
855     firmware
856
857   [ Keith Packard ]
858   * altosui: switch channel selector to combo box. Shorten displayed
859     device names
860   * altosui: When switching log files, don't terminate log thread
861   * altosui: calling thread.interrupt with null thread doesn't work well
862   * altosui: Initialize display thread state in constructor instead of
863     run
864   * altosui: Fix channel changing in flight UI to actually work
865
866   [ Anthony Towns ]
867   * AltosSiteMap: add autoscroll and grabndrag scroll
868   * AltosSiteMapTile: seperate map and drawing layers
869   * AltosSiteMap: automatic fetching of map data
870   * AltosSiteMapTile: draw boost circle as well as landed
871   * AltosAscent/Descent: tidy up layout
872   * AltosDescent: switch elev from height to range
873
874   [ Keith Packard ]
875   * altosui: re-indent
876
877   [ Anthony Towns ]
878   * AltosSiteMap: major refactoring
879   * Add GrabNDrag.java
880
881   [ Keith Packard ]
882   * altosui: change descent tab formatting to four columns
883
884   [ Anthony Towns ]
885   * AltosSiteMap: be more polite about preferred size
886   * altosui: reindent
887
888   [ Keith Packard ]
889   * altosui: Rewrite info table to mix with scroll pane well. Fix
890     startup size
891
892   [ Anthony Towns ]
893   * AltosSiteMap: better gps check, lower zoom
894
895   [ Keith Packard ]
896   * altosui: Set site map flight path lines to 6 pixels anti-aliased.
897
898   [ Anthony Towns ]
899   * AltosSiteMap: explain tile size better
900   * AltosSiteMap: extend map if rocket goes far away
901   * AltosSiteMap: try to get new tile construction right
902   * AltosSiteMap: thread safe tile addition
903   * AltosSiteMap: refactor tile collection
904   * AltosSiteMap: never accept 0,0 as lat/long
905   * AltosSiteMap: limit nr of tiles to 200x200
906
907   [ Keith Packard ]
908   * altosui: When fixing eeprom gps time information, make GPS data
909     valid
910
911   [ Anthony Towns ]
912   * AltosSiteMap: ensure buffer around active tile
913   * altosui: improve sitemap scrolling behaviour
914   * altosui: keep sitemap more centred on rocket
915
916   [ Keith Packard ]
917   * altos: Add on/off modes to 'C' command
918
919   [ Bob Finch ]
920   * Added PKGBUILDs for deps into contribs
921
922   [ Keith Packard ]
923   * altosui: Close serial port when debug link fails
924   * altos: assume igniter worked.
925
926   [ Bdale Garbee ]
927   * add a rudimentary --help for command line use
928
929   [ Keith Packard ]
930   * doc: Add internal documentation for AltOS
931
932   [ Anthony Towns ]
933   * altosui: don't switch away from user selected tab
934   * altosui: sitemap uses rocket gps if no pad gps
935
936   [ Bdale Garbee ]
937   * merge Keith's AltosUI documention into "the big book"
938   * lose the placeholder on how GPS works, as it's going to be a
939
940   [ Keith Packard ]
941   * altos: remove unused variable from ao_igniter
942   * altos: Don't abort radio transmissions with ao_radio_abort
943   * altos: Make radio test command careful with the radio mutex.
944   * altosui: Make AltosSerial.flush_input keep reading while non-empty
945   * altosui: New AltosSerial.set_radio function sets channel/call
946   * altosui: Disable radio configation over packet link.
947   * altosui: Let people fire igniters that don't read as 'ready'
948   * altosui: Make sure packet mode is turned off when the connection
949     fails
950
951   [ Anthony Towns ]
952   * docs: Document altosui "Graph Data" button
953
954   [ Keith Packard ]
955   * Move altosui to the top level, placing libaltos inside it.
956
957   [ Anthony Towns ]
958   * doc: Document altosui "Site Map" tab
959
960   [ Keith Packard ]
961   * Missing change to top level Makefile to build altosui
962
963   [ Bdale Garbee ]
964   * fix missing section close in Site Map content
965   * tweak rev history
966   * manually fold in documentation work from the master branch
967
968   [ Keith Packard ]
969   * doc: Reformat altos to use sections for each function
970   * doc: Add more authors, fix URL formatting, note that AltosUI
971     actually exists
972   * doc: Rename telemetrum-doc as altusmetrum
973
974   [ Bdale Garbee ]
975
976  -- Bdale Garbee <bdale@gag.com>  Thu, 25 Nov 2010 01:10:18 -0700
977
978 altos (0.7.1+36+g811ced6) unstable; urgency=low
979
980   [ Bdale Garbee ]
981   * remove the csv build dep, as that code will be abandoned
982
983   [ Keith Packard ]
984   * altosui: Remove ability to graph data in .csv files
985   * altosui: Separate out jfreechart and jcommon directories
986
987  -- Bdale Garbee <bdale@gag.com>  Wed, 06 Oct 2010 17:47:32 -0600
988
989 altos (0.7.1+32+g8103432) unstable; urgency=low
990
991   * add build-dep on libcsv-java
992
993  -- Bdale Garbee <bdale@gag.com>  Wed, 06 Oct 2010 16:25:57 -0600
994
995 altos (0.7.1+28+gd8a2f4c) unstable; urgency=low
996
997   [ Bdale Garbee ]
998   * make the column headers comma separated, too, so they align with the
999     data
1000
1001   [ Keith Packard ]
1002   * altosui: set default .csv file name in file save dialog
1003   * altosui: Remember directory containing firmware files
1004
1005   [ Anthony Towns ]
1006   * Add graphing.
1007   * Add JFreeChart to Makefile.am
1008
1009   [ Keith Packard ]
1010   * altosui: Use recorded ground acceleration when reading eeprom files
1011   * altosui: Write raw sensor data to .csv files
1012   * altosui: Factor some UI elements into separate classes
1013   * altosui: remove unused ReplayThread wrapper classes
1014   * altosui: Require 4 sats for 'good' GPS data
1015   * altosui: Create iterables for log file scanning. Split out display
1016     threads
1017   * altosui: .CSV output: add link quality, gps hdop and sat C/N0
1018     numbers
1019   * altosui: Deal with eeprom dates going backwards across wrap
1020
1021   [ Anthony Towns ]
1022   * Hax0r graphing to support telem/eeprom files
1023
1024   [ Keith Packard ]
1025   * altosui: use Altos constants in graphing code
1026
1027   [ Anthony Towns ]
1028   * Add callsign/serial/flight to graph title
1029
1030   [ Keith Packard ]
1031   * altosui: Add KML file export.
1032
1033   [ Bdale Garbee ]
1034   * add build dep on jfreechart lib
1035
1036  -- Bdale Garbee <bdale@gag.com>  Wed, 06 Oct 2010 16:19:12 -0600
1037
1038 altos (0.7.1) unstable; urgency=low
1039
1040   [ Keith Packard ]
1041   * Add firmware and libaltos to 'fat' target at top-level
1042   * altosui: Remove some debug printfs.
1043   * altosui: libaltos.so is built with libtool -- it's in
1044     ../libaltos/.libs
1045   * Add --with-fat-dir configure option to publish finished stand-alone
1046     bits
1047   * altosui: Fix telemetry file reader to handle tick count wrapping
1048   * altosui: Remove debug printfs from AltosTelemetryReader
1049   * altosui: Fill in time value of last Eeprom record read from file
1050   * altosui: Stop parsing eeprom file after hitting 'landed' state
1051
1052  -- Bdale Garbee <bdale@gag.com>  Fri, 10 Sep 2010 00:09:02 -0600
1053
1054 altos (0.7+96+g48f5799) unstable; urgency=low
1055
1056   [ Keith Packard ]
1057   * altosui: conflating USB product and vendor IDs is a bad idea
1058
1059  -- Bdale Garbee <bdale@gag.com>  Thu, 09 Sep 2010 21:29:13 -0600
1060
1061 altos (0.7+94+g1ac3d7e) unstable; urgency=low
1062
1063   * initial cut at an altosui man page
1064
1065  -- Bdale Garbee <bdale@gag.com>  Thu, 09 Sep 2010 20:34:38 -0600
1066
1067 altos (0.7+92+g0ea7576) unstable; urgency=low
1068
1069   [ Bdale Garbee ]
1070   * handle versioning of ihx files (poorly) by just wildcarding the file
1071     name
1072
1073   [ Keith Packard ]
1074   * altosui: Need to have JVM include path substituted into libaltos
1075     Makefile
1076   * altosui: Store libaltos.so in $(libdir)/altos
1077   * altosui: Display error dialog when AltOS JNI library can't be loaded
1078
1079  -- Bdale Garbee <bdale@gag.com>  Thu, 09 Sep 2010 20:05:44 -0600
1080
1081 altos (0.7+86+g6c0ae7e) unstable; urgency=low
1082
1083   [ Keith Packard ]
1084   * altosui: Add explicit requirement to create classes directory
1085   * altosui: fix telemetrum.inf FFFE:000A product names on AMD64 and
1086     ia64
1087   * altosui: hack to make JAVAROOT directory get created before javac
1088     runs
1089   * altosui: remove FATJAR from all-local to avoid building fat .jar
1090     file
1091
1092   [ Bdale Garbee ]
1093   * add libtool to build deps
1094
1095   [ Keith Packard ]
1096   * altosui: Add windows installer build using 'nsis'
1097   * altosui: ignore built files
1098   * altosui: oops. renamed the nsis file to altos-windows.nsi
1099   * icon: add some icons for application programs
1100   * altosui: Add icons to application and Windows menus.
1101   * Use autotools for altosui and libaltos
1102   * altos: add some SDCDB config files
1103   * Ignore libtool files.
1104   * Add version numbers to released files. Set version to 0.7.1
1105   * Add top-level 'fat' target to aid building distribution files
1106   * altosui: Fix windows installer to ship correct files
1107   * altosui: Fix up Mac OSX .zip file
1108   * altosui: Fix linux fat distribution
1109   * altosui: Return AO_LOG_INVALID instead of exception for eeprom files
1110   * altosui: Remove debugging printf from AltosEepromReader
1111   * altosui: Eeprom files contain only one date; save it.
1112   * altosui: Add elevation and range data to main display
1113   * altosui: When replay thread is interrupted, don't make final report
1114   * altosui: Start idle thread after the rocket leaves the pad
1115   * altosui: Add AltosVoice.drain() to wait for queued speech to finish
1116   * altosui: Prevent voice altitude data from queueing up
1117   * altosui: Use local .class files in the classpath
1118   * altosui: Record flight number when scanning file, not when running
1119   * altosui: eeprom files place 'boost' time in the flight number
1120     record.
1121   * altosui: ensure that 'altosui' script is installed. Pass arguments
1122     along.
1123
1124  -- Bdale Garbee <bdale@gag.com>  Thu, 09 Sep 2010 15:43:28 -0600
1125
1126 altos (0.7+53+g59798c6) unstable; urgency=low
1127
1128   [ Keith Packard ]
1129   * altosui: Abort flashing if debug port isn't working
1130   * altosui: allow flashing to be canceled from the rom config dialog
1131   * altosui: Hide internal rom config UI helper function
1132   * altosui: Remove some debug printfs from AltosRomconfig class
1133   * altosui: Post error dialog on invalid ROM config values.
1134   * altosui: build Mac OS .zip file to include paths
1135   * altosui: Report telemetry CRC errors in UI
1136   * altosui: Deal with altos bug setting radio channel while monitoring
1137   * altosui: Allow 'connect to device' when already connected
1138   * Revert "altosui: Deal with altos bug setting radio channel while
1139     monitoring"
1140   * altosui: Must flush serial line after configuring for telemetry
1141   * altosui: Catch I/O errors on telemetry device, report to user
1142
1143  -- Bdale Garbee <bdale@gag.com>  Sat, 04 Sep 2010 00:46:12 -0400
1144
1145 altos (0.7+40+g59a40f6) unstable; urgency=low
1146
1147   [ Bdale Garbee ]
1148   * add distclean targets to libaltos and altosui to all Debian package
1149     to build, and clean up other distclean content as needed
1150
1151   [ Keith Packard ]
1152   * altosui: missed AltosReader.class in the Makefile
1153   * altos: Bounds check Skytraq GPS tracking data array
1154   * altosui: Remove Manifest.txt from git repo as it's built now
1155
1156  -- Bdale Garbee <bdale@gag.com>  Thu, 02 Sep 2010 00:44:15 -0400
1157
1158 altos (0.7+28+gd006c5e) unstable; urgency=low
1159
1160   * add runtime dependencies for altos binary package
1161
1162  -- Bdale Garbee <bdale@gag.com>  Tue, 31 Aug 2010 00:20:00 -0400
1163
1164 altos (0.7+26+gc35632e) unstable; urgency=low
1165
1166   * don't build all the "fat" jar deliverables by default
1167
1168  -- Bdale Garbee <bdale@gag.com>  Mon, 30 Aug 2010 19:37:40 -0600
1169
1170 altos (0.7+23+g25764fc) unstable; urgency=low
1171
1172   [ Bdale Garbee ]
1173   * fix up for an 0.7 release
1174   * update changelogs for Debian build
1175
1176   [ Keith Packard ]
1177   * libaltos: AltusMetrum devices use more than one USB ID.
1178   * altosui: provide separate flush_input/flush_output for serial. deal
1179     with monitor automatically
1180   * altosui: discard invalid lines while reading Eeprom flight data
1181   * libaltos: Mac OS X cannot use 'poll(2)' on serial lines.
1182   * libaltos: Missing OS_LDFLAGS on cjnitest build
1183   * libaltos: cjnitest needs altos_flush now
1184   * altos: flush pending output when terminating packet mode
1185   * altos: Abort radio harder when terminating packet mode.
1186   * altos: shut down packet mode cleanly
1187   * libaltos: Fix windows build.
1188   * libaltos: Improve Makefile
1189   * Update telemetrum.inf to include all current USB ids.
1190   * libaltos: Add pre-built Mac OS X libaltos.dylib
1191   * libaltos: Add pre-built Windows .dll
1192   * altos: Windows sends USB Out packets of 0 length. Ack them.
1193   * libaltos: Use overlapped I/O on windows
1194   * altosui: Build linux, mac and windows archives on Linux
1195   * altosui: build debian-style altosui too
1196   * altosui: Devices with USB id 0x000a always get listed
1197
1198   [ Bdale Garbee ]
1199   * continue even if rm's don't have anything to do
1200   * make invocation of 'install' pathless to work on more Unix variants
1201   * add a .gitattributes file, configuring the Mac and Windows binary
1202     library
1203
1204  -- Bdale Garbee <bdale@gag.com>  Mon, 30 Aug 2010 19:07:13 -0600
1205
1206 altos (0.7) unstable; urgency=low
1207
1208   * update changelogs for Debian build
1209   * fix up for an 0.7 release
1210
1211  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 22:25:38 -0600
1212
1213 altos (0.6+375+g0bd4cc0) unstable; urgency=low
1214
1215   * fix path to installed shared library
1216
1217  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 13:13:14 -0600
1218
1219 altos (0.6+373+gcf65c6b) unstable; urgency=low
1220
1221   [ Keith Packard ]
1222   * altosui: rename AltosEeprom -> AltosEepromDownload, split out Altos
1223     constants
1224   * altosui: Capture config and version info in .eeprom files
1225   * altosui: Merge gps date and time classes into gps class
1226   * altosui: Clear displayed data rows as needed.
1227   * altosui: Split status and info panels into separate files
1228   * altosui: Explicitly initialize Altos class
1229   * altosui: Split flight record out of telemetry class
1230   * altosui: Compute flight state from eeprom data
1231   * altosui: Add comments to Eeprom reader
1232   * altos: add callsign to packet mode, increase payload to 64 bytes
1233   * altosui: Start adding code to write csv files from eeprom/telem
1234     files
1235   * ao-dumplog: add --channel option (for use with -R option)
1236   * libaltos: integrate Windows support.
1237   * altosui: Select devices by USB vendor/product ID.
1238   * altos: Define USB product ID in per-product Makefile.defs file
1239   * altosui: Make teledongle callsign configurable
1240   * altosui: Add TeleMetrum configuration
1241   * altosui: Set callsign when fetching eeprom data over the air
1242
1243   [ Bdale Garbee ]
1244   * add freetts as a build dep
1245   * working on java packaging details
1246
1247   [ Keith Packard ]
1248   * altosui: Add .ihx file reading code and stub out flashing UI
1249   * altosui: Add debug dongle API, split flash UI out
1250   * ao-dumplog: Fix --remote and --channel options to actually work
1251   * altosui: pad TM config dialog values to avoid clipping descenders
1252   * libaltos: use pipe to wake up getchar on close. use mutexes
1253   * altosui: Add lots more cc1111 debug interface functions
1254   * altosui: remove debug printf from AltosHexfile
1255   * altosui: flush serial output before waiting for reply
1256   * altosui: Remove debug printf from AltosRomconfig
1257   * altosui: Finish device programming code
1258   * altos: Place rom config variables in fixed location
1259   * altosui: make default Manifest look for built-in freetts
1260   * altosui: Separate out log file choosing dialog to share with CSV
1261     generator
1262   * altosui: refactor logfile chooser dialog to share more code
1263   * altosui: Add ability to create CSV file from telem or eeprom files
1264   * altosui: disable radio monitoring while using serial line for
1265     debugging
1266   * altosui: Delay mapping Flash UI until flashing actually starts
1267   * altosui: fetch existing romconfig for flashing
1268   * altosui: always display romconfig ui while flashing
1269   * altosui: write USB serial number string while flashing
1270   * altosui: flush replies from serial link when entering debug mode
1271   * altos: always rebuild ao_product.c to track git version
1272   * altos: print GPS state flags in GPS 'g' command
1273   * altos: mark gps date written only after it gets into eeprom
1274   * altosui: Move number parsing code to Altos general class
1275   * altosui: Add AltosGreatCircle constructors
1276   * altosui: add rssi and distance/dir from pad to CSV files
1277   * altosui: AltosEepromReader was mis-setting boost tick
1278   * altosui: Add support for old (version < 3) telemetry files
1279   * altosui: Serial line is in UTF-8 encoding. Deal with it.
1280   * altosui: When parsing saved telem files, errors shouldn't abort file
1281   * altosui: Remove debug printf from AltosState.java
1282   * altosui: command line args are converted to csv format
1283   * altos: prepare for sdcc 2.9.1
1284
1285   [ Bdale Garbee ]
1286   * add a dummy install target
1287   * lose the prebuild hook for now while I'm fumbling
1288   * add install target for libaltos
1289   * add an install target for altosui
1290
1291   [ Keith Packard ]
1292   * altosui: add elevation and range information
1293
1294   [ Bdale Garbee ]
1295   * fix up the wrapper's path to the jar file
1296   * update Debian standards version
1297   * fix permissions on installed jar file, switch from ao-view to
1298     altosui in
1299   * install altosui man page
1300   * fix man page delivery path
1301   * Revert "lose the prebuild hook for now while I'm fumbling"
1302
1303  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 12:40:04 -0600
1304
1305 altos (0.6+303+gb6da90b) unstable; urgency=low
1306
1307   * add freetts as a build dep
1308   * move to science menu
1309   * working on java packaging details
1310
1311  -- Bdale Garbee <bdale@gag.com>  Wed, 11 Aug 2010 22:11:28 -0400
1312
1313 altos (0.6+292+g8fc261c) unstable; urgency=low
1314
1315   * see if my new freetts package works
1316
1317  -- Bdale Garbee <bdale@gag.com>  Sat, 31 Jul 2010 10:55:21 -0600
1318
1319 altos (0.6+290+g7877496) unstable; urgency=low
1320
1321   [ Keith Packard ]
1322   * altosui: check for closed serial device before reading
1323   * altosui: Remove unnecessary freetts .jar files
1324   * altosui: Close serial, join reader thread, free altos_file
1325   * altosui: remove debug printf
1326   * libaltos: build with java src encoding UTF8
1327   * altosui: construct Darwin application directory
1328   * Add Mac OS X packaging bits
1329   * altosui: Switch eeprom extension back to .eeprom
1330   * Moved Mac OS packaging to altosui dir
1331   * altosui: remove option to install to alternate volume
1332   * Make altosui test script executable
1333
1334  -- Bdale Garbee <bdale@gag.com>  Thu, 29 Jul 2010 13:30:19 -0600
1335
1336 altos (0.6+277+gd184819) unstable; urgency=low
1337
1338   [ Bdale Garbee ]
1339   * fix text since TM only has one led to blink
1340   * add swig as a build dep
1341   * add a jdk to the build deps
1342
1343   [ Keith Packard ]
1344   * When the EP0 IN buffer is full, don't panic, just skip sending
1345     another
1346   * Add libaltos which talks to USB connected altos devices
1347   * Switch AltosUI to libaltos for device access
1348   * Present list of altos devices in nice format
1349   * Re-enable freetts
1350   * Re-enable Linux support for altosui.
1351   * Darwin doesn't have strndup.
1352   * libaltos needs -I. on all systems
1353   * libaltos: make clean remove all built files
1354   * libaltos: build fat 10.5-compatible library
1355   * Add Mac OS X packaging files for altosui
1356   * Add application icons for Mac OS X
1357   * Clean up altosui build a bit
1358   * Remove directories as .class file dependencies; it makes them get
1359     rebuilt all the time
1360   * Java clean ups -- use varargs where possible, remove
1361     AltosSerialReader
1362   * Java voice reporting cleanups.
1363   * Force java source encoding to UTF-8
1364   * Make ao_log_data re-entrant as it is used for both sensor and GPS
1365     logs
1366   * altosui: Catch errors opening USB devices. Limit list to relevant
1367     devices
1368   * Make voice and channel menus work.
1369   * Add voice test command for help in adjusting volume.
1370   * Remove debug printf
1371   * altosui: Add eeprom data capture function. No UI yet.
1372   * altosui: Add progress bar for eeprom downloading status
1373   * altosui: Fix Save flight data monitor layout, add cancel
1374   * altosui: Replace device dialog. Center eeprom monitor.
1375   * altosui: report rocket ground bearing at landing only if known
1376   * Reset GPS ready status when GPS comes unlocked on the pad
1377
1378  -- Bdale Garbee <bdale@gag.com>  Thu, 29 Jul 2010 12:50:40 -0600
1379
1380 altos (0.6+236+gcd8aa79) unstable; urgency=low
1381
1382   [ Keith Packard ]
1383   * Telemetry code was mis-computing RSSI
1384   * Switch DBG pins to GPIO when using any debug commands. Reboot to
1385     restore.
1386
1387   [ Bdale Garbee ]
1388   * significant documentation update
1389   * add build dep for sndfile
1390   * reflect documentation file name change
1391   * update to latest Debian standards version
1392
1393  -- Bdale Garbee <bdale@gag.com>  Tue, 20 Jul 2010 22:24:14 -0600
1394
1395 altos (0.6+224+g4766b13) unstable; urgency=low
1396
1397   [ Bdale Garbee ]
1398   * documentation updates from Bob
1399
1400   [ Mike Beattie ]
1401   * Extension to KML output format, and minor bug fix
1402
1403   [ Keith Packard ]
1404   * ao-view: disable radio telemetry monitoring during channel change
1405   * Add special code for USB panic's.
1406   * ao-postflight: was walking off state.data array
1407   * Abort any in-progress radio operation when changing radio channel
1408
1409  -- Bdale Garbee <bdale@gag.com>  Thu, 24 Jun 2010 12:37:34 -0700
1410
1411 altos (0.6+214+g16c4cae) unstable; urgency=low
1412
1413   [ Bdale Garbee ]
1414   * updates including a typo fix from Bob Finch to the PKGBUILD-git.altos
1415   * merge a derivative of Bob Finch's mere mortals guide as getting started
1416   * merge the altusmetrum-themes package
1417
1418   [ Keith Packard ]
1419   * Fix telemetrum.inf, tested by Adrian and Keithp
1420   * Finish basic flight monitoring UI with voice using FreeTTS
1421
1422  -- Bdale Garbee <bdale@gag.com>  Tue, 18 May 2010 00:24:40 -0600
1423
1424 altos (0.6+204+g6bd8513) unstable; urgency=low
1425
1426   * lose the quotes since they apparently aren't necessary
1427
1428  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 19:53:58 -0600
1429
1430 altos (0.6+202+gae6854d) unstable; urgency=low
1431
1432   * update desktop file for conformance with current standards
1433
1434  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 17:04:31 -0600
1435
1436 altos (0.6+200+g68eaaa6) unstable; urgency=low
1437
1438   * add initial package build scripts for Arch Linux from Bob Finch
1439   * add desktop file provided by Bob Finch
1440
1441  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 16:44:27 -0600
1442
1443 altos (0.6+195+gcde60f1) unstable; urgency=low
1444
1445   * Revert "Merge remote branch 'remotes/origin/fix-reset'"
1446
1447  -- Bdale Garbee <bdale@gag.com>  Thu, 06 May 2010 13:59:16 -0600
1448
1449 altos (0.6+193+g314d27a) unstable; urgency=low
1450
1451   [ Keith Packard ]
1452   * Don't change dbg clock while changing reset_n. Use 20ms everywhere
1453
1454  -- Bdale Garbee <bdale@gag.com>  Thu, 06 May 2010 12:47:51 -0600
1455
1456 altos (0.6+190+g8b6767e) unstable; urgency=low
1457
1458   [ Keith Packard ]
1459   * Fix all stdio reading functions to be __critical
1460   * Use ao_delay to sleep for 2 seconds instead of trying ao_sleep
1461
1462  -- Bdale Garbee <bdale@gag.com>  Wed, 05 May 2010 02:34:06 -0600
1463
1464 altos (0.6+187+g8702f49) unstable; urgency=low
1465
1466   [ Bdale Garbee ]
1467   * more text created during SFO->DEN flight
1468   * initial attempt at a telemetrum turn on script .. needs work
1469
1470   [ Keith Packard ]
1471   * Revert "Add optional 's' command to packet slave to enable/disable
1472     slave mode"
1473   * Disable interrupts while reading from stdin
1474
1475  -- Bdale Garbee <bdale@gag.com>  Wed, 05 May 2010 01:52:27 -0600
1476
1477 altos (0.6+180+g99094f0) unstable; urgency=low
1478
1479   [ Keith Packard ]
1480   * Increase reset switch time to 100ms
1481   * Add optional 's' command to packet slave to enable/disable slave
1482     mode
1483   * More ALtosUI changes
1484   * Autodetect flite voice registration function
1485
1486   [ Bdale Garbee ]
1487   * capture work done on SFO->DEN flight
1488   * add some RF usage information from an email reply sent today, and
1489     re-indent
1490
1491  -- Bdale Garbee <bdale@gag.com>  Tue, 27 Apr 2010 00:17:57 -0600
1492
1493 altos (0.6+171+g9394393) unstable; urgency=low
1494
1495   [ Bdale Garbee ]
1496   * wrong Yaesu model
1497
1498   [ Keith Packard ]
1499   * Only have the slave return a packet if it received one.
1500
1501  -- Bdale Garbee <bdale@gag.com>  Sat, 10 Apr 2010 15:01:04 -0600
1502
1503 altos (0.6+168+gc0ee1ae) unstable; urgency=low
1504
1505   [ Bdale Garbee ]
1506   * INSTALL file changed by auto tools
1507
1508   [ Keith Packard ]
1509   * libflite may forget to reference libasound
1510
1511  -- Bdale Garbee <bdale@gag.com>  Fri, 09 Apr 2010 00:08:24 -0600
1512
1513 altos (0.6+164+g5c3b6e2) unstable; urgency=low
1514
1515   [ Keith Packard ]
1516   * Start adding java-based UI
1517   * Add telemetry data parsing code
1518   * Add Windows install .inf file
1519   * Fix windows install file
1520   * Add telem parsing code
1521   * Steal C code from ao-view
1522   * Display table of flight info. gps is not working yet though
1523   * Fix up table formatting
1524   * Fix status update
1525   * Fix state updates
1526   * Clean up GPS data formatting
1527   * Report current gps nsat, not last locked nsat
1528   * Remove GPS data missing from skytraq. Save max height/accel/speed
1529   * Remove unused cell renderer class
1530   * Make .jar file
1531   * Use RXTX for serial comm. Add logdir preference saving
1532   * Make ao_radio_idle keep trying to get the radio to idle.
1533   * Don't abort the radio when enabling telemetry monitoring
1534   * Clean up some altosui comments
1535   * Switch TeleMetrum from v0.2 to v1.0
1536   * Add Linux device discovery
1537   * Interrupt running replay thread when starting another replay
1538   * serial port read function cannot be interrupted. poll every 1 second
1539   * TD reports "not-connected" when GPS has 0 sats
1540   * Tasks may move in task structure as a result of ao_exit
1541   * Enable telemetry monitoring
1542   * Use 16-bit flite voice (which appears to have changed symbols
1543     recently)
1544   * When changing RESET line, delay 20ms
1545
1546   [ Bdale Garbee ]
1547   * choose a better set of docbook xsl files
1548
1549  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 19:56:27 -0600
1550
1551 altos (0.6+131+g6629ec5) unstable; urgency=low
1552
1553   * lose the url entirely for now
1554
1555  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:43:01 -0600
1556
1557 altos (0.6+129+g934434f) unstable; urgency=low
1558
1559   * fix typo in url
1560
1561  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:41:38 -0600
1562
1563 altos (0.6+127+g05ad583) unstable; urgency=low
1564
1565   * need another build dep
1566
1567  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:35:04 -0600
1568
1569 altos (0.6+125+g8f1d47e) unstable; urgency=low
1570
1571   * make lintian happy
1572   * tweak copyright assertion
1573   * crudely incorporate "day in the life" info from web page
1574   * rewrite urls in docbook format
1575
1576  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:28:04 -0600
1577
1578 altos (0.6+119+g00f49c8) unstable; urgency=low
1579
1580   [ Bdale Garbee ]
1581   * update changelogs for Debian build
1582   * move gbp.conf into debian/
1583   * initial harness for documentation
1584   * fix typo
1585
1586   [ Keith Packard ]
1587   * Round radio calibration value instead of truncating
1588   * Document the ao-dumplog '--remote' flag for radio-link downloads
1589
1590  -- Bdale Garbee <bdale@gag.com>  Tue, 30 Mar 2010 23:19:15 -0600
1591
1592 altos (0.6+108+g6e61170) unstable; urgency=low
1593
1594   [ Keith Packard ]
1595   * Need to duplicate new altitude conversion code in aoview.
1596
1597  -- Bdale Garbee <bdale@gag.com>  Thu, 04 Mar 2010 17:33:27 -0700
1598
1599 altos (0.6+106+ga1478f6) unstable; urgency=low
1600
1601   [ Keith Packard ]
1602   * Add ao_radio_xmit to help test boards without flashing them.
1603   * Allow product names to have suffixes (like board revisions)
1604   * Fix and document the ao-rawload --run flag
1605   * Add LED test
1606   * Leave .ihx files in the build directory too - easier to debug that way
1607   * Eliminate deadlock when writing config from radio link
1608   * Fix up LED colors for each product.
1609   * Add .gitignore for ao-bringup
1610
1611   [ Bdale Garbee ]
1612   * create a turn on script for lighting up TeleDongle v0.2 boards
1613
1614  -- Bdale Garbee <bdale@gag.com>  Sat, 27 Feb 2010 17:35:32 -0700
1615
1616 altos (0.6+95+g2f45953) unstable; urgency=low
1617
1618   * update changelogs for Debian build
1619   * conditionalize use of git on executability of /usr/bin/git binary
1620
1621  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 17:30:00 -0700
1622
1623 altos (0.6+88+gdeccc10) unstable; urgency=low
1624
1625   * add gawk as a build dependency since strtonum is a gawk extension
1626
1627  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 16:44:35 -0700
1628
1629 altos (0.6+86+g2491282) unstable; urgency=low
1630
1631   [ Keith Packard ]
1632   * Disable monitor mode before attempting radio test.
1633   * Ensure that ao_alarm waits at least the specified time
1634   * Remove dbg driver code from telemetrum/teledongle
1635   * Add AT45DBxx1D driver
1636   * Remove green LED and temp sensor from v0.2 code
1637   * Add at45db161d.h header file for new flash part.
1638   * Add 'f' command to display flash status register contents
1639   * Dump more flash parameters for the flash_status command
1640   * Dump config block from read/write config and flash_status commands
1641   * Don't set ao_flash_setup_done until we're actually done.
1642   * Remove flash debugging printfs
1643   * Add simple gps dump command 'g'
1644   * Force idle mode by shorting the SPI clock to ground at boot time.
1645   * Switch to using internal cc1111 temperature sensor
1646   * Missing ao_mutex_put in gps_dump
1647   * Compute daytime using GPS as time base
1648   * Pull in a bit more data for filtering the start of the boost
1649   * Log GPS data on pad after boost detect.
1650   * Change barometer conversion code to shrink conversion table
1651   * Change altos build process to support per-product compile-time
1652     changes
1653   * Update .gitignore files
1654   * Quiet make output.
1655   * Add back stack size checking to altos linking phase
1656   * Must install .map files for ao-load to work
1657
1658  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 14:53:01 -0700
1659
1660 altos (0.6+60+g10d1bbc) unstable; urgency=low
1661
1662   [ Keith Packard ]
1663   * Use ao_radio_get/ao_radio_put in packet code.
1664
1665  -- Bdale Garbee <bdale@gag.com>  Sat, 19 Dec 2009 13:53:32 -0700
1666
1667 altos (0.6+58+gbbb152c) unstable; urgency=low
1668
1669   [ Keith Packard ]
1670   * Re-order config values. Change frequency to cal
1671   * Allow radio calibration to be set from ao-load
1672   * Add --cal to man page
1673
1674  -- Bdale Garbee <bdale@gag.com>  Sat, 19 Dec 2009 12:05:26 -0700
1675
1676 altos (0.6+53+gcd49847) unstable; urgency=low
1677
1678   [ Keith Packard ]
1679   * Remove send_serial and serial_baud commands.
1680   * Make ao_cmd_decimal produce both 32 and 16 bit values.
1681   * Add radio calibration configuration.
1682
1683  -- Bdale Garbee <bdale@gag.com>  Sat, 05 Dec 2009 11:02:49 -0700
1684
1685 altos (0.6+49+g9a1d7dd) unstable; urgency=low
1686
1687   [ Keith Packard ]
1688   * Change default callsign to "N0CALL"
1689
1690  -- Bdale Garbee <bdale@gag.com>  Fri, 04 Dec 2009 21:01:55 -0700
1691
1692 altos (0.6+47+g4053309) unstable; urgency=low
1693
1694   * fix absolute path in debian/dirs, add Suggests for slim-altusmetrum
1695   * change home URL in control file to be the AltOS page
1696
1697  -- Bdale Garbee <bdale@gag.com>  Thu, 26 Nov 2009 11:15:47 -0700
1698
1699 altos (0.6+43+gd6ba07e) unstable; urgency=low
1700
1701   [ Keith Packard ]
1702   * Decode HDOP data from skytraq GPS
1703   * Document ao-postflight --gps and --kml options.
1704   * Make ao-postflight create filenames using input filenames.
1705   * Make TD print 0000-00-00 for invalid dates.
1706   * Fix --plot arg handling. Add -all option.
1707   * Convert telemetry file GPS satellite information in cc_log_read
1708   * Don't crash if --plot isn't passed on ao-postflight command line
1709   * ao-postflight: compute barometric alt for each GPS position
1710   * ao-postflight: don't try to use missing gps sat data
1711   * Automatically extract flight number for eeprom and telem filenames.
1712
1713  -- Bdale Garbee <bdale@gag.com>  Sun, 22 Nov 2009 10:18:26 -0700
1714
1715 altos (0.6+32+g87e6f3e) unstable; urgency=low
1716
1717   [ Bdale Garbee ]
1718   * fix typo in comment
1719
1720   [ Keith Packard ]
1721   * Reduce igniter firing time from 500ms to 50ms.
1722   * Add GPS date/time output to ao-postflight.
1723   * Eliminate SiRF state values from ao-view.
1724
1725  -- Bdale Garbee <bdale@gag.com>  Fri, 20 Nov 2009 13:18:06 -0700
1726
1727 altos (0.6+27+gb0d7e3f) unstable; urgency=low
1728
1729   [ Keith Packard ]
1730   * Add two-point accelerometer calibration.
1731   * Remove "l" command as ao-dumplong no longer uses it
1732   * Remove "d" command
1733   * Remove "f" command
1734   * Reformat ADC values to show all 16 bits
1735   * ao_flight_test was using accel value for pressure too
1736   * Pass accel calibration over telemetry stream. Telemetry data format
1737     change.
1738   * Add ability to dump eeprom data over radio link.
1739   * In packet master, move USB flush from packet thread to echo thread
1740   * In USB pollchar, wait for packet before re-checking USB out len
1741   * Explicitly use USB I/O routines in packet code
1742   * Flush pending input when switching to remote packet mode
1743   * Stop recording in ao-dumplog after receiving an invalid block
1744   * Move ao_match_word from ao_ignite.c to ao_cmd.c
1745   * Add Watchdog Timer Control register definitions
1746   * Add reboot command.
1747   * Return radio to telemetry settings when packet system closed.
1748   * ao-postflight: fix sloppy gps sat data realloc code (was crashing).
1749   * Loosen tolerances for main->landed transition
1750   * Provide a dummy 'uninstall' target in the src directory.
1751   * Share telemetry parsing code in cc library.
1752   * Enable telemetry receive in ao_view
1753   * Switch order of serial/flight in ao-postflight summary
1754   * Add flight number to telemetry stream.
1755   * Add date to GPS data, captured from GPRMC packet.
1756   * Stop using SiRF state info.
1757
1758  -- Bdale Garbee <bdale@gag.com>  Fri, 20 Nov 2009 11:43:56 -0700
1759
1760 altos (0.6) unstable; urgency=low
1761
1762   [ Keith Packard ]
1763   * Add support for the SkyTraq GPS unit
1764   * Build two versions of TM, one for SiRF, one for SkyTraq
1765   * Save some DSEG space by marking cmd functions __reentrant
1766   * Add ao_wake_task and ao_exit
1767   * Add keyhole-markup generation for ao-postflight.
1768   * Initial packet bits. Just testing transmission
1769   * Add radio carrier command
1770   * Wait for TX to finish sending data
1771   * Add ao_alarm
1772   * Remove reason from ao_dma_abort
1773   * Switch packet code from timer thread to ao_alarm
1774   * Use ao_radio_done to wait for TX to completely finish with packet
1775   * Send SYN packet to set sequence numbers
1776   * Add RFIM register
1777   * Do more flushing in packet test code
1778   * Use ao_alarm for ao_delay so it can be easily interrupted
1779   * Poke master to speed up packet rate when things are busy
1780   * No need to wakeup &ao_tick_count now
1781   * Enable packet-based communcation to command processor
1782   * Add more docs to the README file
1783   * Disable interrupts while removing tasks from task list
1784   * Add ao_usb_pollchar to ao.h
1785
1786  -- Bdale Garbee <bdale@gag.com>  Mon, 02 Nov 2009 16:53:45 -0700
1787
1788 altos (0.5+90+g127c312) unstable; urgency=low
1789
1790   * de-version the libreadline-dev build dependency
1791
1792  -- Bdale Garbee <bdale@gag.com>  Mon, 02 Nov 2009 15:57:29 -0700
1793
1794 altos (0.5+86+g2de548f) unstable; urgency=low
1795
1796   * automate push of updated and tagged master branch during
1797     debian/rules prebuild
1798   * flush repetitive junk out of debian/changelog, and update the
1799     prebuild target
1800   * add support for tagging git repository on each Debian package build
1801
1802  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Oct 2009 16:54:28 -0600
1803
1804 altos (0.5+77+gc57bd7f) unstable; urgency=low
1805
1806   * build for Debian from git
1807
1808  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Oct 2009 15:57:19 -0600
1809