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