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