971cda790bf9309ad2d80955a84e8ef2e4fe355a
[fw/altos] / debian / changelog
1 altos (0.7+28+gd006c5e) unstable; urgency=low
2
3   * add runtime dependencies for altos binary package
4
5  -- Bdale Garbee <bdale@gag.com>  Tue, 31 Aug 2010 00:20:00 -0400
6
7 altos (0.7+26+gc35632e) unstable; urgency=low
8
9   * don't build all the "fat" jar deliverables by default
10
11  -- Bdale Garbee <bdale@gag.com>  Mon, 30 Aug 2010 19:37:40 -0600
12
13 altos (0.7+23+g25764fc) unstable; urgency=low
14
15   [ Bdale Garbee ]
16   * fix up for an 0.7 release
17   * update changelogs for Debian build
18
19   [ Keith Packard ]
20   * libaltos: AltusMetrum devices use more than one USB ID.
21   * altosui: provide separate flush_input/flush_output for serial. deal
22     with monitor automatically
23   * altosui: discard invalid lines while reading Eeprom flight data
24   * libaltos: Mac OS X cannot use 'poll(2)' on serial lines.
25   * libaltos: Missing OS_LDFLAGS on cjnitest build
26   * libaltos: cjnitest needs altos_flush now
27   * altos: flush pending output when terminating packet mode
28   * altos: Abort radio harder when terminating packet mode.
29   * altos: shut down packet mode cleanly
30   * libaltos: Fix windows build.
31   * libaltos: Improve Makefile
32   * Update telemetrum.inf to include all current USB ids.
33   * libaltos: Add pre-built Mac OS X libaltos.dylib
34   * libaltos: Add pre-built Windows .dll
35   * altos: Windows sends USB Out packets of 0 length. Ack them.
36   * libaltos: Use overlapped I/O on windows
37   * altosui: Build linux, mac and windows archives on Linux
38   * altosui: build debian-style altosui too
39   * altosui: Devices with USB id 0x000a always get listed
40
41   [ Bdale Garbee ]
42   * continue even if rm's don't have anything to do
43   * make invocation of 'install' pathless to work on more Unix variants
44   * add a .gitattributes file, configuring the Mac and Windows binary
45     library
46
47  -- Bdale Garbee <bdale@gag.com>  Mon, 30 Aug 2010 19:07:13 -0600
48
49 altos (0.7) unstable; urgency=low
50
51   * update changelogs for Debian build
52   * fix up for an 0.7 release
53
54  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 22:25:38 -0600
55
56 altos (0.6+375+g0bd4cc0) unstable; urgency=low
57
58   * fix path to installed shared library
59
60  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 13:13:14 -0600
61
62 altos (0.6+373+gcf65c6b) unstable; urgency=low
63
64   [ Keith Packard ]
65   * altosui: rename AltosEeprom -> AltosEepromDownload, split out Altos
66     constants
67   * altosui: Capture config and version info in .eeprom files
68   * altosui: Merge gps date and time classes into gps class
69   * altosui: Clear displayed data rows as needed.
70   * altosui: Split status and info panels into separate files
71   * altosui: Explicitly initialize Altos class
72   * altosui: Split flight record out of telemetry class
73   * altosui: Compute flight state from eeprom data
74   * altosui: Add comments to Eeprom reader
75   * altos: add callsign to packet mode, increase payload to 64 bytes
76   * altosui: Start adding code to write csv files from eeprom/telem
77     files
78   * ao-dumplog: add --channel option (for use with -R option)
79   * libaltos: integrate Windows support.
80   * altosui: Select devices by USB vendor/product ID.
81   * altos: Define USB product ID in per-product Makefile.defs file
82   * altosui: Make teledongle callsign configurable
83   * altosui: Add TeleMetrum configuration
84   * altosui: Set callsign when fetching eeprom data over the air
85
86   [ Bdale Garbee ]
87   * add freetts as a build dep
88   * working on java packaging details
89
90   [ Keith Packard ]
91   * altosui: Add .ihx file reading code and stub out flashing UI
92   * altosui: Add debug dongle API, split flash UI out
93   * ao-dumplog: Fix --remote and --channel options to actually work
94   * altosui: pad TM config dialog values to avoid clipping descenders
95   * libaltos: use pipe to wake up getchar on close. use mutexes
96   * altosui: Add lots more cc1111 debug interface functions
97   * altosui: remove debug printf from AltosHexfile
98   * altosui: flush serial output before waiting for reply
99   * altosui: Remove debug printf from AltosRomconfig
100   * altosui: Finish device programming code
101   * altos: Place rom config variables in fixed location
102   * altosui: make default Manifest look for built-in freetts
103   * altosui: Separate out log file choosing dialog to share with CSV
104     generator
105   * altosui: refactor logfile chooser dialog to share more code
106   * altosui: Add ability to create CSV file from telem or eeprom files
107   * altosui: disable radio monitoring while using serial line for
108     debugging
109   * altosui: Delay mapping Flash UI until flashing actually starts
110   * altosui: fetch existing romconfig for flashing
111   * altosui: always display romconfig ui while flashing
112   * altosui: write USB serial number string while flashing
113   * altosui: flush replies from serial link when entering debug mode
114   * altos: always rebuild ao_product.c to track git version
115   * altos: print GPS state flags in GPS 'g' command
116   * altos: mark gps date written only after it gets into eeprom
117   * altosui: Move number parsing code to Altos general class
118   * altosui: Add AltosGreatCircle constructors
119   * altosui: add rssi and distance/dir from pad to CSV files
120   * altosui: AltosEepromReader was mis-setting boost tick
121   * altosui: Add support for old (version < 3) telemetry files
122   * altosui: Serial line is in UTF-8 encoding. Deal with it.
123   * altosui: When parsing saved telem files, errors shouldn't abort file
124   * altosui: Remove debug printf from AltosState.java
125   * altosui: command line args are converted to csv format
126   * altos: prepare for sdcc 2.9.1
127
128   [ Bdale Garbee ]
129   * add a dummy install target
130   * lose the prebuild hook for now while I'm fumbling
131   * add install target for libaltos
132   * add an install target for altosui
133
134   [ Keith Packard ]
135   * altosui: add elevation and range information
136
137   [ Bdale Garbee ]
138   * fix up the wrapper's path to the jar file
139   * update Debian standards version
140   * fix permissions on installed jar file, switch from ao-view to
141     altosui in
142   * install altosui man page
143   * fix man page delivery path
144   * Revert "lose the prebuild hook for now while I'm fumbling"
145
146  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 12:40:04 -0600
147
148 altos (0.6+303+gb6da90b) unstable; urgency=low
149
150   * add freetts as a build dep
151   * move to science menu
152   * working on java packaging details
153
154  -- Bdale Garbee <bdale@gag.com>  Wed, 11 Aug 2010 22:11:28 -0400
155
156 altos (0.6+292+g8fc261c) unstable; urgency=low
157
158   * see if my new freetts package works
159
160  -- Bdale Garbee <bdale@gag.com>  Sat, 31 Jul 2010 10:55:21 -0600
161
162 altos (0.6+290+g7877496) unstable; urgency=low
163
164   [ Keith Packard ]
165   * altosui: check for closed serial device before reading
166   * altosui: Remove unnecessary freetts .jar files
167   * altosui: Close serial, join reader thread, free altos_file
168   * altosui: remove debug printf
169   * libaltos: build with java src encoding UTF8
170   * altosui: construct Darwin application directory
171   * Add Mac OS X packaging bits
172   * altosui: Switch eeprom extension back to .eeprom
173   * Moved Mac OS packaging to altosui dir
174   * altosui: remove option to install to alternate volume
175   * Make altosui test script executable
176
177  -- Bdale Garbee <bdale@gag.com>  Thu, 29 Jul 2010 13:30:19 -0600
178
179 altos (0.6+277+gd184819) unstable; urgency=low
180
181   [ Bdale Garbee ]
182   * fix text since TM only has one led to blink
183   * add swig as a build dep
184   * add a jdk to the build deps
185
186   [ Keith Packard ]
187   * When the EP0 IN buffer is full, don't panic, just skip sending
188     another
189   * Add libaltos which talks to USB connected altos devices
190   * Switch AltosUI to libaltos for device access
191   * Present list of altos devices in nice format
192   * Re-enable freetts
193   * Re-enable Linux support for altosui.
194   * Darwin doesn't have strndup.
195   * libaltos needs -I. on all systems
196   * libaltos: make clean remove all built files
197   * libaltos: build fat 10.5-compatible library
198   * Add Mac OS X packaging files for altosui
199   * Add application icons for Mac OS X
200   * Clean up altosui build a bit
201   * Remove directories as .class file dependencies; it makes them get
202     rebuilt all the time
203   * Java clean ups -- use varargs where possible, remove
204     AltosSerialReader
205   * Java voice reporting cleanups.
206   * Force java source encoding to UTF-8
207   * Make ao_log_data re-entrant as it is used for both sensor and GPS
208     logs
209   * altosui: Catch errors opening USB devices. Limit list to relevant
210     devices
211   * Make voice and channel menus work.
212   * Add voice test command for help in adjusting volume.
213   * Remove debug printf
214   * altosui: Add eeprom data capture function. No UI yet.
215   * altosui: Add progress bar for eeprom downloading status
216   * altosui: Fix Save flight data monitor layout, add cancel
217   * altosui: Replace device dialog. Center eeprom monitor.
218   * altosui: report rocket ground bearing at landing only if known
219   * Reset GPS ready status when GPS comes unlocked on the pad
220
221  -- Bdale Garbee <bdale@gag.com>  Thu, 29 Jul 2010 12:50:40 -0600
222
223 altos (0.6+236+gcd8aa79) unstable; urgency=low
224
225   [ Keith Packard ]
226   * Telemetry code was mis-computing RSSI
227   * Switch DBG pins to GPIO when using any debug commands. Reboot to
228     restore.
229
230   [ Bdale Garbee ]
231   * significant documentation update
232   * add build dep for sndfile
233   * reflect documentation file name change
234   * update to latest Debian standards version
235
236  -- Bdale Garbee <bdale@gag.com>  Tue, 20 Jul 2010 22:24:14 -0600
237
238 altos (0.6+224+g4766b13) unstable; urgency=low
239
240   [ Bdale Garbee ]
241   * documentation updates from Bob
242
243   [ Mike Beattie ]
244   * Extension to KML output format, and minor bug fix
245
246   [ Keith Packard ]
247   * ao-view: disable radio telemetry monitoring during channel change
248   * Add special code for USB panic's.
249   * ao-postflight: was walking off state.data array
250   * Abort any in-progress radio operation when changing radio channel
251
252  -- Bdale Garbee <bdale@gag.com>  Thu, 24 Jun 2010 12:37:34 -0700
253
254 altos (0.6+214+g16c4cae) unstable; urgency=low
255
256   [ Bdale Garbee ]
257   * updates including a typo fix from Bob Finch to the PKGBUILD-git.altos
258   * merge a derivative of Bob Finch's mere mortals guide as getting started
259   * merge the altusmetrum-themes package
260
261   [ Keith Packard ]
262   * Fix telemetrum.inf, tested by Adrian and Keithp
263   * Finish basic flight monitoring UI with voice using FreeTTS
264
265  -- Bdale Garbee <bdale@gag.com>  Tue, 18 May 2010 00:24:40 -0600
266
267 altos (0.6+204+g6bd8513) unstable; urgency=low
268
269   * lose the quotes since they apparently aren't necessary
270
271  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 19:53:58 -0600
272
273 altos (0.6+202+gae6854d) unstable; urgency=low
274
275   * update desktop file for conformance with current standards
276
277  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 17:04:31 -0600
278
279 altos (0.6+200+g68eaaa6) unstable; urgency=low
280
281   * add initial package build scripts for Arch Linux from Bob Finch
282   * add desktop file provided by Bob Finch
283
284  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 16:44:27 -0600
285
286 altos (0.6+195+gcde60f1) unstable; urgency=low
287
288   * Revert "Merge remote branch 'remotes/origin/fix-reset'"
289
290  -- Bdale Garbee <bdale@gag.com>  Thu, 06 May 2010 13:59:16 -0600
291
292 altos (0.6+193+g314d27a) unstable; urgency=low
293
294   [ Keith Packard ]
295   * Don't change dbg clock while changing reset_n. Use 20ms everywhere
296
297  -- Bdale Garbee <bdale@gag.com>  Thu, 06 May 2010 12:47:51 -0600
298
299 altos (0.6+190+g8b6767e) unstable; urgency=low
300
301   [ Keith Packard ]
302   * Fix all stdio reading functions to be __critical
303   * Use ao_delay to sleep for 2 seconds instead of trying ao_sleep
304
305  -- Bdale Garbee <bdale@gag.com>  Wed, 05 May 2010 02:34:06 -0600
306
307 altos (0.6+187+g8702f49) unstable; urgency=low
308
309   [ Bdale Garbee ]
310   * more text created during SFO->DEN flight
311   * initial attempt at a telemetrum turn on script .. needs work
312
313   [ Keith Packard ]
314   * Revert "Add optional 's' command to packet slave to enable/disable
315     slave mode"
316   * Disable interrupts while reading from stdin
317
318  -- Bdale Garbee <bdale@gag.com>  Wed, 05 May 2010 01:52:27 -0600
319
320 altos (0.6+180+g99094f0) unstable; urgency=low
321
322   [ Keith Packard ]
323   * Increase reset switch time to 100ms
324   * Add optional 's' command to packet slave to enable/disable slave
325     mode
326   * More ALtosUI changes
327   * Autodetect flite voice registration function
328
329   [ Bdale Garbee ]
330   * capture work done on SFO->DEN flight
331   * add some RF usage information from an email reply sent today, and
332     re-indent
333
334  -- Bdale Garbee <bdale@gag.com>  Tue, 27 Apr 2010 00:17:57 -0600
335
336 altos (0.6+171+g9394393) unstable; urgency=low
337
338   [ Bdale Garbee ]
339   * wrong Yaesu model
340
341   [ Keith Packard ]
342   * Only have the slave return a packet if it received one.
343
344  -- Bdale Garbee <bdale@gag.com>  Sat, 10 Apr 2010 15:01:04 -0600
345
346 altos (0.6+168+gc0ee1ae) unstable; urgency=low
347
348   [ Bdale Garbee ]
349   * INSTALL file changed by auto tools
350
351   [ Keith Packard ]
352   * libflite may forget to reference libasound
353
354  -- Bdale Garbee <bdale@gag.com>  Fri, 09 Apr 2010 00:08:24 -0600
355
356 altos (0.6+164+g5c3b6e2) unstable; urgency=low
357
358   [ Keith Packard ]
359   * Start adding java-based UI
360   * Add telemetry data parsing code
361   * Add Windows install .inf file
362   * Fix windows install file
363   * Add telem parsing code
364   * Steal C code from ao-view
365   * Display table of flight info. gps is not working yet though
366   * Fix up table formatting
367   * Fix status update
368   * Fix state updates
369   * Clean up GPS data formatting
370   * Report current gps nsat, not last locked nsat
371   * Remove GPS data missing from skytraq. Save max height/accel/speed
372   * Remove unused cell renderer class
373   * Make .jar file
374   * Use RXTX for serial comm. Add logdir preference saving
375   * Make ao_radio_idle keep trying to get the radio to idle.
376   * Don't abort the radio when enabling telemetry monitoring
377   * Clean up some altosui comments
378   * Switch TeleMetrum from v0.2 to v1.0
379   * Add Linux device discovery
380   * Interrupt running replay thread when starting another replay
381   * serial port read function cannot be interrupted. poll every 1 second
382   * TD reports "not-connected" when GPS has 0 sats
383   * Tasks may move in task structure as a result of ao_exit
384   * Enable telemetry monitoring
385   * Use 16-bit flite voice (which appears to have changed symbols
386     recently)
387   * When changing RESET line, delay 20ms
388
389   [ Bdale Garbee ]
390   * choose a better set of docbook xsl files
391
392  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 19:56:27 -0600
393
394 altos (0.6+131+g6629ec5) unstable; urgency=low
395
396   * lose the url entirely for now
397
398  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:43:01 -0600
399
400 altos (0.6+129+g934434f) unstable; urgency=low
401
402   * fix typo in url
403
404  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:41:38 -0600
405
406 altos (0.6+127+g05ad583) unstable; urgency=low
407
408   * need another build dep
409
410  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:35:04 -0600
411
412 altos (0.6+125+g8f1d47e) unstable; urgency=low
413
414   * make lintian happy
415   * tweak copyright assertion
416   * crudely incorporate "day in the life" info from web page
417   * rewrite urls in docbook format
418
419  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:28:04 -0600
420
421 altos (0.6+119+g00f49c8) unstable; urgency=low
422
423   [ Bdale Garbee ]
424   * update changelogs for Debian build
425   * move gbp.conf into debian/
426   * initial harness for documentation
427   * fix typo
428
429   [ Keith Packard ]
430   * Round radio calibration value instead of truncating
431   * Document the ao-dumplog '--remote' flag for radio-link downloads
432
433  -- Bdale Garbee <bdale@gag.com>  Tue, 30 Mar 2010 23:19:15 -0600
434
435 altos (0.6+108+g6e61170) unstable; urgency=low
436
437   [ Keith Packard ]
438   * Need to duplicate new altitude conversion code in aoview.
439
440  -- Bdale Garbee <bdale@gag.com>  Thu, 04 Mar 2010 17:33:27 -0700
441
442 altos (0.6+106+ga1478f6) unstable; urgency=low
443
444   [ Keith Packard ]
445   * Add ao_radio_xmit to help test boards without flashing them.
446   * Allow product names to have suffixes (like board revisions)
447   * Fix and document the ao-rawload --run flag
448   * Add LED test
449   * Leave .ihx files in the build directory too - easier to debug that way
450   * Eliminate deadlock when writing config from radio link
451   * Fix up LED colors for each product.
452   * Add .gitignore for ao-bringup
453
454   [ Bdale Garbee ]
455   * create a turn on script for lighting up TeleDongle v0.2 boards
456
457  -- Bdale Garbee <bdale@gag.com>  Sat, 27 Feb 2010 17:35:32 -0700
458
459 altos (0.6+95+g2f45953) unstable; urgency=low
460
461   * update changelogs for Debian build
462   * conditionalize use of git on executability of /usr/bin/git binary
463
464  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 17:30:00 -0700
465
466 altos (0.6+88+gdeccc10) unstable; urgency=low
467
468   * add gawk as a build dependency since strtonum is a gawk extension
469
470  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 16:44:35 -0700
471
472 altos (0.6+86+g2491282) unstable; urgency=low
473
474   [ Keith Packard ]
475   * Disable monitor mode before attempting radio test.
476   * Ensure that ao_alarm waits at least the specified time
477   * Remove dbg driver code from telemetrum/teledongle
478   * Add AT45DBxx1D driver
479   * Remove green LED and temp sensor from v0.2 code
480   * Add at45db161d.h header file for new flash part.
481   * Add 'f' command to display flash status register contents
482   * Dump more flash parameters for the flash_status command
483   * Dump config block from read/write config and flash_status commands
484   * Don't set ao_flash_setup_done until we're actually done.
485   * Remove flash debugging printfs
486   * Add simple gps dump command 'g'
487   * Force idle mode by shorting the SPI clock to ground at boot time.
488   * Switch to using internal cc1111 temperature sensor
489   * Missing ao_mutex_put in gps_dump
490   * Compute daytime using GPS as time base
491   * Pull in a bit more data for filtering the start of the boost
492   * Log GPS data on pad after boost detect.
493   * Change barometer conversion code to shrink conversion table
494   * Change altos build process to support per-product compile-time
495     changes
496   * Update .gitignore files
497   * Quiet make output.
498   * Add back stack size checking to altos linking phase
499   * Must install .map files for ao-load to work
500
501  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 14:53:01 -0700
502
503 altos (0.6+60+g10d1bbc) unstable; urgency=low
504
505   [ Keith Packard ]
506   * Use ao_radio_get/ao_radio_put in packet code.
507
508  -- Bdale Garbee <bdale@gag.com>  Sat, 19 Dec 2009 13:53:32 -0700
509
510 altos (0.6+58+gbbb152c) unstable; urgency=low
511
512   [ Keith Packard ]
513   * Re-order config values. Change frequency to cal
514   * Allow radio calibration to be set from ao-load
515   * Add --cal to man page
516
517  -- Bdale Garbee <bdale@gag.com>  Sat, 19 Dec 2009 12:05:26 -0700
518
519 altos (0.6+53+gcd49847) unstable; urgency=low
520
521   [ Keith Packard ]
522   * Remove send_serial and serial_baud commands.
523   * Make ao_cmd_decimal produce both 32 and 16 bit values.
524   * Add radio calibration configuration.
525
526  -- Bdale Garbee <bdale@gag.com>  Sat, 05 Dec 2009 11:02:49 -0700
527
528 altos (0.6+49+g9a1d7dd) unstable; urgency=low
529
530   [ Keith Packard ]
531   * Change default callsign to "N0CALL"
532
533  -- Bdale Garbee <bdale@gag.com>  Fri, 04 Dec 2009 21:01:55 -0700
534
535 altos (0.6+47+g4053309) unstable; urgency=low
536
537   * fix absolute path in debian/dirs, add Suggests for slim-altusmetrum
538   * change home URL in control file to be the AltOS page
539
540  -- Bdale Garbee <bdale@gag.com>  Thu, 26 Nov 2009 11:15:47 -0700
541
542 altos (0.6+43+gd6ba07e) unstable; urgency=low
543
544   [ Keith Packard ]
545   * Decode HDOP data from skytraq GPS
546   * Document ao-postflight --gps and --kml options.
547   * Make ao-postflight create filenames using input filenames.
548   * Make TD print 0000-00-00 for invalid dates.
549   * Fix --plot arg handling. Add -all option.
550   * Convert telemetry file GPS satellite information in cc_log_read
551   * Don't crash if --plot isn't passed on ao-postflight command line
552   * ao-postflight: compute barometric alt for each GPS position
553   * ao-postflight: don't try to use missing gps sat data
554   * Automatically extract flight number for eeprom and telem filenames.
555
556  -- Bdale Garbee <bdale@gag.com>  Sun, 22 Nov 2009 10:18:26 -0700
557
558 altos (0.6+32+g87e6f3e) unstable; urgency=low
559
560   [ Bdale Garbee ]
561   * fix typo in comment
562
563   [ Keith Packard ]
564   * Reduce igniter firing time from 500ms to 50ms.
565   * Add GPS date/time output to ao-postflight.
566   * Eliminate SiRF state values from ao-view.
567
568  -- Bdale Garbee <bdale@gag.com>  Fri, 20 Nov 2009 13:18:06 -0700
569
570 altos (0.6+27+gb0d7e3f) unstable; urgency=low
571
572   [ Keith Packard ]
573   * Add two-point accelerometer calibration.
574   * Remove "l" command as ao-dumplong no longer uses it
575   * Remove "d" command
576   * Remove "f" command
577   * Reformat ADC values to show all 16 bits
578   * ao_flight_test was using accel value for pressure too
579   * Pass accel calibration over telemetry stream. Telemetry data format
580     change.
581   * Add ability to dump eeprom data over radio link.
582   * In packet master, move USB flush from packet thread to echo thread
583   * In USB pollchar, wait for packet before re-checking USB out len
584   * Explicitly use USB I/O routines in packet code
585   * Flush pending input when switching to remote packet mode
586   * Stop recording in ao-dumplog after receiving an invalid block
587   * Move ao_match_word from ao_ignite.c to ao_cmd.c
588   * Add Watchdog Timer Control register definitions
589   * Add reboot command.
590   * Return radio to telemetry settings when packet system closed.
591   * ao-postflight: fix sloppy gps sat data realloc code (was crashing).
592   * Loosen tolerances for main->landed transition
593   * Provide a dummy 'uninstall' target in the src directory.
594   * Share telemetry parsing code in cc library.
595   * Enable telemetry receive in ao_view
596   * Switch order of serial/flight in ao-postflight summary
597   * Add flight number to telemetry stream.
598   * Add date to GPS data, captured from GPRMC packet.
599   * Stop using SiRF state info.
600
601  -- Bdale Garbee <bdale@gag.com>  Fri, 20 Nov 2009 11:43:56 -0700
602
603 altos (0.6) unstable; urgency=low
604
605   [ Keith Packard ]
606   * Add support for the SkyTraq GPS unit
607   * Build two versions of TM, one for SiRF, one for SkyTraq
608   * Save some DSEG space by marking cmd functions __reentrant
609   * Add ao_wake_task and ao_exit
610   * Add keyhole-markup generation for ao-postflight.
611   * Initial packet bits. Just testing transmission
612   * Add radio carrier command
613   * Wait for TX to finish sending data
614   * Add ao_alarm
615   * Remove reason from ao_dma_abort
616   * Switch packet code from timer thread to ao_alarm
617   * Use ao_radio_done to wait for TX to completely finish with packet
618   * Send SYN packet to set sequence numbers
619   * Add RFIM register
620   * Do more flushing in packet test code
621   * Use ao_alarm for ao_delay so it can be easily interrupted
622   * Poke master to speed up packet rate when things are busy
623   * No need to wakeup &ao_tick_count now
624   * Enable packet-based communcation to command processor
625   * Add more docs to the README file
626   * Disable interrupts while removing tasks from task list
627   * Add ao_usb_pollchar to ao.h
628
629  -- Bdale Garbee <bdale@gag.com>  Mon, 02 Nov 2009 16:53:45 -0700
630
631 altos (0.5+90+g127c312) unstable; urgency=low
632
633   * de-version the libreadline-dev build dependency
634
635  -- Bdale Garbee <bdale@gag.com>  Mon, 02 Nov 2009 15:57:29 -0700
636
637 altos (0.5+86+g2de548f) unstable; urgency=low
638
639   * automate push of updated and tagged master branch during
640     debian/rules prebuild
641   * flush repetitive junk out of debian/changelog, and update the
642     prebuild target
643   * add support for tagging git repository on each Debian package build
644
645  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Oct 2009 16:54:28 -0600
646
647 altos (0.5+77+gc57bd7f) unstable; urgency=low
648
649   * build for Debian from git
650
651  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Oct 2009 15:57:19 -0600
652