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