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