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