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