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