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