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