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