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