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