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