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