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