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