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