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