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