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