update changelogs for Debian build
[fw/altos] / debian / changelog
1 altos (1.0.1) unstable; urgency=low
2
3   [ Bdale Garbee ]
4   * use multimaint-merge to make Debian changelogs less ugly
5   * update TeleMini turnon script now that we've made a stable firmware release
6   * moving git-buildpackage config into .git/ since it is fairly specific to 
7     Bdale's build environment, and doesn't need to be in the source package
8   * get ready for a 1.0.1 release
9
10   [ Keith Packard ]
11   * altos: Clear callsign on initial config load
12
13  -- Bdale Garbee <bdale@gag.com>  Fri, 26 Aug 2011 09:42:35 -0600
14
15 altos (1.0) unstable; urgency=low
16
17   [ Keith Packard ]
18   * altos: Lost change that reported flight 0 when log memory was full
19   * altosui: Ancient log files used 'apogee' for 'coast' state
20   * altosui: Add 'On-board Data Logging' indicator to pad tab
21
22   [ Bdale Garbee ]
23   * update changelogs for Debian build
24   * update changelogs for Debian build
25
26   [ Keith Packard ]
27   * altosui: remove debug printf in pad pane
28   * altosui: Disable 'max flight log' config when there are stored flights
29   * altos: Merge common config code in ao_config.c
30   * Bump version to 0.9.7
31   * altos/altosui: Add ability to disable telemetry/rdf completely
32   * altosui: Clean up command line processing. Add --graph
33   * altos-fat/windows: Check and install Java 1.6 as needed
34   * altosui/windows: Fix a bunch of windows compiler warnings.
35   * altosui: Attempt to make both 32- and 64-bit windows DLLs
36   * doc: Add note about telemetry disable mode to 1.0 release notes
37   * doc: Add Installation Recommendations chapter
38   * altosui: Add a few simple unit conversions
39   * altosui: Capture date/time/serial/flight in AltosFlightStats
40   * altosui: Add date/time/serial/flight to flight stats tab
41   * altosui: Show filename in AltosGraph window
42   * altosui: Add --summary option to dump flight stats to stdout
43   * altosui: Make monitor-idle display correct 'On-board data logging' status
44   * altosui: Can't configure flight log max on TeleMini
45   * altosui: fix 'magic' string to signal end of config data
46   * altosui: Only 'show' config dialog once
47   * altosui: Reset all config data on 'reset' command
48   * altosui: Update mac os X library
49   * libaltos: fix Mac OS X function signatures
50   * altosui: add tool-tips to the button box.
51
52   [ Bdale Garbee ]
53   * turn off auto-tagging during Debian build
54   * update changelogs for Debian build
55   * rewind changelog to 0.9.6.0 for rebuild
56   * update changelogs for Debian build
57
58   [ Keith Packard ]
59   * altosui: Use system look&feel
60   * Remove stale tools (ao-dumplog, ao-postflight, ao-view)
61   * altosui: Add tool-tips to config dialogs
62   * altosui: Try to get dialogs to look a little better
63
64   [ Bdale Garbee ]
65   * another test round
66   * roll changelog back in prep for another test build
67   * update changelogs for Debian build
68   * add pkg-config to the build deps
69   * prepare for another rebuild
70   * update changelogs for Debian build
71
72   [ Keith Packard ]
73   * altosui: Don't trust companion telemetry record 'channels' count
74   * altosui: Make flight monitor font size configurable
75   * altos/windows: Get latest JRE 1.6 version (Version 6 update 27)
76
77   [ Bdale Garbee ]
78   * doc tweaks through chap 3
79
80   [ Keith Packard ]
81   * doc: Spelling corrections in altusmetrum.xsl
82   * doc: Document pad-mode 'on-board data logging' indicator
83
84   [ Bdale Garbee ]
85   * more doc tweaking
86
87   [ Keith Packard ]
88   * doc: Describe packet command mode a bit better.
89   * doc: Move Packet Command Mode section to System Operations chapter
90
91   [ Bdale Garbee ]
92   * more doc tweaks
93   * more tweaks
94
95   [ Keith Packard ]
96   * doc: use 'radio link' to refer to packet command mode
97
98   [ Bdale Garbee ]
99   * more tweaking
100
101   [ Keith Packard ]
102   * doc: Move updating device firmware section to separate chapter
103   * doc: Updating Firmware is now a separate chapter
104
105   [ Bdale Garbee ]
106   * more changes
107
108   [ Keith Packard ]
109   * doc: Move the remaining command-mode descriptions to the appendix
110
111   [ Bdale Garbee ]
112   * tweak tweak tweak
113
114   [ Keith Packard ]
115   * doc: Describe max flight log, ignite mode and pad orientation
116   * doc: Remove duplicate documentation about max flight log
117
118   [ Bdale Garbee ]
119   * more tweaks
120   * prepare to release
121   * don't deliver sources.list fragment in official Debian packages
122   * changes in preparation for upload to Debian
123   * ao-view is no longer included in the altos package, so have the 
124     old-style Debian menu entry point to altosui instead
125   * rewind packaging changelog to last tagged version
126   * update desktop file for consistency with package section
127   * we need a main category in the desktop file
128   * really, I mean it, no longer deliver the sources.list fragment
129   * add a postinst to remove sources.list.d fragment delivered by old 
130     private versions of this package, no longer needed once we have 
131     official packages
132
133  -- Bdale Garbee <bdale@gag.com>  Thu, 25 Aug 2011 02:22:21 -0600
134
135 altos (0.9.6.0) unstable; urgency=low
136
137   [ Keith Packard ]
138   * altos: Correct flight log max on Tm to 5k
139   * altosui: Change button to 'Configure Altimeter'
140   * altos: Remove pad_orientation functions from non-accel devices
141   * altos: Add ability to set arbitrary radio frequency
142   * altosui: Add dialogs to configure 'common' frequencies
143   * altosui: Convert from channels to frequencies
144   * Set version to 0.9.5.0
145   * altosui: altimeter is not spelled altimter
146   * altosui: Pull out BlueTooth support
147   * altos: minor type in comment about accel correction
148   * altosui: Must set radio calibration before radio setting
149   * altosui: A few misc cleanups.
150   * altosui: Have single radio_to_frequency function
151   * altosui: Save frequency after setting it in AltosFlightUI
152   * altosui: Show AltosFrequency in scan results
153   * altosui: Remove debugging printfs from AltosSerial
154   * altosui: Flush radio setting to serial device
155   * altosui: Remove unused AltosConfigData from AltosTelemetryReader
156   * altosui: Reading serial from swing thread only bad if remote
157   * altosui: Make set of telemetries to use while scanning configurable
158   * altosui: Add close button to 'fire' dialog
159   * altos: Switch telemini from v0.1 to v1.0
160   * altosui: Don't export product defs from libaltos
161   * altosui: Ensure serial code tracks reply nesting correctly
162   * altosui: Ship TeleMini v1.0 firmware with fat blobs
163   * Altosui: Add flight statistics tab to graph window
164   * altosui: Add a 'Graph Flight' button to the 'landed'  tab
165   * altosui: Prune telemetry file graphs to just the flight
166   * altosui: Plot reasonable data from Tm files
167   * altosui: Move launch-sites.txt file to altusmetrum.org
168   * Bump version to 0.9.6.0
169   * doc: Update altusmetrum.xsl for v1.0 software and TeleMini
170   * doc: Document Ignite Mode and Pad Orientation configuration options
171   * doc: Describe 'stats' tab in Graph UI, 'Graph Flight' button.
172   * doc: Add telemetry docs to debian/linux/mac/windows packages
173   * doc: Add release notes, include them in altusmetrum doc. Shuffle altusmetrum
174   * doc: Add 1.0 release notes.
175   * altos: Pull igniter pins low as soon as possible at boot time
176   * altos: Apply igniter boot pulse-width reduction to telemini
177   * altos: remove monitor disable stubs from altimeter code
178   * ao-tools: ao-list was crashing with more than 3 devices connected
179   * libaltos: Mis-allocated device list in libaltos
180   * altos: shrink text space from ao_config.c
181   * altos: re-write a bit of GPS parsing code to reduce size
182   * altos/altosui: Report log format in the version command
183   * altos: Don't try to use non-basestations for remote eeprom download
184   * altos: Add SPI-based companion board support
185   * altos: Put SPI in slower mode when talking to companion board
186   * altos: Make sure companion task exits cleanly when done
187   * altos: add the 'L' command to show the status of a linked companion board
188   * altos: Check for companion init packet validity was busted
189   * altosui: Add companion support to the flight UI and CSV conversion
190   * altos: Send SPI message at flight state changes
191   * altos: Send serial/flight to companion board
192   * altos: wait 10s for companion to boot
193   * altosui: Clean up eeprom parsing a bit
194   * altosui: Add support for TeleScience eeprom download
195   * altosui: Devices with log-format can also delete flights
196   * altosui: Eliminate inter-chunk flush_input calls
197   * altos: AltosSerial.flush_input shouldn't discard Interrupted exceptions
198   * altos: Correct AO_CONFIG_MINOR from 6 to 7
199   * altos: Reset radio channel to zero when using radio setting
200   * altos: use raw height while waiting for landing
201   * altosui: don't set channel when using radio setting
202   * altosui: Respect storage limits in flight log max config
203
204  -- Bdale Garbee <bdale@gag.com>  Fri, 19 Aug 2011 22:47:25 -0600
205
206 altos (0.9.4.5) unstable; urgency=low
207
208   [ Keith Packard ]
209   * altosui: Mark empty eeprom records 'invalid', don't generate exception
210   * altosui: Always read whole eeprom block, even at end of flight
211   * altosui: Display eeprom parsing errors to user
212   * Revert "src/ao_gps_skytraq.c: Update logging rate to 10Hz"
213
214   [ Anthony Towns ]
215   * src/ao_cmd: Shave off bytes from doc strings
216
217   [ Keith Packard ]
218   * altos: Oops. Lost a couple of commands when merging the doc patch
219   * altosui: Missed jcommon.jar in the Mac OS install image
220   * Bump published version number to 0.9.1
221   * aoview: remove -s option.
222
223   [ Anthony Towns ]
224   * ao_intflash: Use internal flash for storage
225
226   [ Keith Packard ]
227   * altos: Make serial, usb, beeper and accelerometer optional components
228   * altos/test: Use ao_convert.c instead of hand-coded pres â†’ alt func
229   * altos/test: Add baro-only flight test program
230   * altos: Start with packet slave running. Turn off in pad mode.
231   * altos: Add TeleMini v1.0
232
233   [ Anthony Towns ]
234   * ao_intflash: Avoid overwriting code
235
236   [ Keith Packard ]
237   * altos: Switch LED usage for TeleMini around
238   * altos: Switch pins around for TeleMini
239   * bringup: Add script for telemini
240   * ao-load: Make usb descriptor rewriting optional
241   * altos: oops -- altitude reporting wasn't pausing between signals
242   * altos: Internal flash ops block when running from flash
243
244   [ Anthony Towns ]
245   * ignore new flight test file
246
247   [ Keith Packard ]
248   * altos: Add tiny logging for TeleMini/TeleNano
249   * altos: Add kalman filters for baro-only boards
250   * altos: Tiny logging fixes. Scan at start, stop when land or full.
251   * altos: Add TeleNano support
252
253   [ Bdale Garbee ]
254   * fix up script to work and have reasonable texts
255
256   [ Keith Packard ]
257   * altos: Fix mini/nano default log size to available flash space
258   * altos/test: Add scripts to run lots of flights through the code
259   * altos: Write height values to log for nano/mini
260   * altos: Baro-only boards must not detect launch on accel or speed data
261   * altosui: Add software version to Configure AltosUI dialog
262   * altos: Don't init packet slave on TD. Make slave start optional
263   * altos: Configure packet size from send/recv parameters.
264   * altos: Make telemetry interval more consistent
265   * altos: Split out tiny telemetry from full telemetry
266   * altos: Split telenano main from telemini
267   * altos: The kalman code requires a constant sample rate
268   * altos: New telemetry report format (version 4). Supports tiny telemetry.
269   * altos: Add .sdcdbrc file for teledongle
270   * altos: Add nickle kalman implementation.
271   * altos: Switch telemetrum over to kalman filter
272   * altos: Compute a 'trust' value for the barometer
273   * altos/kalman: Kalman terms can be > 1, use 32-bit fixed point
274   * altos: Clean up some debug stuff in ao_flight.c
275   * altos: Add ao_flight_debug code
276   * altos: Missing parens and some bad arithmetic in the kalman code
277   * altos: Fix up flight code testing
278   * altos: Restore sensible kalman values
279   * altos: Ignore alt error for fast->coast. Allow larger error for baro apogee.
280   * altos: Exit flight test at landing. Allow description in test flight list
281   * Add ao_kalman.h to .gitignore
282   * Add description to test flights
283   * altosui: Add support for telemetry version 4
284   * altosui: Add telemetry format menu and preferences
285   * altosui: Remove a bunch of debug printfs from the eeprom manager code
286   * altosui: Add support for downloading TeleMini/TeleNano flight logs
287   * altosui: Remove extra AltosEepromBlock layer
288   * altosui: swing hide/show methods are deprecated
289   * altosui: Allow TM config connection to be canceled.
290   * altos: Variable log rate in full logging code too
291   * altos: full logging must flush pending data before checking state
292   * altosui: Off-by-one error in telemetry format configuration UI
293   * altosui: Allow radio channel to be configured over the radio link
294   * altosui: Tell serial device which frame to use for timeout dialogs
295   * altosui: Handle serial calls from swing thread
296   * altos: Split up flight code into separate flight/sample/kalman bits
297   * altos: Create custom nano flight code
298   * altosui: Clean up packet link connecting dialog
299   * altosui: Make flight log downloading handle 'Connecting...' dialog
300   * altosui: Make deployment testing handle Connecting... dialog
301   * altosui: Display exception messages from swing thread
302   * altosui: Don't display 0000-00-00 for missing flight log dates
303   * altos: ao_sample_preflight was exiting preflight mode immediately
304   * altos: Run RDF beacon after apogee instead of waiting for landing
305   * altos: Enable logging during nano flights
306   * altosui: Parse and export Max flight log value
307   * altosui: Only plot acceleration when present in data file
308   * altos: Reflect ao_flight split in ao_flight_test dependencies
309   * altos: Baro useful ceiling is MSL, not AGL
310   * altos: Make ao_flight_test show true height but report saturated height
311   * altos: Add initial TeleBT code
312   * altos: Add P2SEL_*_MASK defines to cc1111.h
313   * altos: expose set of available stdio values
314   * altos: Provide for a pre-filter on commands
315   * altos: Allow any stdio to be used with packet forwarding
316   * altos: Remove serial monitor command
317   * altos: Make ao_serial_drain public
318   * altos: Clean up usage of serial port for stdio
319   * altos: Clean up serial initialization
320   * altos: Make cmd echo per-connection instead of global
321   * altos: Clean up BT serial communcations
322   * altosui: Add missing AltosTelemetryMap.java file
323   * altos: Use PIO(6) on BTM to monitor BT connection. Fix BTM init.
324   * altosui: Add TeleBT USB device support
325   * altosui: Add low-level Bluetooth APIs
326   * altos/altosui: Log averaged baro sensor data in Tm/Tn
327   * altosui: oops - lost state changes when downloading eeprom data.
328   * altos: Write a few pre-launch samples for Tm/Tn devices
329   * altosui: Add primitive bluetooth device manager UI.
330   * altosui: Create abstract AltosDevice class
331   * altosui: Make AltosBTDevice implement AltosDevice interface
332   * altosui: Make bluetooth dialog modal
333   * altosui: Use persistent list of bluetooth devices for device dialogs
334   * altos: Add delays to bt startup sequence
335   * altosui: Wait two seconds after bluetooth connect XXX
336   * altos: Solidify BT connections
337   * altos: Simplify BT communications
338   * altos: Remove bt debug command
339   * altos: remove BT logging code
340   * altosui: Eliminate ao_cmd_filter hook
341   * altosui: Make flight data download work through TeleBT
342   * altos: add telebt-v0.0 Makefile
343   * altosui: Separate out flash debug code to separate thread
344   * altosui: Fix TeleBT name in flight monitor title
345   * altosui: Display reader name (usually the device) when an I/O error occurs
346   * altosui: Move AltosIgniteUI device open out of Swing thread
347   * altosui: Fix BT manage dialog so that the device lists resize
348   * altos: Add preliminary telebt v0.1 defines
349
350   [ Bdale Garbee ]
351   * first cut at a telebt turn on script
352
353   [ Keith Packard ]
354   * altos: Add telebt-v0.1 to Makefile
355   * altos: Use USART configuration 1 with flow control for TBT
356   * altos: Fix BT link status pin for real TBT hardware
357   * altos: pull TBT v0.1 ser_reset line low
358   * altos: Add beeper to TBT v0.1
359   * altos: Debugging TBT issues -- check pin configuration after boot
360   * altos: Initialize beeper for telebt
361   * altos: Hook up the P1 ISR for TeleBT v0.1 bt_link line
362   * altos: clear CPU port 1 interrupt flag when handled
363   * Revert "altos: Debugging TBT issues -- check pin configuration after boot"
364   * Switch version to 0.9.4
365   * altosui: Handle old TeleDongle receiving kalman telemetry packets
366   * altos: Rename telemetry to telemetry_orig
367   * altos: Add arbitrary telemetry packet monitoring
368   * altos: Add checksum to TELEM output lines
369   * altos: Start adding new telemetry frame definitions
370   * altos: ao_radio_recv needs byte count *including* rssi and status
371   * altosui: Support raw telemetry from TeleDongle
372   * doc: Add telemetry format description
373   * doc: Complete initial telemetry description
374   * doc: Fix a few minor telemetry doc mistakes
375   * Version strings must be < 8 bytes long
376   * altos: teledongle does not need ao_packet_slave.c
377   * altos: Shrink const space in ao_config
378   * altos: Add sat info to GPS report command
379   * altos: Shrink help text
380   * altos: Add split telemetry code
381   * altos: Complete new telemetry switchover
382   * altosui: Parse remaining standard telemetry packets
383   * doc: Chang Config and Location packets
384   * altos: Adapt to changes in telemetry Configuration packet
385   * doc: Add section about TeleDongle USB line format
386   * altosui: Elide nul bytes at end of telemetry string values
387   * altosui: Elide missing values from graphs
388   * altosui: Add main/drogue voltages to default graph
389   * altosui: Remove debug printf.
390   * altosui: Compress telemetry records marked with the same time
391   * altos: Shrink ao_cmd_put16, ao_cmd_hex and ao_cmd
392   * altos: Shrink ao_config_callsign_set
393   * altos: Shrink ao_add_task by rolling up a memset loop
394   * altos: Switch ao_gps_skytraq and ao_gps_sirf __xdata to __pdata
395   * altos: Switch ao_ignite and ao_gps_sirf __xdata to __pdata
396   * altos: Switch ao_log.c and ao_log_big.c __xdata to __pdata
397   * altos: Switch ao_report.c __xdata to __pdata
398   * altos: Switch ao_rssi.c __xdata to __pdata
399   * altos: Switch ao_sample.c __xdata to __pdata
400   * altos: Switch ao_serial.c __xdata to __pdata
401   * altos: Switch ao_stdio.c __data to __pdata
402   * altos: Switch ao_telemetry.c __xdata to __pdata
403   * altos: Switch ao_usb.c __xdata to __pdata
404   * altos: Switch const for __code in struct ao_cmds
405   * altos: switch ao_cmd __xdata to __pdata
406   * altos: Switch ao_config.c __xdata to __pdata
407   * altos: Switch ao_dbg.c __xdata to __pdata
408   * altos: Switch ao_flight and ao_flight_nano __xdata to __pdata
409   * altos: Switch flash drivers __xdata to __pdata
410   * altos: Switch Tm and Tn to common telemetry code
411   * altos: Remove ao_telemetry_orig.c and ao_telemetry_tiny.c
412   * altos: Ensure low-rate telem packets interleave with sensor telem packets
413   * altos: product defines are always in ao_product.h
414   * altosui: Build device constants into .java code
415   * altosui: Don't show missing igniter and gps values
416   * altos: new versions of sdcc require __ prefixes for custom keywords
417   * Set version to 0.9.4.3 for Bdale 2011-7-16 flights
418   * altosui: Start adding support for scanning radio for available devices
419   * altosui: Pop up monitor window from scan dialog
420   * altosui: Remove debugging printf from AltosLog
421   * altosui: Configuration telemetry record includes flight number
422   * altosui: Finish radio scanning UI
423   * altosui: Generalize and centralize telemetry constants, parse v0.8 telemetry
424   * altosui: Initialize channel and telemetry before use in ScanUI
425   * altosui: Set 'seen' bits in legacy telemetry packet reader
426   * altosui: Add map preloading GUI
427   * altosui: Try to avoid resize weirdness with map preloading
428   * altosui: Flush telemetry lines before starting to watch for scan results
429   * altosui: Display full map preload area in view.
430   * altosui: Remove a bunch of sitemap debugging printfs
431
432   [ Anthony Towns ]
433   * altosui: Make sure degree and minute values are visible (map preload)
434
435   [ Keith Packard ]
436   * Set version to 0.9.4.4
437   * altos, altosui: Add igniter mode (dual, apogee, main)
438   * altosui: Download list of site locations for map preloading
439   * altosui: Add launch-sites.txt
440   * altosui: Add a bunch more site locations
441   * altosui: Mark preload site location with red circles (like launch)
442   * Fix NCR Pawnee location
443   * Add HARA Bragg Farms site
444   * altosui: Change continutity colors to yellow/magenta
445   * altos: Add ability to read new TELEM files to ao_flight_test
446   * altos: Average height values for landing detection
447   * altos: Reduce height averaging filter time constant
448   * altos: Require sequencing through 'main' state before landing
449   * altosui: Standard text field in flight UI needs more width (now 20)
450   * altosui: Parse accel cal from 'c s' command
451   * altosui: Simple timeouts don't work with query data
452   * altosui: Add idle monitor dialog
453   * altos/altosui: Add pad orientation configure option
454
455   [ Bdale Garbee ]
456   * update version for a Bdale build for use turning on TeleMini v1.0
457   * simplify version in last changelog entry so git-dch is less confused
458   * update changelogs for Debian build
459   * update changelogs for Debian build
460   * stop doing automatic tag push during builds
461   * build depend on bluetooth dev package
462   * clean up all existing lintian warnings
463   * rewind changelog for re-build of 0.9.4.5
464
465  -- Bdale Garbee <bdale@gag.com>  Mon, 08 Aug 2011 09:37:04 -0600
466
467 altos (0.9.1) unstable; urgency=low
468
469   [ Keith Packard ]
470   * ao-load: fix usage message to note that '=' is required for options
471   * altos/test: Add dependencies in the Makefile for ao_flight_test
472   * altos/test: auto-configure acceleration parameters from the log file
473
474   [ Anthony Towns ]
475   * ao_radio: generalise setup of packet size
476   * src/ao_gps_skytraq: simplify parsing code
477   * src/ao_gps_skytraq.c: Update logging rate to 10Hz
478
479   [ Bdale Garbee ]
480   * tie bringup scripts to Bdale's bench TeleDongle
481
482  -- Bdale Garbee <bdale@gag.com>  Fri, 01 Apr 2011 20:02:12 -0600
483
484 altos (0.9) unstable; urgency=low
485
486   [ Bdale Garbee ]
487   * prepare to release
488   * update changelogs for Debian build
489   * update turnon script to prefer TeleDongle as programmer
490
491   [ Keith Packard ]
492   * altos: Program default flight log max value for new boards
493
494  -- Bdale Garbee <bdale@gag.com>  Wed, 19 Jan 2011 12:46:47 -0700
495
496 altos (0.8.1+81+g4ae724f) unstable; urgency=low
497
498   * we need an install target to prevent parent dir make from failing
499
500  -- Bdale Garbee <bdale@gag.com>  Tue, 18 Jan 2011 23:55:36 -0700
501
502 altos (0.8.1+79+g9a5666f) unstable; urgency=low
503
504   [ Keith Packard ]
505   * doc: Don't delete telemetrum-outline.pdf
506   * doc: Add v0.9 features from altosui to documentation.
507
508   [ Bdale Garbee ]
509   * add 0.9 revision entry, with caveat about telemetry format change
510   * freshen copyright year
511
512   [ Keith Packard ]
513   * fat: Add firmware for v1.1 and docs to mac/windows/linux installers
514   * fat: Add docs to Linux package
515   * doc: Build with 'make all' from top level. Build with 'make fat'
516
517  -- Bdale Garbee <bdale@gag.com>  Tue, 18 Jan 2011 23:47:52 -0700
518
519 altos (0.8.1+71+gda42f40) unstable; urgency=low
520
521   [ Keith Packard ]
522   * doc: Add telemetrum mounting template in svg and pdf forms
523
524   [ Mike Beattie ]
525   * Re-order and re-arrange eeprom download dialog
526   * Convert EepromSelect dialog to use a GridBag
527   * Close serial port if Download/Delete dialog is cancelled.
528
529   [ Keith Packard ]
530   * altosui: Reset eeprom download instance variables before reading
531     flight
532   * altosui: Make serial debug more complete and accurate
533   * altosui: Use long input flush timeout when remote.
534   * altosui: Remove debug message when eeprom downloads are complete.
535   * altosui: Ensure serial device is closed after eeprom download
536     finishes
537   * altosui: Require 4 sats to light up the 'GPS locked' light.
538   * doc: inkscape tracks the filename inside the document
539   * altos: TELEMETRY PROTOCOL CHANGE. Switch to 16-bit serial numbers.
540   * altos: Flush log when full
541
542   [ Anthony Towns ]
543   * altos: Restructure skytraq NMEA parsing code to save some space
544
545   [ Keith Packard ]
546   * altos: average 512 accel/baro samples at startup instead of 1000
547
548   [ Mike Beattie ]
549   * altos: Added check for an accel value above 1.5g
550   * altos: Added check for out of bounds accel
551
552   [ Keith Packard ]
553   * altos: Add DATA_TO_XDATA to linux test harness
554   * altosui: Remove spurious colons from eeprom selection headers
555
556   [ Mike Beattie ]
557   * Rework invalid accel cal detection code
558
559   [ Keith Packard ]
560   * altos: Auto-calibrate linux-based flight testing code
561   * altos: Ensure flight code gets first crack at new ADC data
562   * altos: Sample the accelerometer reference voltage on v1.1 boards
563   * altos: Optimize fetching of ADC data in flight code
564   * altos: Use 5V reference data to correct accelerometer measurements.
565   * doc: Remove mention of ao_wake_task
566
567   [ Bdale Garbee ]
568   * update documentation to reflect reality that modifying a board for
569     separate pyro battery is not trivial
570
571  -- Bdale Garbee <bdale@gag.com>  Tue, 18 Jan 2011 17:26:33 -0700
572
573 altos (0.8.1+42+g646e192) unstable; urgency=low
574
575   [ Keith Packard ]
576   * altosui: Show dialog after successful delete or when no flights
577   * altosui: Ensure serial line is flushed after disabling remote link
578   * altosui: Add preference for serial debugging.
579
580  -- Bdale Garbee <bdale@gag.com>  Fri, 14 Jan 2011 18:00:51 -0700
581
582 altos (0.8.1+37+g97b1ca9) unstable; urgency=low
583
584   [ Keith Packard ]
585   * altos: Add configuration parameter for maximum flight log size
586   * altos: support storage of multiple flights.
587   * altos: Speed up at45 and 25lc erase speeds
588   * altos: white space fix
589   * altos: report flight log offsets in hex block numbers instead of
590     bytes
591   * altos: ensure erase mark is written when erasing flights
592
593   [ Anthony Towns ]
594   * altos: Optimize Morse code generation
595
596   [ Keith Packard ]
597   * altos: Check requested log max size against available space
598   * altos: Check for full log and complain
599   * altosui: Add configuration of flight log size
600
601   [ Anthony Towns ]
602   * altos: Remove unused accel_vel_mach and accel_vel_boost variables
603   * altos: Remove redundant initialization of ao_interval variables
604
605   [ Keith Packard ]
606   * altosui: Split eeprom download code apart
607   * altos: oops -- 'e' command was only showing 7 of the 8 bytes per
608     line
609   * altosui: Add support for parsing list of flights from the 'l'
610     command
611   * altosui: Add eeprom 'manage' ui to download and delete multiple
612     flights
613   * altos: check for valid flight number in ao_log_delete
614
615  -- Bdale Garbee <bdale@gag.com>  Fri, 14 Jan 2011 14:30:37 -0700
616
617 altos (0.8.1+18+g408a3e0) unstable; urgency=low
618
619   [ Anthony Towns ]
620   * altosui: move maps to subdir, fix E/W mismatch
621
622   [ Keith Packard ]
623   * altos: clean up radio abort paths. Share radio code.
624   * altos: eliminate ao_wake_task
625   * windows: Add compatibility IDs to telemetrum.inf
626   * windows: Update NSIS installer file to use compatibility IDs
627   * altos: Split out SPI driver.
628   * altos: Add telemetrum-v1.1 directory
629   * altos: packet and usb i/o routines use 'char', not 'uint8_t'
630   * altos: Simplify storage API
631   * altos: Require manual flight erasing.
632   * altos: Move common storage code to ao_storage.c. Add M25P80 driver
633   * altos: Rip out 'optimization' in ao_log_scan
634   * altos: Mark end of available flight list with 'done' to make the UI
635
636  -- Bdale Garbee <bdale@gag.com>  Fri, 07 Jan 2011 00:51:41 -0700
637
638 altos (0.8.1+4+gea95c06) unstable; urgency=low
639
640   * fix symlink paths in rules file
641
642  -- Bdale Garbee <bdale@gag.com>  Wed, 01 Dec 2010 00:14:24 -0700
643
644 altos (0.8.1+2+gea7130e) unstable; urgency=low
645
646   * modify Debian package build to deliver one copy of background.png
647     for
648
649  -- Bdale Garbee <bdale@gag.com>  Wed, 01 Dec 2010 00:03:14 -0700
650
651 altos (0.8.1) unstable; urgency=low
652
653   [ Bdale Garbee ]
654   * moved doc dir in web content to AltOS tree
655   * fix publish target in doc/Makefile
656   * fix section layering
657   * fix an Altos vs Altus typo in the docs
658   * adding Bdale's release process document to the source tree
659
660   [ Keith Packard ]
661   * windows: Add jfreechart.jar and jcommon.jar to windows install image
662   * Move "Releasing" to top level
663   * Add minimal release testing plan to Releasing
664
665   [ Bdale Garbee ]
666   * releasing 0.8.1
667
668  -- Bdale Garbee <bdale@gag.com>  Mon, 29 Nov 2010 21:46:54 -0700
669
670 altos (0.8) unstable; urgency=low
671
672   [ Keith Packard ]
673   * altosui: Correct windows hardware IDs for nsis installer file
674   * windows: try harder to get windows install to work
675   * windows: remove some non-existent .inf file section references
676   * windows: more .inf file hacking
677   * windows: Bump .inf file version
678
679   [ Bdale Garbee ]
680   * declaring 0.8 released
681   * update changelogs for Debian build
682   * update changelogs for Debian build
683   * rewind changelog to recover from stupid build failure
684
685  -- Bdale Garbee <bdale@gag.com>  Sun, 28 Nov 2010 18:32:12 -0700
686
687 altos (0.7.1+168+gcb08bc2) unstable; urgency=low
688
689   [ Keith Packard ]
690   * altosui: Split out flight monitoring to separate window
691   * altosui: Create buttons for main actions
692   * altosui: Fix channel setting at serial open time
693   * altosui: Fix more calls to AltosPreferences.channel()
694   * altosui: Create abstract interface for flight data display
695   * altosui: Add tab UI with 'pad' mode.
696   * altosui: Add ascent, descent and landed tabs
697
698   [ Bob Finch ]
699   * Updated PKGBUILD-git.altos
700
701   [ Keith Packard ]
702   * altos: Use grey leds when unlit - easier to see
703
704   [ Anthony Towns ]
705   * use value_font for values
706   * add --replay command line argument
707   * read preferences for --replay
708   * reduce font size for FlightInfoTable
709   * use grayled.png for off
710   * add compass bearing to voice output
711   * add compass bearing during descent
712   * add site map tab, at least for QRS launches
713   * tabs -> spaces
714   * make infotable scrollable, revert its fontsize to 14
715   * pull up maps for arbitrary locations
716   * better error behaviour if no map
717
718   [ Bdale Garbee ]
719   * first cut at instructions on how to re-flash TM and TD devices based
720     on email
721   * fold in content from Keith's email on the re-flashing subject
722
723   [ Keith Packard ]
724   * altosui: Add RF calibration to TeleMetrum config dialog
725
726   [ Anthony Towns ]
727   * AltosTelemetryReader: actually open serial port
728   * AltosSiteMap: add targeting circles around landing site
729
730   [ Bdale Garbee ]
731   * continuing to work on the docs
732
733   [ Keith Packard ]
734   * altosui: Eliminate unncessary import altosui lines
735   * altosui: Open serial device at 'new' time. Prohibit duplicate opens.
736   * altosui: Replace flight status table with labels, fix resize.
737   * altosui: With --replay option, exit when replay window is closed
738   * altosui: oops, missed a file in the previous commit
739   * altosui: eliminate menu bar, moving elements to buttons.
740   * altosui: add reboot button to telemetrum configuration UI
741
742   [ Bdale Garbee ]
743   * add a paragraph about forcing TM back to idle mode if an accel cal
744     goes badly
745
746   [ Keith Packard ]
747   * altosui: Add callsign configuration in AltosUI configuration dialog
748   * altosui: Cleanup flight UI layout
749   * altosui: Add igniter status to ascent and descent tabs
750
751   [ Anthony Towns ]
752   * altosui: tile site maps
753   * AltosSiteMapTile: autoscale to about 2 nmi per tile
754   * AltosSiteMapTile: adjust centering calculation
755   * AltosSiteMapTile: adjust scale to 1 nmi per tile
756
757   [ Keith Packard ]
758   * altosui: Add igniter ground testing code
759   * altosui: Unify datafile selection to AltosDataChooser
760   * altosui: Clean up global AltosUI configuration settings dialog
761   * doc: Add preliminary altosui documentation
762   * doc: git ignore generated doc files
763   * doc: Document the 'Flash Image' operation.
764   * altosui: Use timeouts to recover from broken packet links.
765
766   [ Bdale Garbee ]
767   * update turnon scripts to use stashed copies of stable release
768     firmware
769
770   [ Keith Packard ]
771   * altosui: switch channel selector to combo box. Shorten displayed
772     device names
773   * altosui: When switching log files, don't terminate log thread
774   * altosui: calling thread.interrupt with null thread doesn't work well
775   * altosui: Initialize display thread state in constructor instead of
776     run
777   * altosui: Fix channel changing in flight UI to actually work
778
779   [ Anthony Towns ]
780   * AltosSiteMap: add autoscroll and grabndrag scroll
781   * AltosSiteMapTile: seperate map and drawing layers
782   * AltosSiteMap: automatic fetching of map data
783   * AltosSiteMapTile: draw boost circle as well as landed
784   * AltosAscent/Descent: tidy up layout
785   * AltosDescent: switch elev from height to range
786
787   [ Keith Packard ]
788   * altosui: re-indent
789
790   [ Anthony Towns ]
791   * AltosSiteMap: major refactoring
792   * Add GrabNDrag.java
793
794   [ Keith Packard ]
795   * altosui: change descent tab formatting to four columns
796
797   [ Anthony Towns ]
798   * AltosSiteMap: be more polite about preferred size
799   * altosui: reindent
800
801   [ Keith Packard ]
802   * altosui: Rewrite info table to mix with scroll pane well. Fix
803     startup size
804
805   [ Anthony Towns ]
806   * AltosSiteMap: better gps check, lower zoom
807
808   [ Keith Packard ]
809   * altosui: Set site map flight path lines to 6 pixels anti-aliased.
810
811   [ Anthony Towns ]
812   * AltosSiteMap: explain tile size better
813   * AltosSiteMap: extend map if rocket goes far away
814   * AltosSiteMap: try to get new tile construction right
815   * AltosSiteMap: thread safe tile addition
816   * AltosSiteMap: refactor tile collection
817   * AltosSiteMap: never accept 0,0 as lat/long
818   * AltosSiteMap: limit nr of tiles to 200x200
819
820   [ Keith Packard ]
821   * altosui: When fixing eeprom gps time information, make GPS data
822     valid
823
824   [ Anthony Towns ]
825   * AltosSiteMap: ensure buffer around active tile
826   * altosui: improve sitemap scrolling behaviour
827   * altosui: keep sitemap more centred on rocket
828
829   [ Keith Packard ]
830   * altos: Add on/off modes to 'C' command
831
832   [ Bob Finch ]
833   * Added PKGBUILDs for deps into contribs
834
835   [ Keith Packard ]
836   * altosui: Close serial port when debug link fails
837   * altos: assume igniter worked.
838
839   [ Bdale Garbee ]
840   * add a rudimentary --help for command line use
841
842   [ Keith Packard ]
843   * doc: Add internal documentation for AltOS
844
845   [ Anthony Towns ]
846   * altosui: don't switch away from user selected tab
847   * altosui: sitemap uses rocket gps if no pad gps
848
849   [ Bdale Garbee ]
850   * merge Keith's AltosUI documention into "the big book"
851   * lose the placeholder on how GPS works, as it's going to be a
852
853   [ Keith Packard ]
854   * altos: remove unused variable from ao_igniter
855   * altos: Don't abort radio transmissions with ao_radio_abort
856   * altos: Make radio test command careful with the radio mutex.
857   * altosui: Make AltosSerial.flush_input keep reading while non-empty
858   * altosui: New AltosSerial.set_radio function sets channel/call
859   * altosui: Disable radio configation over packet link.
860   * altosui: Let people fire igniters that don't read as 'ready'
861   * altosui: Make sure packet mode is turned off when the connection
862     fails
863
864   [ Anthony Towns ]
865   * docs: Document altosui "Graph Data" button
866
867   [ Keith Packard ]
868   * Move altosui to the top level, placing libaltos inside it.
869
870   [ Anthony Towns ]
871   * doc: Document altosui "Site Map" tab
872
873   [ Keith Packard ]
874   * Missing change to top level Makefile to build altosui
875
876   [ Bdale Garbee ]
877   * fix missing section close in Site Map content
878   * tweak rev history
879   * manually fold in documentation work from the master branch
880
881   [ Keith Packard ]
882   * doc: Reformat altos to use sections for each function
883   * doc: Add more authors, fix URL formatting, note that AltosUI
884     actually exists
885   * doc: Rename telemetrum-doc as altusmetrum
886
887   [ Bdale Garbee ]
888
889  -- Bdale Garbee <bdale@gag.com>  Thu, 25 Nov 2010 01:10:18 -0700
890
891 altos (0.7.1+36+g811ced6) unstable; urgency=low
892
893   [ Bdale Garbee ]
894   * remove the csv build dep, as that code will be abandoned
895
896   [ Keith Packard ]
897   * altosui: Remove ability to graph data in .csv files
898   * altosui: Separate out jfreechart and jcommon directories
899
900  -- Bdale Garbee <bdale@gag.com>  Wed, 06 Oct 2010 17:47:32 -0600
901
902 altos (0.7.1+32+g8103432) unstable; urgency=low
903
904   * add build-dep on libcsv-java
905
906  -- Bdale Garbee <bdale@gag.com>  Wed, 06 Oct 2010 16:25:57 -0600
907
908 altos (0.7.1+28+gd8a2f4c) unstable; urgency=low
909
910   [ Bdale Garbee ]
911   * make the column headers comma separated, too, so they align with the
912     data
913
914   [ Keith Packard ]
915   * altosui: set default .csv file name in file save dialog
916   * altosui: Remember directory containing firmware files
917
918   [ Anthony Towns ]
919   * Add graphing.
920   * Add JFreeChart to Makefile.am
921
922   [ Keith Packard ]
923   * altosui: Use recorded ground acceleration when reading eeprom files
924   * altosui: Write raw sensor data to .csv files
925   * altosui: Factor some UI elements into separate classes
926   * altosui: remove unused ReplayThread wrapper classes
927   * altosui: Require 4 sats for 'good' GPS data
928   * altosui: Create iterables for log file scanning. Split out display
929     threads
930   * altosui: .CSV output: add link quality, gps hdop and sat C/N0
931     numbers
932   * altosui: Deal with eeprom dates going backwards across wrap
933
934   [ Anthony Towns ]
935   * Hax0r graphing to support telem/eeprom files
936
937   [ Keith Packard ]
938   * altosui: use Altos constants in graphing code
939
940   [ Anthony Towns ]
941   * Add callsign/serial/flight to graph title
942
943   [ Keith Packard ]
944   * altosui: Add KML file export.
945
946   [ Bdale Garbee ]
947   * add build dep on jfreechart lib
948
949  -- Bdale Garbee <bdale@gag.com>  Wed, 06 Oct 2010 16:19:12 -0600
950
951 altos (0.7.1) unstable; urgency=low
952
953   [ Keith Packard ]
954   * Add firmware and libaltos to 'fat' target at top-level
955   * altosui: Remove some debug printfs.
956   * altosui: libaltos.so is built with libtool -- it's in
957     ../libaltos/.libs
958   * Add --with-fat-dir configure option to publish finished stand-alone
959     bits
960   * altosui: Fix telemetry file reader to handle tick count wrapping
961   * altosui: Remove debug printfs from AltosTelemetryReader
962   * altosui: Fill in time value of last Eeprom record read from file
963   * altosui: Stop parsing eeprom file after hitting 'landed' state
964
965  -- Bdale Garbee <bdale@gag.com>  Fri, 10 Sep 2010 00:09:02 -0600
966
967 altos (0.7+96+g48f5799) unstable; urgency=low
968
969   [ Keith Packard ]
970   * altosui: conflating USB product and vendor IDs is a bad idea
971
972  -- Bdale Garbee <bdale@gag.com>  Thu, 09 Sep 2010 21:29:13 -0600
973
974 altos (0.7+94+g1ac3d7e) unstable; urgency=low
975
976   * initial cut at an altosui man page
977
978  -- Bdale Garbee <bdale@gag.com>  Thu, 09 Sep 2010 20:34:38 -0600
979
980 altos (0.7+92+g0ea7576) unstable; urgency=low
981
982   [ Bdale Garbee ]
983   * handle versioning of ihx files (poorly) by just wildcarding the file
984     name
985
986   [ Keith Packard ]
987   * altosui: Need to have JVM include path substituted into libaltos
988     Makefile
989   * altosui: Store libaltos.so in $(libdir)/altos
990   * altosui: Display error dialog when AltOS JNI library can't be loaded
991
992  -- Bdale Garbee <bdale@gag.com>  Thu, 09 Sep 2010 20:05:44 -0600
993
994 altos (0.7+86+g6c0ae7e) unstable; urgency=low
995
996   [ Keith Packard ]
997   * altosui: Add explicit requirement to create classes directory
998   * altosui: fix telemetrum.inf FFFE:000A product names on AMD64 and
999     ia64
1000   * altosui: hack to make JAVAROOT directory get created before javac
1001     runs
1002   * altosui: remove FATJAR from all-local to avoid building fat .jar
1003     file
1004
1005   [ Bdale Garbee ]
1006   * add libtool to build deps
1007
1008   [ Keith Packard ]
1009   * altosui: Add windows installer build using 'nsis'
1010   * altosui: ignore built files
1011   * altosui: oops. renamed the nsis file to altos-windows.nsi
1012   * icon: add some icons for application programs
1013   * altosui: Add icons to application and Windows menus.
1014   * Use autotools for altosui and libaltos
1015   * altos: add some SDCDB config files
1016   * Ignore libtool files.
1017   * Add version numbers to released files. Set version to 0.7.1
1018   * Add top-level 'fat' target to aid building distribution files
1019   * altosui: Fix windows installer to ship correct files
1020   * altosui: Fix up Mac OSX .zip file
1021   * altosui: Fix linux fat distribution
1022   * altosui: Return AO_LOG_INVALID instead of exception for eeprom files
1023   * altosui: Remove debugging printf from AltosEepromReader
1024   * altosui: Eeprom files contain only one date; save it.
1025   * altosui: Add elevation and range data to main display
1026   * altosui: When replay thread is interrupted, don't make final report
1027   * altosui: Start idle thread after the rocket leaves the pad
1028   * altosui: Add AltosVoice.drain() to wait for queued speech to finish
1029   * altosui: Prevent voice altitude data from queueing up
1030   * altosui: Use local .class files in the classpath
1031   * altosui: Record flight number when scanning file, not when running
1032   * altosui: eeprom files place 'boost' time in the flight number
1033     record.
1034   * altosui: ensure that 'altosui' script is installed. Pass arguments
1035     along.
1036
1037  -- Bdale Garbee <bdale@gag.com>  Thu, 09 Sep 2010 15:43:28 -0600
1038
1039 altos (0.7+53+g59798c6) unstable; urgency=low
1040
1041   [ Keith Packard ]
1042   * altosui: Abort flashing if debug port isn't working
1043   * altosui: allow flashing to be canceled from the rom config dialog
1044   * altosui: Hide internal rom config UI helper function
1045   * altosui: Remove some debug printfs from AltosRomconfig class
1046   * altosui: Post error dialog on invalid ROM config values.
1047   * altosui: build Mac OS .zip file to include paths
1048   * altosui: Report telemetry CRC errors in UI
1049   * altosui: Deal with altos bug setting radio channel while monitoring
1050   * altosui: Allow 'connect to device' when already connected
1051   * Revert "altosui: Deal with altos bug setting radio channel while
1052     monitoring"
1053   * altosui: Must flush serial line after configuring for telemetry
1054   * altosui: Catch I/O errors on telemetry device, report to user
1055
1056  -- Bdale Garbee <bdale@gag.com>  Sat, 04 Sep 2010 00:46:12 -0400
1057
1058 altos (0.7+40+g59a40f6) unstable; urgency=low
1059
1060   [ Bdale Garbee ]
1061   * add distclean targets to libaltos and altosui to all Debian package
1062     to build, and clean up other distclean content as needed
1063
1064   [ Keith Packard ]
1065   * altosui: missed AltosReader.class in the Makefile
1066   * altos: Bounds check Skytraq GPS tracking data array
1067   * altosui: Remove Manifest.txt from git repo as it's built now
1068
1069  -- Bdale Garbee <bdale@gag.com>  Thu, 02 Sep 2010 00:44:15 -0400
1070
1071 altos (0.7+28+gd006c5e) unstable; urgency=low
1072
1073   * add runtime dependencies for altos binary package
1074
1075  -- Bdale Garbee <bdale@gag.com>  Tue, 31 Aug 2010 00:20:00 -0400
1076
1077 altos (0.7+26+gc35632e) unstable; urgency=low
1078
1079   * don't build all the "fat" jar deliverables by default
1080
1081  -- Bdale Garbee <bdale@gag.com>  Mon, 30 Aug 2010 19:37:40 -0600
1082
1083 altos (0.7+23+g25764fc) unstable; urgency=low
1084
1085   [ Bdale Garbee ]
1086   * fix up for an 0.7 release
1087   * update changelogs for Debian build
1088
1089   [ Keith Packard ]
1090   * libaltos: AltusMetrum devices use more than one USB ID.
1091   * altosui: provide separate flush_input/flush_output for serial. deal
1092     with monitor automatically
1093   * altosui: discard invalid lines while reading Eeprom flight data
1094   * libaltos: Mac OS X cannot use 'poll(2)' on serial lines.
1095   * libaltos: Missing OS_LDFLAGS on cjnitest build
1096   * libaltos: cjnitest needs altos_flush now
1097   * altos: flush pending output when terminating packet mode
1098   * altos: Abort radio harder when terminating packet mode.
1099   * altos: shut down packet mode cleanly
1100   * libaltos: Fix windows build.
1101   * libaltos: Improve Makefile
1102   * Update telemetrum.inf to include all current USB ids.
1103   * libaltos: Add pre-built Mac OS X libaltos.dylib
1104   * libaltos: Add pre-built Windows .dll
1105   * altos: Windows sends USB Out packets of 0 length. Ack them.
1106   * libaltos: Use overlapped I/O on windows
1107   * altosui: Build linux, mac and windows archives on Linux
1108   * altosui: build debian-style altosui too
1109   * altosui: Devices with USB id 0x000a always get listed
1110
1111   [ Bdale Garbee ]
1112   * continue even if rm's don't have anything to do
1113   * make invocation of 'install' pathless to work on more Unix variants
1114   * add a .gitattributes file, configuring the Mac and Windows binary
1115     library
1116
1117  -- Bdale Garbee <bdale@gag.com>  Mon, 30 Aug 2010 19:07:13 -0600
1118
1119 altos (0.7) unstable; urgency=low
1120
1121   * update changelogs for Debian build
1122   * fix up for an 0.7 release
1123
1124  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 22:25:38 -0600
1125
1126 altos (0.6+375+g0bd4cc0) unstable; urgency=low
1127
1128   * fix path to installed shared library
1129
1130  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 13:13:14 -0600
1131
1132 altos (0.6+373+gcf65c6b) unstable; urgency=low
1133
1134   [ Keith Packard ]
1135   * altosui: rename AltosEeprom -> AltosEepromDownload, split out Altos
1136     constants
1137   * altosui: Capture config and version info in .eeprom files
1138   * altosui: Merge gps date and time classes into gps class
1139   * altosui: Clear displayed data rows as needed.
1140   * altosui: Split status and info panels into separate files
1141   * altosui: Explicitly initialize Altos class
1142   * altosui: Split flight record out of telemetry class
1143   * altosui: Compute flight state from eeprom data
1144   * altosui: Add comments to Eeprom reader
1145   * altos: add callsign to packet mode, increase payload to 64 bytes
1146   * altosui: Start adding code to write csv files from eeprom/telem
1147     files
1148   * ao-dumplog: add --channel option (for use with -R option)
1149   * libaltos: integrate Windows support.
1150   * altosui: Select devices by USB vendor/product ID.
1151   * altos: Define USB product ID in per-product Makefile.defs file
1152   * altosui: Make teledongle callsign configurable
1153   * altosui: Add TeleMetrum configuration
1154   * altosui: Set callsign when fetching eeprom data over the air
1155
1156   [ Bdale Garbee ]
1157   * add freetts as a build dep
1158   * working on java packaging details
1159
1160   [ Keith Packard ]
1161   * altosui: Add .ihx file reading code and stub out flashing UI
1162   * altosui: Add debug dongle API, split flash UI out
1163   * ao-dumplog: Fix --remote and --channel options to actually work
1164   * altosui: pad TM config dialog values to avoid clipping descenders
1165   * libaltos: use pipe to wake up getchar on close. use mutexes
1166   * altosui: Add lots more cc1111 debug interface functions
1167   * altosui: remove debug printf from AltosHexfile
1168   * altosui: flush serial output before waiting for reply
1169   * altosui: Remove debug printf from AltosRomconfig
1170   * altosui: Finish device programming code
1171   * altos: Place rom config variables in fixed location
1172   * altosui: make default Manifest look for built-in freetts
1173   * altosui: Separate out log file choosing dialog to share with CSV
1174     generator
1175   * altosui: refactor logfile chooser dialog to share more code
1176   * altosui: Add ability to create CSV file from telem or eeprom files
1177   * altosui: disable radio monitoring while using serial line for
1178     debugging
1179   * altosui: Delay mapping Flash UI until flashing actually starts
1180   * altosui: fetch existing romconfig for flashing
1181   * altosui: always display romconfig ui while flashing
1182   * altosui: write USB serial number string while flashing
1183   * altosui: flush replies from serial link when entering debug mode
1184   * altos: always rebuild ao_product.c to track git version
1185   * altos: print GPS state flags in GPS 'g' command
1186   * altos: mark gps date written only after it gets into eeprom
1187   * altosui: Move number parsing code to Altos general class
1188   * altosui: Add AltosGreatCircle constructors
1189   * altosui: add rssi and distance/dir from pad to CSV files
1190   * altosui: AltosEepromReader was mis-setting boost tick
1191   * altosui: Add support for old (version < 3) telemetry files
1192   * altosui: Serial line is in UTF-8 encoding. Deal with it.
1193   * altosui: When parsing saved telem files, errors shouldn't abort file
1194   * altosui: Remove debug printf from AltosState.java
1195   * altosui: command line args are converted to csv format
1196   * altos: prepare for sdcc 2.9.1
1197
1198   [ Bdale Garbee ]
1199   * add a dummy install target
1200   * lose the prebuild hook for now while I'm fumbling
1201   * add install target for libaltos
1202   * add an install target for altosui
1203
1204   [ Keith Packard ]
1205   * altosui: add elevation and range information
1206
1207   [ Bdale Garbee ]
1208   * fix up the wrapper's path to the jar file
1209   * update Debian standards version
1210   * fix permissions on installed jar file, switch from ao-view to
1211     altosui in
1212   * install altosui man page
1213   * fix man page delivery path
1214   * Revert "lose the prebuild hook for now while I'm fumbling"
1215
1216  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 12:40:04 -0600
1217
1218 altos (0.6+303+gb6da90b) unstable; urgency=low
1219
1220   * add freetts as a build dep
1221   * move to science menu
1222   * working on java packaging details
1223
1224  -- Bdale Garbee <bdale@gag.com>  Wed, 11 Aug 2010 22:11:28 -0400
1225
1226 altos (0.6+292+g8fc261c) unstable; urgency=low
1227
1228   * see if my new freetts package works
1229
1230  -- Bdale Garbee <bdale@gag.com>  Sat, 31 Jul 2010 10:55:21 -0600
1231
1232 altos (0.6+290+g7877496) unstable; urgency=low
1233
1234   [ Keith Packard ]
1235   * altosui: check for closed serial device before reading
1236   * altosui: Remove unnecessary freetts .jar files
1237   * altosui: Close serial, join reader thread, free altos_file
1238   * altosui: remove debug printf
1239   * libaltos: build with java src encoding UTF8
1240   * altosui: construct Darwin application directory
1241   * Add Mac OS X packaging bits
1242   * altosui: Switch eeprom extension back to .eeprom
1243   * Moved Mac OS packaging to altosui dir
1244   * altosui: remove option to install to alternate volume
1245   * Make altosui test script executable
1246
1247  -- Bdale Garbee <bdale@gag.com>  Thu, 29 Jul 2010 13:30:19 -0600
1248
1249 altos (0.6+277+gd184819) unstable; urgency=low
1250
1251   [ Bdale Garbee ]
1252   * fix text since TM only has one led to blink
1253   * add swig as a build dep
1254   * add a jdk to the build deps
1255
1256   [ Keith Packard ]
1257   * When the EP0 IN buffer is full, don't panic, just skip sending
1258     another
1259   * Add libaltos which talks to USB connected altos devices
1260   * Switch AltosUI to libaltos for device access
1261   * Present list of altos devices in nice format
1262   * Re-enable freetts
1263   * Re-enable Linux support for altosui.
1264   * Darwin doesn't have strndup.
1265   * libaltos needs -I. on all systems
1266   * libaltos: make clean remove all built files
1267   * libaltos: build fat 10.5-compatible library
1268   * Add Mac OS X packaging files for altosui
1269   * Add application icons for Mac OS X
1270   * Clean up altosui build a bit
1271   * Remove directories as .class file dependencies; it makes them get
1272     rebuilt all the time
1273   * Java clean ups -- use varargs where possible, remove
1274     AltosSerialReader
1275   * Java voice reporting cleanups.
1276   * Force java source encoding to UTF-8
1277   * Make ao_log_data re-entrant as it is used for both sensor and GPS
1278     logs
1279   * altosui: Catch errors opening USB devices. Limit list to relevant
1280     devices
1281   * Make voice and channel menus work.
1282   * Add voice test command for help in adjusting volume.
1283   * Remove debug printf
1284   * altosui: Add eeprom data capture function. No UI yet.
1285   * altosui: Add progress bar for eeprom downloading status
1286   * altosui: Fix Save flight data monitor layout, add cancel
1287   * altosui: Replace device dialog. Center eeprom monitor.
1288   * altosui: report rocket ground bearing at landing only if known
1289   * Reset GPS ready status when GPS comes unlocked on the pad
1290
1291  -- Bdale Garbee <bdale@gag.com>  Thu, 29 Jul 2010 12:50:40 -0600
1292
1293 altos (0.6+236+gcd8aa79) unstable; urgency=low
1294
1295   [ Keith Packard ]
1296   * Telemetry code was mis-computing RSSI
1297   * Switch DBG pins to GPIO when using any debug commands. Reboot to
1298     restore.
1299
1300   [ Bdale Garbee ]
1301   * significant documentation update
1302   * add build dep for sndfile
1303   * reflect documentation file name change
1304   * update to latest Debian standards version
1305
1306  -- Bdale Garbee <bdale@gag.com>  Tue, 20 Jul 2010 22:24:14 -0600
1307
1308 altos (0.6+224+g4766b13) unstable; urgency=low
1309
1310   [ Bdale Garbee ]
1311   * documentation updates from Bob
1312
1313   [ Mike Beattie ]
1314   * Extension to KML output format, and minor bug fix
1315
1316   [ Keith Packard ]
1317   * ao-view: disable radio telemetry monitoring during channel change
1318   * Add special code for USB panic's.
1319   * ao-postflight: was walking off state.data array
1320   * Abort any in-progress radio operation when changing radio channel
1321
1322  -- Bdale Garbee <bdale@gag.com>  Thu, 24 Jun 2010 12:37:34 -0700
1323
1324 altos (0.6+214+g16c4cae) unstable; urgency=low
1325
1326   [ Bdale Garbee ]
1327   * updates including a typo fix from Bob Finch to the PKGBUILD-git.altos
1328   * merge a derivative of Bob Finch's mere mortals guide as getting started
1329   * merge the altusmetrum-themes package
1330
1331   [ Keith Packard ]
1332   * Fix telemetrum.inf, tested by Adrian and Keithp
1333   * Finish basic flight monitoring UI with voice using FreeTTS
1334
1335  -- Bdale Garbee <bdale@gag.com>  Tue, 18 May 2010 00:24:40 -0600
1336
1337 altos (0.6+204+g6bd8513) unstable; urgency=low
1338
1339   * lose the quotes since they apparently aren't necessary
1340
1341  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 19:53:58 -0600
1342
1343 altos (0.6+202+gae6854d) unstable; urgency=low
1344
1345   * update desktop file for conformance with current standards
1346
1347  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 17:04:31 -0600
1348
1349 altos (0.6+200+g68eaaa6) unstable; urgency=low
1350
1351   * add initial package build scripts for Arch Linux from Bob Finch
1352   * add desktop file provided by Bob Finch
1353
1354  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 16:44:27 -0600
1355
1356 altos (0.6+195+gcde60f1) unstable; urgency=low
1357
1358   * Revert "Merge remote branch 'remotes/origin/fix-reset'"
1359
1360  -- Bdale Garbee <bdale@gag.com>  Thu, 06 May 2010 13:59:16 -0600
1361
1362 altos (0.6+193+g314d27a) unstable; urgency=low
1363
1364   [ Keith Packard ]
1365   * Don't change dbg clock while changing reset_n. Use 20ms everywhere
1366
1367  -- Bdale Garbee <bdale@gag.com>  Thu, 06 May 2010 12:47:51 -0600
1368
1369 altos (0.6+190+g8b6767e) unstable; urgency=low
1370
1371   [ Keith Packard ]
1372   * Fix all stdio reading functions to be __critical
1373   * Use ao_delay to sleep for 2 seconds instead of trying ao_sleep
1374
1375  -- Bdale Garbee <bdale@gag.com>  Wed, 05 May 2010 02:34:06 -0600
1376
1377 altos (0.6+187+g8702f49) unstable; urgency=low
1378
1379   [ Bdale Garbee ]
1380   * more text created during SFO->DEN flight
1381   * initial attempt at a telemetrum turn on script .. needs work
1382
1383   [ Keith Packard ]
1384   * Revert "Add optional 's' command to packet slave to enable/disable
1385     slave mode"
1386   * Disable interrupts while reading from stdin
1387
1388  -- Bdale Garbee <bdale@gag.com>  Wed, 05 May 2010 01:52:27 -0600
1389
1390 altos (0.6+180+g99094f0) unstable; urgency=low
1391
1392   [ Keith Packard ]
1393   * Increase reset switch time to 100ms
1394   * Add optional 's' command to packet slave to enable/disable slave
1395     mode
1396   * More ALtosUI changes
1397   * Autodetect flite voice registration function
1398
1399   [ Bdale Garbee ]
1400   * capture work done on SFO->DEN flight
1401   * add some RF usage information from an email reply sent today, and
1402     re-indent
1403
1404  -- Bdale Garbee <bdale@gag.com>  Tue, 27 Apr 2010 00:17:57 -0600
1405
1406 altos (0.6+171+g9394393) unstable; urgency=low
1407
1408   [ Bdale Garbee ]
1409   * wrong Yaesu model
1410
1411   [ Keith Packard ]
1412   * Only have the slave return a packet if it received one.
1413
1414  -- Bdale Garbee <bdale@gag.com>  Sat, 10 Apr 2010 15:01:04 -0600
1415
1416 altos (0.6+168+gc0ee1ae) unstable; urgency=low
1417
1418   [ Bdale Garbee ]
1419   * INSTALL file changed by auto tools
1420
1421   [ Keith Packard ]
1422   * libflite may forget to reference libasound
1423
1424  -- Bdale Garbee <bdale@gag.com>  Fri, 09 Apr 2010 00:08:24 -0600
1425
1426 altos (0.6+164+g5c3b6e2) unstable; urgency=low
1427
1428   [ Keith Packard ]
1429   * Start adding java-based UI
1430   * Add telemetry data parsing code
1431   * Add Windows install .inf file
1432   * Fix windows install file
1433   * Add telem parsing code
1434   * Steal C code from ao-view
1435   * Display table of flight info. gps is not working yet though
1436   * Fix up table formatting
1437   * Fix status update
1438   * Fix state updates
1439   * Clean up GPS data formatting
1440   * Report current gps nsat, not last locked nsat
1441   * Remove GPS data missing from skytraq. Save max height/accel/speed
1442   * Remove unused cell renderer class
1443   * Make .jar file
1444   * Use RXTX for serial comm. Add logdir preference saving
1445   * Make ao_radio_idle keep trying to get the radio to idle.
1446   * Don't abort the radio when enabling telemetry monitoring
1447   * Clean up some altosui comments
1448   * Switch TeleMetrum from v0.2 to v1.0
1449   * Add Linux device discovery
1450   * Interrupt running replay thread when starting another replay
1451   * serial port read function cannot be interrupted. poll every 1 second
1452   * TD reports "not-connected" when GPS has 0 sats
1453   * Tasks may move in task structure as a result of ao_exit
1454   * Enable telemetry monitoring
1455   * Use 16-bit flite voice (which appears to have changed symbols
1456     recently)
1457   * When changing RESET line, delay 20ms
1458
1459   [ Bdale Garbee ]
1460   * choose a better set of docbook xsl files
1461
1462  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 19:56:27 -0600
1463
1464 altos (0.6+131+g6629ec5) unstable; urgency=low
1465
1466   * lose the url entirely for now
1467
1468  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:43:01 -0600
1469
1470 altos (0.6+129+g934434f) unstable; urgency=low
1471
1472   * fix typo in url
1473
1474  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:41:38 -0600
1475
1476 altos (0.6+127+g05ad583) unstable; urgency=low
1477
1478   * need another build dep
1479
1480  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:35:04 -0600
1481
1482 altos (0.6+125+g8f1d47e) unstable; urgency=low
1483
1484   * make lintian happy
1485   * tweak copyright assertion
1486   * crudely incorporate "day in the life" info from web page
1487   * rewrite urls in docbook format
1488
1489  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:28:04 -0600
1490
1491 altos (0.6+119+g00f49c8) unstable; urgency=low
1492
1493   [ Bdale Garbee ]
1494   * update changelogs for Debian build
1495   * move gbp.conf into debian/
1496   * initial harness for documentation
1497   * fix typo
1498
1499   [ Keith Packard ]
1500   * Round radio calibration value instead of truncating
1501   * Document the ao-dumplog '--remote' flag for radio-link downloads
1502
1503  -- Bdale Garbee <bdale@gag.com>  Tue, 30 Mar 2010 23:19:15 -0600
1504
1505 altos (0.6+108+g6e61170) unstable; urgency=low
1506
1507   [ Keith Packard ]
1508   * Need to duplicate new altitude conversion code in aoview.
1509
1510  -- Bdale Garbee <bdale@gag.com>  Thu, 04 Mar 2010 17:33:27 -0700
1511
1512 altos (0.6+106+ga1478f6) unstable; urgency=low
1513
1514   [ Keith Packard ]
1515   * Add ao_radio_xmit to help test boards without flashing them.
1516   * Allow product names to have suffixes (like board revisions)
1517   * Fix and document the ao-rawload --run flag
1518   * Add LED test
1519   * Leave .ihx files in the build directory too - easier to debug that way
1520   * Eliminate deadlock when writing config from radio link
1521   * Fix up LED colors for each product.
1522   * Add .gitignore for ao-bringup
1523
1524   [ Bdale Garbee ]
1525   * create a turn on script for lighting up TeleDongle v0.2 boards
1526
1527  -- Bdale Garbee <bdale@gag.com>  Sat, 27 Feb 2010 17:35:32 -0700
1528
1529 altos (0.6+95+g2f45953) unstable; urgency=low
1530
1531   * update changelogs for Debian build
1532   * conditionalize use of git on executability of /usr/bin/git binary
1533
1534  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 17:30:00 -0700
1535
1536 altos (0.6+88+gdeccc10) unstable; urgency=low
1537
1538   * add gawk as a build dependency since strtonum is a gawk extension
1539
1540  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 16:44:35 -0700
1541
1542 altos (0.6+86+g2491282) unstable; urgency=low
1543
1544   [ Keith Packard ]
1545   * Disable monitor mode before attempting radio test.
1546   * Ensure that ao_alarm waits at least the specified time
1547   * Remove dbg driver code from telemetrum/teledongle
1548   * Add AT45DBxx1D driver
1549   * Remove green LED and temp sensor from v0.2 code
1550   * Add at45db161d.h header file for new flash part.
1551   * Add 'f' command to display flash status register contents
1552   * Dump more flash parameters for the flash_status command
1553   * Dump config block from read/write config and flash_status commands
1554   * Don't set ao_flash_setup_done until we're actually done.
1555   * Remove flash debugging printfs
1556   * Add simple gps dump command 'g'
1557   * Force idle mode by shorting the SPI clock to ground at boot time.
1558   * Switch to using internal cc1111 temperature sensor
1559   * Missing ao_mutex_put in gps_dump
1560   * Compute daytime using GPS as time base
1561   * Pull in a bit more data for filtering the start of the boost
1562   * Log GPS data on pad after boost detect.
1563   * Change barometer conversion code to shrink conversion table
1564   * Change altos build process to support per-product compile-time
1565     changes
1566   * Update .gitignore files
1567   * Quiet make output.
1568   * Add back stack size checking to altos linking phase
1569   * Must install .map files for ao-load to work
1570
1571  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 14:53:01 -0700
1572
1573 altos (0.6+60+g10d1bbc) unstable; urgency=low
1574
1575   [ Keith Packard ]
1576   * Use ao_radio_get/ao_radio_put in packet code.
1577
1578  -- Bdale Garbee <bdale@gag.com>  Sat, 19 Dec 2009 13:53:32 -0700
1579
1580 altos (0.6+58+gbbb152c) unstable; urgency=low
1581
1582   [ Keith Packard ]
1583   * Re-order config values. Change frequency to cal
1584   * Allow radio calibration to be set from ao-load
1585   * Add --cal to man page
1586
1587  -- Bdale Garbee <bdale@gag.com>  Sat, 19 Dec 2009 12:05:26 -0700
1588
1589 altos (0.6+53+gcd49847) unstable; urgency=low
1590
1591   [ Keith Packard ]
1592   * Remove send_serial and serial_baud commands.
1593   * Make ao_cmd_decimal produce both 32 and 16 bit values.
1594   * Add radio calibration configuration.
1595
1596  -- Bdale Garbee <bdale@gag.com>  Sat, 05 Dec 2009 11:02:49 -0700
1597
1598 altos (0.6+49+g9a1d7dd) unstable; urgency=low
1599
1600   [ Keith Packard ]
1601   * Change default callsign to "N0CALL"
1602
1603  -- Bdale Garbee <bdale@gag.com>  Fri, 04 Dec 2009 21:01:55 -0700
1604
1605 altos (0.6+47+g4053309) unstable; urgency=low
1606
1607   * fix absolute path in debian/dirs, add Suggests for slim-altusmetrum
1608   * change home URL in control file to be the AltOS page
1609
1610  -- Bdale Garbee <bdale@gag.com>  Thu, 26 Nov 2009 11:15:47 -0700
1611
1612 altos (0.6+43+gd6ba07e) unstable; urgency=low
1613
1614   [ Keith Packard ]
1615   * Decode HDOP data from skytraq GPS
1616   * Document ao-postflight --gps and --kml options.
1617   * Make ao-postflight create filenames using input filenames.
1618   * Make TD print 0000-00-00 for invalid dates.
1619   * Fix --plot arg handling. Add -all option.
1620   * Convert telemetry file GPS satellite information in cc_log_read
1621   * Don't crash if --plot isn't passed on ao-postflight command line
1622   * ao-postflight: compute barometric alt for each GPS position
1623   * ao-postflight: don't try to use missing gps sat data
1624   * Automatically extract flight number for eeprom and telem filenames.
1625
1626  -- Bdale Garbee <bdale@gag.com>  Sun, 22 Nov 2009 10:18:26 -0700
1627
1628 altos (0.6+32+g87e6f3e) unstable; urgency=low
1629
1630   [ Bdale Garbee ]
1631   * fix typo in comment
1632
1633   [ Keith Packard ]
1634   * Reduce igniter firing time from 500ms to 50ms.
1635   * Add GPS date/time output to ao-postflight.
1636   * Eliminate SiRF state values from ao-view.
1637
1638  -- Bdale Garbee <bdale@gag.com>  Fri, 20 Nov 2009 13:18:06 -0700
1639
1640 altos (0.6+27+gb0d7e3f) unstable; urgency=low
1641
1642   [ Keith Packard ]
1643   * Add two-point accelerometer calibration.
1644   * Remove "l" command as ao-dumplong no longer uses it
1645   * Remove "d" command
1646   * Remove "f" command
1647   * Reformat ADC values to show all 16 bits
1648   * ao_flight_test was using accel value for pressure too
1649   * Pass accel calibration over telemetry stream. Telemetry data format
1650     change.
1651   * Add ability to dump eeprom data over radio link.
1652   * In packet master, move USB flush from packet thread to echo thread
1653   * In USB pollchar, wait for packet before re-checking USB out len
1654   * Explicitly use USB I/O routines in packet code
1655   * Flush pending input when switching to remote packet mode
1656   * Stop recording in ao-dumplog after receiving an invalid block
1657   * Move ao_match_word from ao_ignite.c to ao_cmd.c
1658   * Add Watchdog Timer Control register definitions
1659   * Add reboot command.
1660   * Return radio to telemetry settings when packet system closed.
1661   * ao-postflight: fix sloppy gps sat data realloc code (was crashing).
1662   * Loosen tolerances for main->landed transition
1663   * Provide a dummy 'uninstall' target in the src directory.
1664   * Share telemetry parsing code in cc library.
1665   * Enable telemetry receive in ao_view
1666   * Switch order of serial/flight in ao-postflight summary
1667   * Add flight number to telemetry stream.
1668   * Add date to GPS data, captured from GPRMC packet.
1669   * Stop using SiRF state info.
1670
1671  -- Bdale Garbee <bdale@gag.com>  Fri, 20 Nov 2009 11:43:56 -0700
1672
1673 altos (0.6) unstable; urgency=low
1674
1675   [ Keith Packard ]
1676   * Add support for the SkyTraq GPS unit
1677   * Build two versions of TM, one for SiRF, one for SkyTraq
1678   * Save some DSEG space by marking cmd functions __reentrant
1679   * Add ao_wake_task and ao_exit
1680   * Add keyhole-markup generation for ao-postflight.
1681   * Initial packet bits. Just testing transmission
1682   * Add radio carrier command
1683   * Wait for TX to finish sending data
1684   * Add ao_alarm
1685   * Remove reason from ao_dma_abort
1686   * Switch packet code from timer thread to ao_alarm
1687   * Use ao_radio_done to wait for TX to completely finish with packet
1688   * Send SYN packet to set sequence numbers
1689   * Add RFIM register
1690   * Do more flushing in packet test code
1691   * Use ao_alarm for ao_delay so it can be easily interrupted
1692   * Poke master to speed up packet rate when things are busy
1693   * No need to wakeup &ao_tick_count now
1694   * Enable packet-based communcation to command processor
1695   * Add more docs to the README file
1696   * Disable interrupts while removing tasks from task list
1697   * Add ao_usb_pollchar to ao.h
1698
1699  -- Bdale Garbee <bdale@gag.com>  Mon, 02 Nov 2009 16:53:45 -0700
1700
1701 altos (0.5+90+g127c312) unstable; urgency=low
1702
1703   * de-version the libreadline-dev build dependency
1704
1705  -- Bdale Garbee <bdale@gag.com>  Mon, 02 Nov 2009 15:57:29 -0700
1706
1707 altos (0.5+86+g2de548f) unstable; urgency=low
1708
1709   * automate push of updated and tagged master branch during
1710     debian/rules prebuild
1711   * flush repetitive junk out of debian/changelog, and update the
1712     prebuild target
1713   * add support for tagging git repository on each Debian package build
1714
1715  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Oct 2009 16:54:28 -0600
1716
1717 altos (0.5+77+gc57bd7f) unstable; urgency=low
1718
1719   * build for Debian from git
1720
1721  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Oct 2009 15:57:19 -0600
1722