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