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