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