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