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