set java-version=8 in rules to enable openjdk 21 support, closes: #1052587
[fw/altos] / debian / changelog
1 altos (1.6.8-3) unstable; urgency=medium
2
3   [ Keith Packard ]
4   * altos/stm: Make ao_usb_set_address static. Saves a bunch of text space,
5     closes: #844816
6
7  -- Bdale Garbee <bdale@gag.com>  Tue, 13 Dec 2016 00:19:44 -0700
8
9 altos (1.6.8-2) unstable; urgency=medium
10
11   [ Keith Packard ]
12   * Update pdclib to version using arm-specific 'ar' program, closes: #838357
13
14  -- Bdale Garbee <bdale@gag.com>  Sun, 02 Oct 2016 17:49:32 -0600
15
16 altos (1.6.8-1) unstable; urgency=medium
17
18   [ Bdale Garbee ]
19   * updates made during 1.6.5 release process
20   * remove debian/ from master branch, it should live only on the debian branch
21   * reinstate debian/ content on the debian branch only
22   * update to latest Debian standards version
23   * update Changelog for release
24
25   [ Keith Packard ]
26   * Switch from GPLv2 to GPLv2+
27   * altos: Add telemetrum v3.0
28   * Bump version to 1.6.5.1 after 1.6.5 release
29   * altosuilib: Show indicator when they switch from invalid back to valid
30   * altos: Add STM32F0 beep and SPI byte API.
31   * altos: Keep telemetry and command output from interleaving
32   * altos: Don't access cc1120 SPI bus during recv after abort has started
33   * fixup for interleave
34   * altos: Expose cc1200 radio test functions for telemini bringup
35   * altos: Don't switch to flight 0 when log fills in flight
36   * altos: Stop building cc1111-based telemini v2.0 firmware
37   * altoslib: Add a 'seconds' method to AltosGPS
38   * altos: Add 'ao_button_get' to button driver
39   * altos: Make telelcotwo control two boxes instead of two pads
40   * altos/stmf0: Hook up clock output support
41   * altos/stmf0: Clean .bin files from flash-loader dirs
42   * altos: Use standard FIPS testing for chaoskey
43   * ao-chaosread: Add --infinite and --bytes options
44   * ao-chaosread: Eliminate double-free when serial match fails
45   * ao-bringup: Test chaoskey using dieharder
46   * ao-bringup: Use released files for chaoskey turnon
47   * Bump to version 1.6.6
48   * ao-bringup: Add colors to chaoskey test result reporting
49   * altos: Flash all LEDS during power on
50   * altos/stmf0: Switch ADC fast to ADC clock
51   * Bump verison to 1.6.7
52   * ao-chaosread: Parse -i and -b options
53   * ao-usbload: Check target device name to avoid mis-flashing
54   * altos/cc1120: remove unused status from ao_radio_fifo_write_stop
55   * ao-bringup: telemega allow serial on command line, loop on accel fail
56   * ao-tools/ao-cal-freq: --verbose option has no parameter
57   * altosui: Deal with connect failure in AltosConfigTD
58   * ao-bringup/turnon_telemetrum: serial on cmd line. Loop on accel fail
59   * ao-tools/ao-usbload: Fix -f flag, remove debug hacks
60   * ao-tools/ao-cal-freq: Re-open usb device each try
61   * Bump version to 1.6.7.1
62   * altos/stm: Make ao_spi_duplex out pointer const
63   * altos/stm: Create funcs to set SPI DMA parameters
64   * altos/stm: Set MISO DMA priority to HIGH to avoid OVR
65   * altos/stm: Set i2c recv DMA to HIGH
66   * altos/stm: Set SPI slave DMA priority to HIGH/VERY_HIGH
67   * Add 1.6.8 release notes
68   * altosui: Don't ship TeleMetrum v3.0 firmware (yet)
69   * Bump version to 1.6.8
70   * Remove pyro wizard file from master
71
72  -- Bdale Garbee <bdale@gag.com>  Mon, 05 Sep 2016 21:02:09 -0600
73
74 altos (1.6.5-1) unstable; urgency=medium
75
76   [ Keith Packard ]
77   * doc: Add install-html script
78   * Bump android version to 13
79   * ao-tools/ao-chaosread: Document length (-l) option
80   * altosdroid: Deal with multiple installed android SDKs
81   * Mark testing version 1.6.4.1
82   * altosui: Deliver firmware for Tmega 2.0 and TBT 3.0 for Windows too
83   * altos: Block interrupts while waking tasks sleeping on timers.
84   * altos: Move comment in ao_sleep_for next to related code
85   * altos/stm: remove ao_dma_abort
86   * altos/stm: use 0xff for dma mutex value for allocated mutexes
87   * altos/stm: Add more SPI status register bits
88   * altos/stm: Change ao_spi_send_sync definition to take const source
89   * altos: Add STM DMA debugging
90   * altos: Add STM SPI debugging
91   * altos/stm: move spi execution to common ao_spi_run
92   * altos/stm: Clean up spi_enable/disable_index functions
93   * altos/stm: Add better byte-level SPI api
94   * altos/drivers: Use more reliable byte interface for CC1120 reception
95   * altos: Add debug check for irq block when editing task queues
96   * altos: cc1200: use FIFO threshold pin output for APRS buffering
97   * altos: Make ao_delay(0) not wait forever
98   * altos/telemini-v2.0: Remove show tasks command
99   * altos: Make task list output more useful
100   * altos/stm: clean up ao_exti_enable
101   * altos: Leave USB enabled in flight with -DDEBUG=1
102   * altos: Use FIFO_THR pin for cc1120 transmit buffering
103   * Bump to testing version 1.6.4.2
104   * altos/cc1111: Remove 'show tasks' command
105   * Bump to 1.6.5. Add preliminary release notes
106   * Credit Chuck Haskin for helping fix the SPI bug.
107   * doc: Build 1.6.5 release notes
108
109   [ Bdale Garbee ]
110   * switch libgtk-3-bin build-dep to gtk-update-icon-cache, closes: #825455
111   * updating ChangeLog for 1.6.5 release
112
113  -- Bdale Garbee <bdale@gag.com>  Mon, 04 Jul 2016 23:48:50 +0200
114
115 altos (1.6.4-1) unstable; urgency=medium
116
117   [ Keith Packard ]
118   * altos/cc1111: Use SW to drive UART RTS pin
119   * Bump version to 1.6.3.1
120   * altosui/telegps: Ship firmware for new hardware
121   * altosdroid: Check for closed before writing/reading bluetooth
122   * Publish firmware with keithp-fat
123   * Add TeleMega to spec list. Add TeleGPS RF output.
124   * altoslib: Switch distance from m/ft to km/miles for large values
125   * altoslib: Remove some debug printf calls
126   * altosuilib: Rate limit map loading pacifier updates
127   * altoslib: Allow map preloading to be aborted
128   * altosdroid: Rate limit map loading pacifier
129   * altosuilib: Don't flicker missing voltages when changing units
130   * doc: Start update for 1.6.4
131   * altoslib: Clean up map file and url handling
132   * altosdroid: make disconnect stick past pause/restart
133   * altoslib: Get rid of AltosMap from AltosMapLoader
134   * telegps: Adapt to distance units switching changes
135   * Bump android app version
136   * Bump java library versions
137   * Automatically run 'git submodule update' if necessary
138   * altosui/telegps/micropeak: Handle both MULTI_LIB and non-MULTI_LIB builds
139   * altoslib: Store common frequencies in library version-independent form
140   * altoslib: Store saved state in version-independent format
141   * altoslib: Allow empty values in AltosHashSet representation
142   * altoslib: Set version and log space from AltosIdleFetch
143   * altoslib: Add log_space to AltosState
144   * altoslib: Add AltosIdleReader
145   * telegps: Use log_space when flight_log_max is missing
146   * telegps: Add monitor idle mode
147   * altoslib: use miles for distances > 1000ft.
148   * altosuilib: Have map preload respond to units and font size changes
149   * altosuilib: Rename AltosUIMap*New.java to AltosUIMap*.java
150   * doc: pad/idle indicator table was busted
151   * altosuilib: Fill preload map on site or lat/lon change
152   * altosuilib: Only display map debugging when serial_debug is enabled
153   * telegps-v1.0: Document how SN 1959 was fixed
154   * stmf0: Clear all USB state when resetting chip. Wakeup all sleepers
155   * stmf0: Do not send more data than requested for GET_DESCRIPTOR
156   * altos/lpc: Handle USB reset by resetting internal state
157   * altos/stm: Handle USB reset in STM32L usb driver
158   * altos/cc1115l: Reduce trace buffer size
159   * altos/stmf0: Rework the sram allocation to save a few text bytes
160   * altos/stmf0: Remove ao_usb_free
161   * altosdroid: Auto save freq changes on 'ok'
162   * altosui: Remove missing items from --summary output
163   * altosuilib: Track open frames, exit when none remain
164   * altosui: Don't open command window when --graph is provided
165   * doc: Updates to 1.6.4 release notes.
166   * altoslib: Switch preserved state format to JSON
167   * altoslib: Remove AltosHashSet code
168   * altoslib: Add null constructors to AltosQuaternion and AltosRotation
169   * altoslib: Add JSON-based object saving/restoring code
170   * altoslib: Use reflection JSON code for frequency preferences
171   * altoslib: Improve AltosState save/restore debugging
172   * altoslib: Get rid of manual JSON encoding stuff
173   * altoslib: Add null constructor for AltosCompanion
174   * altoslib: Add construction for remaining primitive array types to JSON
175   * altoslib: Add back some JSON exception debugging printfs
176   * altosui: Print filename before attempting to parse in --summary mode
177   * altoslib: Stop reflective JSON class walk at Object instead of null
178   * Bump version to 1.6.4
179
180   [ Bdale Garbee ]
181   * process updates made during 1.6.3 release cycle
182   * extend "ok" temp range to 40C, since battery charger on bench can drive temp above 35C at times in Bdale and Robert's production testing
183   * releasing 1.6.4
184
185  -- Bdale Garbee <bdale@gag.com>  Fri, 17 Jun 2016 10:02:32 -0600
186
187 altos (1.6.3-1) unstable; urgency=medium
188
189   [ Keith Packard ]
190   * Releasing: Copy TeleMega v2.0 bits to Binaries
191   * src/chaoskey-v0.1: Add HV enable support
192   * altos/chaoskey: Add support for flipping between raw and cooked bits
193   * altos/chaoskey: Delay ADC reading for 250ms at startup
194   * altos: remove blank line in stmf0/ao_timer.c
195   * altos/stmf0: Allow projects to specify non-default stack size
196   * altos: Add power management APIs
197   * altos/stmf0: Add suspend/resume support
198   * altos: Allow USB drivers to skip CDC-ACM -specific descriptors
199   * altos: Add power management to TRNG driver
200   * altos/chaoskey-v0.1: Add power management and change USB classes
201   * altos: Delay TRNG ADC long enough for HV supply to stabilize
202   * altos: Add simple stats test to TRNG code
203   * altos/stmf0: Add missing ao_gpio.c
204   * altos: Another fix for non CDC-ACM devices
205   * altos/stmf0: Fix location of device_id register
206   * altos/chaoskey: Encode both hardware and software versions in product ID
207   * altos/stmf0: Use device ID as usb serial number if requested
208   * altos/chaoskey: Use SoC device ID as serial number
209   * altos/chaoskey: Add another USB endpoint to read raw data
210   * altos: Add ChaosKey v1.0 product
211   * ao-bringup: Switch to v1.0 for chaoskey
212   * ao-tools: Add ao-chaosread
213   * altos/stmf0: Fix build without second USB IN endpoint
214   * libaltos: jni_md.h moved to linux subdir in Java install
215   * libaltos: Add unistd.h to get defines for various syscalls
216   * altos: Expose fast timer API from kernel/
217   * Change how we detect and install java
218   * ao-tools/ao-dump-up: Remove spurious flight state strings
219   * ao-tools/lib: Remove trailing whitespace from ao-elf.c
220   * ao-tools/lib: Add ao_hex_image_cat function
221   * ao-tools: Add ao-makebin
222   * altos/stmf0: Construct .bin files for flash loaders
223   * ao-bringup: Use dfu-util to install flash loader on chaoskey
224   * libaltos: Add Windows BT support. Split into separate source files.
225   * altosui: Delay between polling for igniter status in Fire Igniters
226   * altosuilib: Note that Windows now supports Bluetooth
227   * libaltos: Fix warning in linux libaltos code
228   * altoslib: use env var LAUNCH_SITES to override default URL
229   * altosuilib: Control map debugging output with Serial.debug
230   * altosui,telegps: Do not allow radio calibration to be edited
231   * altos/stm: Run scheduler code on interrupt stack
232   * altos/stm: Validate current task SP in interrupt by looking at PSP
233   * altos/stm: Allow apps to define different stack size
234   * altos/lpc: Add fast timer
235   * altos: Add one-byte SPI output routine for LPC and STM cores
236   * altos: Allow for flight hardware without any ADC values
237   * altos: Add Detherm log format (easymini without ADC)
238   * altos: Use mini logging for detherm, just without ADC
239   * altos/stmf0: Add SPI driver.
240   * altos/stmf0: Support HPE clock source
241   * doc: Note that EasyMega and TeleMega report A-D continuity
242   * altos: Add detherm product
243   * altos/stmf0: Add pwm and exti drivers
244   * altos: Add ao_gpi_set/clr_bits functions
245   * altos: Add easy mini plotting helper in test code
246   * altos/detherm: Add ms5607 to detherm
247   * altos/detherm: Add servo driver
248   * altos: Support telefire products in cc1200 driver
249   * altos: Add pad support for new telefire versions
250   * altos: telefiretwo-v0.1 bits
251   * altos: Allow for pad boxes with different sensor configurations
252   * altos: Support pad/lco boxes with fixed box numbers
253   * altos: Add TeleLCOTwo firmware
254   * altos: Fix telefiretwo .gitignore
255   * altos: Add ao_lco_two.c; alternate LCO interface code
256   * altos: Use simpler debounce logic for buttons
257   * altos/telelcotwo: Add idle timeout
258   * Add TeleFireTwo v0.2 project
259   * altos/stmf0: Fix external interrupts
260   * altos/telefiretwo-v0.2: Change alarm names in comment
261   * altosdroid: Don't set target location if lat/lon is MISSING
262   * altoslib: Add debugging to AltosPreferences.state() etc
263   * altoslib: Make AltosGPSSat implement Serializable
264   * altoslib: switch from keySet() to keys() in altos map tiles
265   * altos: avoid mixed declarations and code in ao_task.c
266   * Update java library version numbers
267   * AltosDroid play store keys have moved, update configure.ac
268   * Prepare for new Android release by updating version number
269   * libaltos: Fix for Mac OS X El Capitan
270   * Add preliminary 1.6.3 release notes
271   * altosdroid: Can only use message once
272   * Bump version to 1.6.3
273   * altosdroid: Track device location in app, not telemetry service
274   * altosdroid: Redraw offline map when my location changes
275   * altosdroid: Run even without Bluetooth
276   * altoslib: Use feet per second for imperial speed
277   * altoslib: Report exceptions caught while opening launch sites URL
278   * altoslib: Don't try to drag lines around until map is loaded
279   * Debug bits for telebt
280   * altos: Use TXE instead of TC for serial on STM32l
281   * altos/stm32l: Add support for software-driven HW flow control
282   * altos/telebt-v3.0: Flip CTS/RTS pins for BT module
283   * altos: Clear packet queue when starting packet master
284   * altosdroid: Add idle mode monitoring, reboot. Start igniters
285   * altosdroid: Split setup functions to separate dialog
286   * Fix key in AndroidManifest.xml.in
287   * altosdroid: Add configurable frequency set
288   * altoslib: Make AltosPreferencesBackend abstract. Add set/put Serializable
289   * doc: Add idle mode info to 1.6.3 release note
290   * Revert "altos/stm: Run scheduler code on interrupt stack"
291   * altosdroid: max height is a height, not a speed
292   * altoslib: Correct stats for flights without a real landing
293   * altoslib: Flush during set_state. Don't store listener state.
294   * publish AltosDroid in keithp-fat target
295   * altoslib: Deal with TeleMetrum v2.0 MMA6555 being inverted
296   * altos: Make sure AO_MMA655X_INVERT is declared where needed
297   * doc: Update AltosDroid chapter for 1.6.3
298   * doc: 1.6.3 release notes note TeleBT rts/cts and TM 2.0 monitor idle fixes
299   * micropeak: Change order of windows install so that java detect works
300   * altoslib: Fix map preloading callbacks, run in separate thread
301   * windows: Change install to look for browser in a different place
302   * Ignore some built files for 1.6.3
303
304   [ Robert Garbee ]
305   * fix argument to ao-cal-freq so devices other than /dev/ttyACM0 work
306
307   [ Bart Massey ]
308   * Clean up stmf0 adc init.
309   * altos: Fixed timing of panic display LED to be readable
310
311   [ Justin Vreeland ]
312   * Fix java class differing only by case
313
314   [ Bdale Garbee ]
315   * add beep to TeleMega turnon script
316   * releasing 1.6.3
317
318  -- Bdale Garbee <bdale@gag.com>  Fri, 06 May 2016 18:14:11 -0600
319
320 altos (1.6.2-1) unstable; urgency=medium
321
322   [ Bdale Garbee ]
323   * process updates from 1.6.1 release
324   * move turnon_teledongle to new cal-freq code
325   * add a paragraph about TeleBT battery charging to AltosDroid chapter in documentation
326   * turnon script for TeleBT v3.0
327   * apply wrap-and-sort to control files
328   * add automatic Bluetooth functionality check to turnon_telebt
329   * new build dependency on asciidoc
330   * now building for m4, too
331   * modify bringup scripts to handle TeleMega v2.0
332   * modify release procedure to reflect Keith setting version in confgure.ac
333   * submodule madness
334   * one more time, with feeling .. this time, I've updated pdclib
335   * update Changelog from git log
336
337   [ Keith Packard ]
338   * altoslib: Add companion telemetry data support
339   * ao-telem: Add companion packet telemetry data printing
340   * altos: Add HAS_COMPANION to new boards with companion connectors
341   * altos/telefire: No reply for ARMED. Ignore time for FIRE.
342   * altos: Provide direct segment driving interface for LCD displays
343   * altos/telelco: Infrastructure changes for drag racing
344   * altos/telelco: Add drag race UI
345   * altoslib: Hide 'state' member and use accessor function
346   * altoslib: Rotation off by factor of two
347   * altos/telelco: Adjust drag race UI
348   * altosdroid: Add minus sign and decimal point to lat/lon input fields
349   * altosuilib: In display thread, set new state synchronously
350   * altoslib: Make sure .eeprom download file is flushed on exception
351   * Bump release number to 1.6.1.1
352   * altoslib: Clean up remaining direct AltosState.state users
353   * altoslib: Keep downloading when a parse error occurs
354   * Create directory on keithp.com when uploading devel version
355   * telelco: Fix pad reset to one on radio signal loss
356   * doc: Force FOP to read images from doc directory
357   * doc: Start doc transition to asciidoc
358   * doc: Add asciidoc telemini v1.0
359   * doc: Lots more conversion from docbook to asciidoc
360   * doc: Add asciidoc version of altosui chapter.
361   * doc: Add asciidoc version of Altos Droid manual
362   * doc: Add updating firmware and using am products asciidoc bits
363   * doc: Add titles to all figures
364   * doc: Finish converting docs to asciidoc format
365   * doc: Convert AltOS doc to asciidoc
366   * doc: Convert telemetry and companion docs to asciidoc
367   * doc: Minor makefile cleanups
368   * doc: Switch to free fonts. Publish fonts with docs.
369   * doc: Place html book contents on left side of page with separate scrollbar
370   * doc: Split revhistory to separate file for html docs
371   * doc: Get images and tables all centered and labeled
372   * doc: Make pdf titles less ridiculously large
373   * doc: verbose mode for a2x
374   * altosui: telemini outline pdf changed name
375   * doc: Add product logos to books
376   * Break out common pieces from TeleGPS and AltusMetrum
377   * doc: Reformat 'Using MicroPeak' section
378   * doc: Provide more actual links instead of just chapter names
379   * doc: Move pad beeps table to usage chapter
380   * doc: Reformat html versions a bit
381   * doc: Split out EasyMini into a separate manual
382   * doc: Try a different trick for asciidoc build issues
383   * doc: Construct html index for documentation
384   * doc: Remove some bogus bits from am.css
385   * ao-tools/ao-dbg: Stop using sigvec
386   * altos: Add TeleMega v2.0, including PWM driver
387   * altos: Get stm32l pwm driver working
388   * altos: Set AO_PWM_TIMER_SCALE for telemega-v2.0
389   * Switch TeleMega v2.0 to CC1200 radio chip
390   * altos: Insert inter telemetry-packet delay
391   * Elide pyro channel information from EasyMini docs
392   * Elide flight computer info from APRS section of TeleGPS manual
393   * altoslib: Remove debug message from AltosMap
394   * Update java library versions
395   * Add release notes for 1.6.2
396   * altos: Set TeleMega v2.0 PWM to support servos
397   * altos: Switch PWM constants to end up exposing Âµsec
398   * Bump version to 1.6.2, altosdroid to 10
399   * doc: Update copyright year in altusmetrum doc
400   * doc: fix typo in using external active switch circuit section
401   * doc: Remove telemini v2.0. Add telemega v2.0
402   * doc: Remove extraneous 'first off' from legal paragraph
403
404  -- Bdale Garbee <bdale@gag.com>  Sun, 10 Jan 2016 19:11:18 -0700
405
406 altos (1.6.1-1) unstable; urgency=medium
407
408   [ Bdale Garbee ]
409   * swap names so v3.0 is the default TeleDongle version to turn on
410   * add debian branch spec to vcs-git: line in control so Debian tools work right
411   * changelog for 1.6.1 release
412
413   [ Tom Marble ]
414   * Minor typo in man page
415   * Added continuous output option to ao-usbtrng
416
417   [ Keith Packard ]
418   * altos/stmf0: Add ao_crc_stm.c
419   * altos: Replace ao_alarm/ao_clear_alarm with ao_sleep_for
420   * altosui: Run all igniter status requests from non-GUI thread
421   * altosuilib: Detect pair programming by product name, not USB id
422   * ao-bringup/turnon_telemini: Detect which programmer to use by $USER
423   * altos: embed ao_alarm and ao_clear_alarm in ao_sleep_for
424   * altos/cc1200: Adjust bit-sync configuration
425   * altos: Remove some accidental debug printfs from ao_packet.c
426   * ao-bringup: Changes for telebt for keith's hacking
427   * altosdroid: Lots of bluetooth connection changes
428   * altosdroid: Explicitly disconnect BT on termination or 'disconnect'
429   * altosdroid: Only speak when GUI is running
430   * altosdroid: Missing file: DeviceAddress.java
431   * altosdroid: Ignore automatic tab changing while activity is saved
432   * altos: Allow software to offer other USB interface classes than CDC
433   * altos/stmf0: Fix fast ADC interface
434   * altos/stmf0: Typo in ao_crc_stm.c
435   * altos/stmf0: Allocate USB buffers at startup
436   * altos: Create chaoskey product
437   * altos: Add chaoskey flash loader
438   * altos/usbtrng: Split out random number generating code to separate driver
439   * altos: Make APRS format (compressed/uncompressed) configurable
440   * altosui/telegps: Add config option for APRS format
441   * altoslib: Round frequency when configuring radio
442   * ao-tools: Add ao-flash-stm32f0x
443   * altos: Wait for BT disconnect before sending command
444   * altos: Missing pad field in TMv2 data packet
445   * altosui/telegps: Change from variable-units snuck into master
446   * altosdroid: Deal with bluetooth connection failures better
447   * doc: Update telemetry docs to include new packet formats
448   * altos: Add .gitignore for chaoskey
449   * altos: Build chaoskey by default
450   * altos: Add makefile for chaoskey flash loader
451   * altos/stmf0: Need ao_exti.h for pin configuration
452   * altosui: Add map to MonitorIdle display
453   * ao-tools/ao-mega: Clean up formatting of pyro status messages
454   * altos/test: Make aprs test code compile again
455   * altos/test: Support old telemega eeprom file formats in ao_flight_test
456   * ao-tools/ao-list: Show devices that have no TTY
457   * altos: Add the ability to configure a different USB vendor ID
458   * altos/chaoskey: Set USB VID/PID to 0x1d50/0x60c6
459   * altos/stmf0: Have fast ADC ring buffer code use wrap-around
460   * icon: Convert windows stub into launcher program
461   * windows: Use new windows stub to launch applications
462   * altosdroid: Add USB support for TeleDongle/TeleBT
463   * altosdroid: Fix tab label height problems
464   * altoslib: Use Locale.ROOT for KML export
465   * altoslib: Expose locale and non-locale floating point parsing functions
466   * altosui: Remove un-implemented --fetchmaps argument
467   * ao-dump-up: Add --wait option to make testing ÂµPusb easier
468   * doc: Clarify what 'after motor' means
469   * altos: Support 32MHz xtal on cc1200
470   * microsplash: Add 'publish' target to Makefile
471   * micropeak: Use fast load mode by default in -load script
472   * Flip version to 1.6.0.2
473   * altoslib: Create display-independent map support code
474   * telefire: Make 'good' RSSI value configurable
475   * altos: Only set CMAC RSSI value on valid packet received
476   * telefire: Report telefire battery voltage over telemetry link
477   * altos: Add telelco v0.3 (v0.2 with cc1200 instead of cc1120)
478   * altos/telelco: Display telefire battery voltage
479   * altos/telelco: Show box voltage with pad knob instead of firing button
480   * altoslib: Build AltosVersion.java in configure.ac
481   * altoslib: Get new abstract mapping code compiling
482   * altoslib: More frobbing with new map bits
483   * altoslib/altosuilib: Update library version to 7
484   * altoslib/altosuilib: Get new Map display code running in altosui and telegps
485   * altosuilib: Add AltosUIImage.java
486   * altosuilib: Use new map code for map preload UI
487   * altosuilib: Remove old map bits
488   * altosuilib: Get rid of AltosUIVersion.java
489   * altosdroid: Add offline map tab
490   * altosdroid: Move pause before reopening bluetooth into connec thread
491   * altosdroid: Centralize debug printf code
492   * altosdroid: Place icons on screen instead of drawing path
493   * altoslib: Add AltosLaunchSite bits
494   * altosuilib: Use altoslib site list loader
495   * altoslib: Start with map empty
496   * altoslib: Provide toString method for AltosLatLon
497   * altoslib: Add map loading helper class
498   * altosuilib: Switch to altoslib map loading code
499   * altosuilib: Get rid of AltosUIMapNew.set_load_params
500   * altosuilib: Eliminate extra MapCache in AltosUIMapPreloadNew
501   * altoslib: Pass all map loader params to set_load_params
502   * altosdroid: Add map types and map preloading UIs
503   * altosdroid: Look for zipalign in the new place too
504   * altosdroid: Disable debug output on release builds
505   * altosdroid: Save selected map type in AltosDroid object
506   * altosdroid: Add 'Current Location' as an option when preloading maps
507   * altosdroid: Split out AltosMapView into separate file
508   * altosdroid: Missing call to super.onDetach from TabMapOffline
509   * altosdroid: use 'show' to set new tab contents in onResume
510   * altoslib: Require 'debug' hook in AltosMapInterface
511   * altosdroid: Switch from custom title to standard Holo theme
512   * altosdroid: Highlight age in red when older than 10 seconds
513   * ao-tools: Create ao-cal-freq
514   * ao-bringup: Use new ao-cal-freq program for cal-freq script
515   * ao-bringup: Do telegps freq cal before testing GPS
516   * ao-tools: Add missing ao-cal-freq man page
517   * altoslib: Add preferences for saving/restoring multiple flight states
518   * altosdroid: Add multi-tracker support
519   * altosdroid: Note recent changes
520   * altosdroid: Resource changes needed for multi-tracker mode
521   * altoslib: Set product for idle monitor
522   * altoslib: Let the application disable the link cancel dialog
523   * altoslib: Expose public function to set state.product
524   * altoslib: Remove debug output from AltosMap
525   * altosuilib: Show state.product if state.device_type isn't set
526   * altosuilib: Create grid-bag helper functions in AltosUIFrame
527   * micropeak: Update mac/windows FTDI drivers
528   * telegps: use new AltosUIFrame constraint helper
529   * ao-bringup: Fail turnon_easymega if accel cal fails
530   * ao-bringup: Use local versions of tools instead of /usr/bin for turnon_easymega
531   * ao-bringup: Make turnon_easymega run without 'make install'
532   * altoslib/altosuilib: Fix equals methods, add hashCode
533   * altoslib: Clean up map tile removal
534   * altosuilib: Allow for no transform in map mouse wheel function
535   * altosdroid: Switch trackers automatically when changing freq or baud
536   * altosdroid: Remove debug
537   * altosdroid: Support for sorting rockets by age
538   * altosdroid: Stack map markers with newest rocket on top
539   * altosdroid: Multiple tracker support for google maps
540   * altoslib: Add set_zoom_centre to AltosMap
541   * altosuilib: Use AltosMap set_zoom_centre instead of in-line version
542   * altosdroid: Use AltosMap set_zoom_centre
543   * altosdroid: Show receiver battery voltage in the 'pad' view
544   * altosdroid: Add map source preference
545   * altosdroid: Display online/offline maps in same tab
546   * altosdroid: Get rid of on-line only maps tab
547   * altosdroid: Select tracker by clicking on map
548   * altosdroid: Switch to four tabs (pad/flight/recover/map)
549   * altosdroid: Allow tracker selection from online map widget
550   * altosdroid: Mark four-tab change done
551   * altosdroid: Fix line drawing to old tracker location
552   * altoslib: Use a longer filter for descent values
553   * altosdroid: Show direction to target in recover tab
554   * altosdroid: Define strings for the tab names
555   * altosdroid: Change voice output around
556   * altoslib: Typo slipped into AltosState.java
557   * altosdroid: Make sure whole flight state is spoken even when no-one is moving
558   * altosdroid: Make sure flight voice output always starts with 'speed'
559   * altosdroid: Mark tab-dependent voice output as done
560   * altosdroid: Update version numbers in manifest
561   * Bump version to 1.6.0.3
562   * altoslib: Fix replay to run in realtime again
563   * altosdroid: Display direction in map view
564   * altosdroid: Class of offline map view widget changed
565   * altoslib: Don't crash if dragging a map view without any tiles
566   * altos/telebt-v3.0: Report battery voltage correctly
567   * altoslib: Support TeleBT v3.0 battery voltage conversion
568   * altosuilib: Receiver battery voltage lives in listener_state
569   * altosui: Correctly show/hide receiver battery value
570   * telegps: Add receiver battery to Status display
571   * altoslib: Make AltosMap floor/ceil static. Check transform in paint
572   * altoslib: Make earth size constants public
573   * altoslib: Limit simultanous map tile downloads to 128
574   * altoslib: Convert longitude from distance in AltosMapTransform
575   * altoslib: Preload maps based on distance rather than number of tiles
576   * altosdroid: Keep speaking even when screen is off
577   * altosdroid: Pop up menu of nearby trackers on map click
578   * altosdroid: Remove a debug line in AltosVoice
579   * altosdroid: Don't disconnect from bluetooth onStartCommand
580   * altosdroid: Add other igniter status, various other layout changes
581   * Generate Android version info from configure.ac
582   * altosdroid: Note time at startup to avoid flipping trackers
583   * altosdroid: Add 'Auto' to map tracker list
584   * altosdroid: Clean up tab layout
585   * altosdroid: Cleanup Makefile.am
586   * Bump version to 1.6.0.4 (android version 8)
587   * doc: Update for 1.6.1
588   * Bump configure.ac versions to 1.6.1
589   * Bump Java library versions
590
591   [ Robert Garbee ]
592   * add beep when test completes
593
594  -- Bdale Garbee <bdale@gag.com>  Thu, 16 Jul 2015 13:38:22 -0600
595
596 altos (1.6-1) unstable; urgency=medium
597
598   [ Keith Packard ]
599   * altoslib: Stop re-loading previous flight when starting telemetry monitoring
600   * telegps: Was mis-configuring the 'Configure Device' dialog
601   * altos: Fix ability to disable telemetry by setting interval to 0
602   * altos/test: Add TMv2 test program to .gitignore
603   * altos: Add smaller altitude table file to .gitignore
604   * altos: Make sure we don't beep out continuity twice in idle mode
605   * altosui: Ignore built .desktop file
606   * ao-bringup: Use C version of test-flash for telegps
607   * ao-tools: Add ao-test-gps program
608   * ao-bringup: Use C version of ao-test-gps in test-telegps
609   * ao-tools/ao-test-gps: Improve output formatting
610   * ao-tools/ao-test-igniter: Remove bogus printf
611   * ao-bringup: Improve igniter testing. Add TeleMega and TeleMetrum testing.
612   * Mark master branch as past the 1.5 point
613   * altosdroid: Update version code and name for 1.5
614   * altosdroid: Automatically sign the released version if the key is available
615   * altosui: Fix --replay to run in realtime after boost
616   * altosui: Bring up main window when doing --replay or --graph
617   * altosdroid: Update notebook to reflect current status
618   * altos: Make sure we drop the SPI mutex when aborting cc1120 recv
619   * ao-bringup: Auto-select programmer for teledongle turnon
620   * altos: Handle antenna down in ao_flight_test
621   * altosui: Check for map and stats table when changing units/fonts in graph
622   * altos: Record 32-bits for gyro calibration values
623   * altoslib: Deal with new Mega log format that has 32-bit gyro cal
624   * altosui: Update 'Imperial Units' checkbox when units change
625   * altoslib: Compute tilt angle from eeprom data
626   * altos: Fix syntax error with ao_log_mega change.
627   * altos: Copy cc1120 driver to cc1200 driver and hack a bit
628   * altos: Add prototype TeleDongle v1.9 code
629   * altoslib: synchronize access to serial debug output list
630   * altosuilib: Try to detect the architecture when loading JNI lib
631   * ao-tools/ao-send-telem: Add verbose, fake and rate options
632   * altos: Mark STM ao_spi_send as taking const pointer
633   * altos: Expose telemetry altitude macros even without GPS
634   * altos: Complete cc1200 driver
635   * altos/teledongle-v1.9: Add remaining code to complete the project
636   * altos: Sort out ao_gps_print altitude fetching
637   * altos: Increase PQT value for cc1200 improving sensitivity
638   * altos: Build TeleDongle v1.9 by default
639   * altos: Remove old AO_SEND_ALL_BARO bits
640   * altos: Perform cc1200 calibration less often. Tweak radio params
641   * altos: Fix up telemetry delay computations
642   * altos: Increase CC1200 SPI data rate to 8MHz
643   * altosui: Pop up 'Connecting' dialog during Monitor Idle
644   * altos: Rename microwater to microsplash
645   * Move teledongle 1.9 to 1.8; there's a new 1.9
646   * altos: Declare port register type only in arch header
647   * altos: Stop attempting to ramp power on CC115L
648   * altos: Use AO_SPO_SPEED_FAST for CC1200
649   * altosuilib: GPS errors are recorded in floating point, not integers
650   * altos: Use other TeleDongle LED for CRC-invalid packet reporting
651   * altos/lpc: Declare SPI send parameters as const
652   * altos/lpc: Disable JTAG when using pins for GPIO
653   * altos/teledongle-v1.9: Switch to NXP processor as on prototype boards
654   * altos: Reset interrupt flags before TX in CC1200 driver
655   * altoslib: Missing headers for mag sensor in CSV output
656   * altoslib: Make AltosState serializable
657   * altosdroid: Don't display MISSING flight number
658   * altoslib: Add getBytes/putBytes interface to AltosPreferencesBackend
659   * altosdroid: TabMap needs to expose () constructor
660   * altoslib: add AltosPreferences state save/restore interfaces
661   * altosdroid: Save AltosState and restore at startup
662   * altosdroid: East and West were flipped in all GPS output
663   * Add AltosDroid release note for version 1.5
664   * altos/microsplash: fix .gitignore to ignore resulting binary
665   * altosui: Remove duplicate AltosUIPreferencesBackend.java
666   * altos: Allow TeleMega to be built without MPU6000
667   * altos/teledongle-v1.8: Make this the same as teledongle v1.9
668   * altos/cc1200: Wait for packet to be placed in FIFO during receive
669   * altos/cc1200: Open up preamble detect to improve sensitivity
670   * altos/cc1200: With PQT wide open, we can't use PQT_REACHED for start
671   * altoslib: Add usbtrng, usbrelay and mpusb USB ids
672   * micropeak: Support ÂµPUSB with our own USB ids
673   * ao-bringup: Clear pending output before setting frequency.
674   * altos: Document cc115l power measured at RF setting 0x03 as -31.75dBm
675   * altos: Adjust CC1200 RSSI reporting value
676   * altos/lpc: Switch LPC SPI driver to interrupt-driven
677   * Set version to 1.5.9.1
678   * altos: Get rid of some accidental debug code
679   * altos/lpc: Fix double-buffered USB changes
680   * altos: Add support for TeleBT v3.0
681   * altos: Initial STMF04x support
682   * altos: USBtrng v2.0 hardware bringup
683   * altos: Add self-flash support for STM32F042 processor
684   * altos: Add flash-loader to usbtrng-v2.0
685   * ao-tools: Add --wait option to ao-usbload
686   * altos/stmf0: Fix linker scripts to make ao_boot work
687   * altos/stmf0: Add faster USB path
688   * altos/stmf0: Add ADC and DMA APIs
689   * altos/usbtrng-v2.0: Add random output command
690   * altos/stm: Fix typo in stm32l.h
691   * ao-tools: Add ao-usbtrng to dump RNG data for testing
692   * altos/stmf0: Remove remaining stm32l bits from stm32f0 code
693   * altos/stmf0: Add CRC driver
694   * altos/usbtrng-v2.0: Use stmf042 hardware CRC unit
695   * altos/stmf0: Re-implement fast ADC code for stmf0
696   * Oops, forgot the TeleBT-v3.0 Makefile
697   * And, also add the TeleBT v3.0 flash loader Makefile
698   * altos/stm: Add ability to delay STDIO usage for serial ports
699   * altos/btm: Add fancier debug. Pull serial reset port low.
700   * altos: Always include a check for stdio overflow
701   * altos/telebt-v3.0: Fix stdio setup for BTM
702   * altos/telebt-v3.0: Turn red LED off after initialization
703   * altos/stmf0: Support PA11/PA12 remapping
704   * altos/usbtrng-v2.0: Select PA11/PA12 mapping config value
705   * altos/telebt-v3.0: Add monitor bits
706   * altos/telebt-v3.0: Set initial radio cal to a sensible value
707   * altos: Rename teledongle-v1.9 as teledongle-v3.0
708   * ao-bringup: Add turnon_teledonglev3
709   * Revert "altos/lpc: Fix double-buffered USB changes"
710   * Revert LPC usb performance improvements
711   * altos/teledongle-v3.0: Shrink stacks to 320 bytes to fit in ram
712   * altos/easymini-v1.0: Shrink stack to deal with USB changes
713   * altos/lpc: Clean up USB endpoint access functions
714   * altos/lpc: Double buffer USB data transfers
715   * Update docs for 1.6
716   * libaltos: Use more SetupDi API to get Windows 7 listing devices
717   * Add 'keithp-fat' target for uploading temporary builds to keithp's machine
718   * windows: Look for current Java version in \SOFTWARE\Wow6432Node
719   * micropeak: Fix file association registry install on Windows
720   * micropeak: Support both FTDI and Altus Metrum USB IDs
721   * micropeak: Install Windows AltusMetrum driver bits
722   * altosuilib: New teledongle and telebt devices are not pair-programmed
723   * Package TeleDongle-v3.0 firmware with TeleGPS and AltosUI apps
724   * altoslib: Store MS5607 data in AltosConfigData for use by AltosMs5607
725   * altosuilib: EEProm download from TeleGPS doesn't have states
726   * altosuilib: Don't show 'Sats in view' for TeleGPS eeprom graphing
727   * altoslib: Support TeleGPS for Monitor Idle
728   * altoslib: Use 'stateless' for Monitor Idle
729   * altoslib: Initialize GPS data to MISSING for Monitor Idle mode
730   * altos/drivers: Increase SPI speed of CC115L to 6MHz
731   * altos/lpc: Give up on interrupt-driven SPI driver
732   * altos: Separate out ao_tracker force from dbg
733   * Update version 1.6 release notes with more bug fixes
734   * altos: ao_packet_getchar needs to return 'int' so AO_READ_AGAIN works
735   * altosui: Remove the dregs of AltosDroid load-old-telem code
736   * altoslib: Mark listener as 'not running' on EOF.
737   * altosuilib: Wait for product data while scanning
738   * altoslib: Drop telemetry packets processed while monitoring is disabled
739   * altosuilib: Reset telemetry state after processing it
740   * altoslib: Clear saved TelemetryReader state instead of resetting in ScanUI
741   * altosuilib: Set the icon and title of the telemetry scanning dialog
742   * doc: update 1.6 release notes with recent bug fixes
743   * altosuilib: Get the Eeprom download progress bar working again
744   * altosuilib: Don't offer to graph some GPS details that TM doesn't log
745   * Bump java library versions
746
747   [ Bdale Garbee ]
748   * updated to reflect changes from 1.5 release
749   * reflect filename changes in LLC repo
750   * store cal value correctly even when we didn't need to change it
751   * document pyro current limits in an appendix
752   * improve test procedures for TeleMega
753   * document addition of TeleDongle to the set of ARM targets to save binaries for
754   * update ChangeLog for release
755
756  -- Bdale Garbee <bdale@gag.com>  Sat, 07 Feb 2015 22:40:49 -0700
757
758 altos (1.5-1) unstable; urgency=medium
759
760   [ Bdale Garbee ]
761   * notes updated for TeleGPS and 1.4 release learnings
762   * make sure to use Google Maps API key for official builds
763   * need the api key in Bdale's root too
764   * update Releasing file based on learnings from 1.4.1 release
765   * Windows sucks, hard .. make sure filenames are legal in .mdwn files
766   * note need to push the updated repo with production binaries during release
767   * update turnon tools
768   * change easymega from v0.1 to v1.0, tweak to build on master, add to Makefile
769   * turn echo back on after accel cal in turnon_telemetrum so rest is easier
770   * tweaking test scripts
771   * releasing version 1.5
772   * updated ChangeLog for 1.5 release
773   * update changelog for Debian build
774   * capture deleted file
775   * more build dependencies for processing icons
776   * more build dependencies for processing icons
777   * update ChangeLog
778   * update changelog for Debian build
779   * another build dep
780   * use dh_installmime, which requires telling configure to stay out of the way
781   * another build dep
782   * use dh_installmime, which requires telling configure to stay out of the way
783   * update changelog for release
784   * update changelog for Debian build
785   * need multi-arch in fat build
786   * ignore cal_values file in bringup directory
787   * updated ChangeLog for release
788
789   [ Keith Packard ]
790   * doc: Add instructions for flash recovery technique
791   * altos/micropeak: Create a script to load firmware.
792   * altosui/telegps: Use menus for frequency list and telemetry formats
793   * altosuilib: Move menu bars into the Mac OS X top bar
794   * altosui: Fix ground station configure frequency list
795   * java: Bump java library versions for next release
796   * altos/micropeak: Add load script template
797   * Sign our .inf file with the comodo key. Update signing-driver
798   * Fix java version detection and downloading
799   * icon: Construct .exe files to hold windows icons for file associations
800   * windows installer: Create file associations for Windows.
801   * macosx: Define icons for our file types on OS X
802   * altosui: Ship TeleMetrum v2.0 firmware with AltosUI
803   * altosuilib: Hook up apple messages to callbacks
804   * macosx: Respond to apple messages in all apps
805   * windows: Missed adding 'refresh-sh.nsh'
806   * linux: .desktop files must begin with organization name
807   * Rename icon files to fit XDG specifications. Add file icons. Add mime types
808   * altosuilib: Wrap radio frequency menu in JMenuBar when used in config
809   * altos/aprs: Encode last serial number in SSID. Transmit serial in comment
810   * altosui: Add Ignitor tab to Monitor Idle mode
811   * altos: Make APRS SSID configurable
812   * altosui/telegps: Expose configurable APRS SSID
813   * ao-tools: Add ao-test-baro, ao-test-igniter and ao-test-flash
814   * ao-bringup: Use the C tools to test EasyMini
815   * altos: Add optional debugging to print out pyro firing status
816   * altos/ao_flight_test: Get the Tmega version compiling again
817   * Bump version to 1.4.1.1
818   * altosuilib: Make map cache size configurable
819   * altosuilib: Outline map lines and distance value with white
820   * icon: Generate altusmetrum.xpm and install it
821   * altosuilib: Mark 'Configure AltosUI' window with maps key status
822   * Clean all .desktop files, ignore them too
823   * Add 1.4.1 release notes
824   * Add note about including Google maps API key
825   * altosui: Don't show the tracker motion value when switching units
826   * telegps: Disable tracker config when not available
827   * altosui/telegps: Undo the frequency/telemetry menu changes
828   * altoslib: Disable telemetry while getting config data
829   * altoslib: Preserve receiver_serial across state reset for new transmitter
830   * altosuilib: Remove debug printfs from map cache
831   * altos: ao_rssi subsystem needs to use AO_LED_TYPE instead of uint8_t
832   * altos: Stop sticking cc1111 firmware in src directory
833   * altos: Use TeleMetrum v1.9 board for MegaDongle experiments
834   * altos: Reduce configuration data telemetry to once per 5 seconds
835   * altos: Add defines for 2400 and 9600 baud telemetry rates
836   * altos: Add config support for 2400 and 9600 baud telemetry rates
837   * altos: Call ao_telemetry_reset_interval when telemetry rate changes
838   * altos/cc1111: Adjust receive parameters to improve sensitivity
839   * altos/cc1111: Add 2400 and 9600 baud telemetry rate support
840   * altos: Add 2400 and 9600 baud telemetry support to cc115l driver
841   * altos: Packet reception tuning for cc1120 driver
842   * altos: Add telemetry rate support to CC1120 driver
843   * altos: Rework packet receive for cc1120
844   * altoslib: Support multiple telemetry rates
845   * altosuilib: Add telemetry rate to Scan UI
846   * altosui: Support telemetry data rates
847   * telegps: Support variable telemetry rate
848   * Add support for the "kite" micropeak variant
849   * Bump version to 1.4.9.1 -- on the way to 1.5
850   * altosui: Hide inactive altimeter configuration entries
851   * altos/telemini-v2.0: Add memory decorations to new telemetry variables
852   * altos: Add smaller pa to altitude table for TeleMini
853   * altos/telemini-v2.0: Enable beep config and radio rate config
854   * micropeak/altosui/telegps: Fix icon file names
855   * altoslib: Clean up GPS DOP support in AltosState
856   * altoslib: Ensure CSV output is consistent
857   * altosuilib: Add GPS DOP values to graph
858   * altosuilib: Add GPS DOP values to info table
859   * altosuilib: Allow for unitless axes in graphs
860   * altos: Extend GPS altitudes to at least 24 bits everywhere
861   * altoslib: Handle wide GPS altitude values in eeprom and telemetry
862   * altos: Scale DOP values by 10 in GPS drivers
863   * altos: Record pdop value in TeleMetrumV2 log
864   * altos: Use 32-bits for flight state data (alt/speed/accel)
865   * altosui: Fix the 'Graph' button on the landed tab
866   * altoslib: Extend telemetry heights from 16 to 32 bits
867   * libaltos: Bind to libbluetooth at runtime on demand
868   * altosui: Don't show bluetooth UI bits on mac/windows
869   * libaltos: typo in libaltos broke the build
870   * telegps: Missing function in TeleGPSConfigUI
871   * altos/telefire,telelco: Add HAS_RADIO_RATE to launch system software
872   * ao-tools: Add TMv2 and Tgps log formats to cc.h
873   * ao-tools: Provide altitude to temperature conversion function
874   * ao-tools: Add a few GPS telem/eeprom constants
875   * altos: Interrupt radio receive when changing data rate
876   * altos: Make ao_gps_print deal with telem containing 32-bit altitude values
877   * altos/test: Build TeleMetrumV2 flight test variant
878   * altoslib: Parse eeprom 'altitude-32' fields
879   * Set version to 1.4.9.2
880   * altosuilib: Fix minor scan UI nits
881   * linux-fat: Fix up fat linux install icons, mime types and .desktop files
882   * altoslib: Handle TeleGPS files for KML export
883   * altos: Have MicroKite just start recording at startup
884   * altos: Document which TeleFire alarm pins are which
885   * altos: Report additional pyro channels via beeper
886   * altosdroid: Add telemetry rate support
887   * altosdroid: Skip updating hidden UI elements
888   * altoslib: Parse 'Log fixed:' configuration value
889   * altoslib: Handle link timeout in AltosDebug.read_memory
890   * altoslib: Close serial port when AltosFlash fails to detect a target
891   * altoslib: Improve performance of AltosLib.hexbytes
892   * altoslib: Remove some debug printfs
893   * ao-tools/ao-send-telem: Support sending TM v2 and Tm v2 telemetry
894   * Use -ldl when testing whether -m32 and -m64 builds work
895   * cc1111: Wait for internal flash write to complete
896   * telegps-v1.0: Provide one log and append to it
897   * altosui: Make Windows java test "smarter"
898   * altos: Add telerepeat-v1.0
899   * Add ao-tools/ao-cal-accel
900   * ao-bringup: Use ao-cal-accel instead of cal-accel in turnon scripts
901   * ao-bringup: Test EasyMega boards
902   * altos: Make sure pyro remains valid during delay
903   * altosdroid: start restoring from log data on startup
904   * altoslib: TeleMega telemetry pyro voltages are uint8
905   * altosdroid: fixup fetching active device address
906   * altosdroid: Add quit. Restart. Show freq in title.
907   * altoslib: create logfiles preference object. check link in existing_data
908   * altosdroid: Add missing preferences backend file
909   * altosdroid: reload previous log file at connect time
910   * altos: Don't add AO_LOG_FLIGHT to existing GPS logs
911   * altoslib: Ignore extra AO_LOG_FLIGHT records from TeleGPS
912   * altoslib: Catch a couple null pointers in AltosConfigTD
913   * altosui: Fix 'pad' screen for TeleGPS
914   * altos/telefire: Add firing length to manual pad command
915   * altosdroid: Use single object to pass data to UI
916   * altos: Allow negative values for pyro configuration data
917   * altosui: Don't mark altimeter dirty when opening pyro panel
918   * altosdroid: add new TelemetryState.java
919   * altosdroid: Ignore TelemetryService messages after service shutdown
920   * altosdroid: Update tab contents before switching
921   * altosdroid: Add imperial unit support
922   * altosdroid: Mark completed items as 'done'
923   * altos: Reduce deviation at 2400/9600 baud
924   * altoslib: Update local callsign/baud rate when using remote protocol
925   * altoslib: Increase timeouts when using low baud rate remote protocol
926   * altos: Scale packet master receive delay by baud rate
927   * doc: Update for version 1.5 release
928   * altosui: Include EasyMega firmware in fat release
929   * Tag version 1.4.9.3
930   * altoslib: Fix idle monitor parsing of MMA655x state
931   * altos/easymega: Set USB PID for EasyMega to 0x0028
932   * altoslib/altosuilib: Add EasyMega support
933   * altoslib/altosuilib: clean all versions of the .jar file
934   * icons: Use DESTDIR when updating mime/icon caches
935   * .desktop: Use %F instead of %f in .desktop files
936   * configure: Add --disable-install-shared-mime-info option
937   * altoslib: Stop re-loading previous flight when starting telemetry monitoring
938   * telegps: Was mis-configuring the 'Configure Device' dialog
939   * altos: Fix ability to disable telemetry by setting interval to 0
940   * altos: Make sure we don't beep out continuity twice in idle mode
941
942  -- Bdale Garbee <bdale@gag.com>  Sat, 13 Sep 2014 11:33:05 -0600
943
944 altos (1.4.1-1) unstable; urgency=medium
945
946   [ Keith Packard ]
947   * Sign our .inf file with the comodo key. Update signing-driver
948   * Fix java version detection and downloading
949   * altosui: Ship TeleMetrum v2.0 firmware with AltosUI
950   * Add 1.4.1 release notes
951   * Add note about including Google maps API key
952   * altosuilib: Mark 'Configure AltosUI' window with maps key status
953
954   [ Bdale Garbee ]
955   * notes updated for TeleGPS and 1.4 release learnings
956   * make sure to use Google Maps API key for official builds
957   * need the api key in Bdale's root too
958   * releasing 1.4.1
959   * update ChangeLog for release
960
961  -- Bdale Garbee <bdale@gag.com>  Tue, 24 Jun 2014 21:57:12 -0600
962
963 altos (1.4-1) unstable; urgency=medium
964
965   [ Keith Packard ]
966   * Add linux installer script
967   * Put altusmetrum.svg and micropeak.svg in icon directory
968   * Move .desktop and icon management out of debian dir
969   * micropeak: Construct linux install script
970   * Mark .desktop files as executable
971   * Re-create drill templates
972   * doc: Need to publish .svg files as well
973   * altos: Move balloon flight code to core
974   * altos: Expose ao_usb_running globally
975   * altos: Set reasonable accel values when !HAS_ACCEL
976   * altos: Make balloon code run again
977   * altos: Create balloon-specific load for TMv2 hardware
978   * libaltos: Link so with -znoexecstack flag
979   * Mark development sequence to 1.3.3 by bumping version to 1.3.2.1
980   * altosui: Retry device enumeration after rebooting for self flash
981   * Install .desktopfile as _SCRIPTS so they are left executable
982   * doc: Add separate outline pdf generation
983   * Add flash loader for stm-demo board
984   * Re-add LCD bits to stm-demo
985   * Add USB True Random Number Generator product
986   * altos: Don't require projects to define PACKET_HAS_SLAVE
987   * altos: fix building LPC serial support for STDIO
988   * altos: Fix LPC LED driver
989   * altos: Missing ao_pins files for usbtrng
990   * altos: Another missing usbtrng file
991   * altosui: Hide Tilt Angle values when not available
992   * Add easymega firmware
993   * altos: HAS_LED is useless; remove it
994   * altoslib: Ignore speed/accel after boost when finding maxima
995   * altoslib: Fix EasyMini voltage computations
996   * Add easymini turnon script and helpers
997   * altoslib: Missed a couple of easy mini voltage API changes
998   * altos: Rename 'core' to 'kernel'
999   * ao-bringup: Get turnon_telemini working
1000   * ao-tools: Use 'program' command in ao-flash-lpc instead of 'flash'
1001   * ao-tools: Wait for device to become ready instead of failing
1002   * doc: Outline files are now generated, so don't put them in git
1003   * altos: Report battery voltage instead of S at startup
1004   * Bump version to 1.3.3
1005   * doc: Document new voltage beeping at startup time
1006   * altosui: Add ignitor tab for TeleMega extra ignitors
1007   * ao-bringup: Split out easymini test into separate script
1008   * altos: Build TeleBalloon v2.0 by default
1009   * altos: Replace C code attiny async output with inline asm
1010   * altos: Provide stable binaries for MicroPeak
1011   * altos: Fix nanopeak compile
1012   * altosui: Disable flight log configuration while flights are stored
1013   * altos: Add 'microwater' product
1014   * altoslib/altosui/altosuilib/libaltos: Remove trailing whitespace
1015   * altosuilib: Make lines in graphs 2 units wide
1016   * altos: Switch beeping to farnsworth spacing
1017   * altosui: Add extra ignitors to graphable objects
1018   * altoslib: Track pyro firing state when reading mega eeprom files
1019   * altosui: Mark TeleMega additional pyro ignitor fired points in graphs
1020   * ao-telem: Dump orientation field from TeleMega sensor telemetry packet
1021   * ao-load: Make ao_sym static to avoid collision with ao-editaltos
1022   * ao-tools: Clean up ao-sym structure an initializers
1023   * altos: For telelco discovery packets, retry 5 times with shorter timeout
1024   * altos: Add configurable beep tone
1025   * altosui: Add configuration UI for beeper tone
1026   * altos: 8051 64 * 16 multiply function was broken for negative 64-bit
1027   * altoslib: Add a comment to remind us to fix the IMU code to deal with calibration
1028   * altoslib: Parse remaining mega AO_LOG_FLIGNT and AO_LOG_GPS_TIME fields
1029   * altosui: Add GPS course, ground speed and climb rate to graphs
1030   * altos: ublox driver always offers course data when it has a fix
1031   * altos: Fix byte offsets in the mega AO_LOG_FLIGHT packets
1032   * altos: Clean up trailing whitespace in ao_pad.c
1033   * altos: Simplify quadrature tracking
1034   * atosui: Hide Callsign and RSSI tabs for devices without a radio
1035   * ao-bringup: test-baro should accept altitudes a bit below sea level
1036   * ao-bringup: Use official binaries for EasyMini turnon
1037   * altos: Add LED test command to pca9922 driver
1038   * altos: Report amount of program space available in the version command
1039   * altos: Assume all LPC products will have 32KB of flash
1040   * altos/stm: Use flash address of boot loader instead of 0x0
1041   * altos/stm: White space fix in ao_boot_pin.c
1042   * altos/stm: Figure out available flash space based on chip id registers
1043   * altos/stm: Use #define'd constants for GPIO register addresses
1044   * altos/flash-loader: Check memory addresses against flash space
1045   * ao-tools/ao-usbload: Check image flash usage against device flash availability
1046   * altos/cc1111: Wait for xtal to be stable
1047   * altos/cc1111: Errata fix isn't needed for discontinued products
1048   * altos/cc1111: Add support for CPU-driven USB pullup
1049   * altos/cc1111: Switch P1_0 from a green LED to USB pullup
1050   * altos/telemini-v2.0: Remove old baro->alt conversion table
1051   * altos/telemini-v2.0: Enable beep frequency configuration
1052   * altos: Make quadrature debounce per-pin rather than per-device
1053   * doc: Document the Apogee Lockout setting
1054   * altos: Use explicit boot loader signal in ao_boot_reboot
1055   * altos: stm and lpc ao_boot.h were identical. move to kernel.
1056   * altosui: Remove debug printf about beep config
1057   * altosui: Remove another beep config debug printf
1058   * altos/stm: Make stm applications depend on ao_boot.h
1059   * altos/lpc: adc code computes number of active ADC channels
1060   * altos/lpc: whitespace
1061   * altos: Allow APRS to send just battery voltage
1062   * altos: Fix cc115l debug build
1063   * altos: Expose ao_gps_set_rate from u-blox driver
1064   * altos: Don't define ao_ignite_decivolt without igniters
1065   * altos/test: Get APRS generation test working again
1066   * altos/test: Parse mega ground data. Fix pyro parsing
1067   * altos: Add config values for tracker start motion limits
1068   * altoslib: Move CSV/KML output code to altoslib
1069   * altosui/altosuilib: Cleanup -Xlint:unchecked warnings
1070   * altosui/altosuilib/altoslib: Move more stuff out of autosui. Reduce site map memory
1071   * ao-tools: Add cc_usb_write function
1072   * altoslib/altosuilib: Change versions to altoslib:4, altosuilib:2
1073   * micropeak: Add -Xlint:unchecked to javac line
1074   * altos: Make MS5607 PROM a public variable
1075   * altos: Move ao_config declarations to ao_config.h
1076   * altos/test: Fix ADC structure for mega, use ao_config.h
1077   * altosuilib: Add multiple zoom levels and content types to map
1078   * altos: Fake flight code changes in kernel and stm
1079   * altosuilib: Add distance measuring line to site map.
1080   * altosuilib: Decompress map images asynchronously and in parallel
1081   * altosuilib: Add google maps API key, configured with -with-google-key
1082   * altoslib: When log-format is missing, use product
1083   * altosuilib: Remove debug printf in AltosSiteMapCache
1084   * altosuilib: Update map preloading UI to include zoom and maptypes
1085   * altosuilib: Publish AltosSiteMap.centre. Add prefetchMaps with old API
1086   * altosuilib: Don't try to draw to destroyed map windows
1087   * Document the need for ~/altusmetrumllc/google-maps-api-key
1088   * altosui/altosuilib: Shuffle lots more code from altosui into altosuilib
1089   * telegps: Add first version of telegps
1090   * Mark version 1.3.2.2
1091   * doc: Add outline of TeleGPS doc
1092   * telegps: Working towards building fat versions of telegps application
1093   * telegps: Use altosui's Instdrv NSIS plugin for telegps
1094   * telegps: Add device configuration dialogs
1095   * telegps: Add preferences dialog
1096   * telegps: Add scan UI
1097   * telegps: Hook up data download dialog
1098   * telegps: Add 'Info' tab
1099   * telegps: Don't try to ship TeleGPS firmware yet
1100   * telegps: Auto-connect to any base stations plugged in at startup
1101   * telegps: Add flash device functionality
1102   * telegps: Add info table
1103   * java: Refactor AltosFlightDisplay units and font update handling
1104   * telegps: Add graph display
1105   * Build telegps distribution bits with 'make fat'
1106   * telegps: Add missing TeleGPSGraphUI.java file
1107   * Capture windows build error messages
1108   * TeleGPS firmware isn't quite ready, don't include in windows fat build yet
1109   * telegps: Fixup windows fat build harder
1110   * telegps: Add config for tracker starting distances
1111   * altos: Switch APRS altitude encoding computation to fixed point
1112   * altos: Test APRS altitude encoding
1113   * altos: Allow sparse GPS data logging for TeleGPS
1114   * altos: Configuring pyro channels can use more than 48 characters
1115   * altos: Maximum pyro configuration parameter has 4 bytes in the name
1116   * altos: Fetch/store only 8 bits for pyro state values
1117   * altosui: Fix pyro channel value formatting
1118   * altosui: Display error message when parsing pyro channel values fails
1119   * altoslib: Add missing AltosConfigDataException file
1120   * telegps: Trap AltosConfigDataException in telegps config
1121   * doc: Create release notes for version 1.4
1122   * altosuilib: Let the user hand-edit the preload map radius
1123   * telegps: Update icon and icon building
1124   * altos: Add ao_distance.c to compute cartesian distances on the globe
1125   * altos: Add tracker task for TeleGPS
1126   * altos: Include sensor logging task only on flight boards
1127   * altos: Allow cc115l driver to be built without radio power control
1128   * altos: ao_distance was overflowing when checking for longitude wrap
1129   * altos: Change tracker not-moving speed to 2m/s and document
1130   * altos: Have tracker average 5 GPS samples before moving to pad mode
1131   * altos: Stick flight state in GPS location packets
1132   * altos: Fix tracker start state
1133   * altos: tracker distance computation flipped arguments around
1134   * altos: Add debug to tracker to force launch
1135   * altos/telegps-v0.3: Add tracker task
1136   * altos: Add AO_LOG_FLIGHT packet to TeleGPS logs
1137   * altos: Fix config to set default log size for all devices with log
1138   * altos/lpc: HAS_USB_CONNECT has been changed to mean a custom pin
1139   * altos: Force telemetry on by default for v0.3 TeleGPS boards
1140   * altos/telegps-v0.3: Disable APRS by default. Set log max to 1M
1141   * altos/telegps-v0.3: Remove ao_flight_number from main program
1142   * altos: Add telegps-v1.0 code and loader
1143   * altos: Move ao_tracker.c to kernel
1144   * altos: Allow AO_CONFIG_MAX_SIZE to be configured. Validate it.
1145   * altos: Allow value other than 0 for marking erased flights
1146   * altos: Clear out eeprom erase records when writing entry 0
1147   * altos/telemega-v1.0: Adjust config params to make flight erase work
1148   * altos: Add TeleGPS logging format
1149   * altos: Write current flight state to GPS data from GPS drivers
1150   * altos: Write tracker logging from tracker thread directly
1151   * altos: Update other CONFIG_EEPROM users to set LOG_ERASE_MARK
1152   * altos: Switch TeleGPS to GPS logging format
1153   * altoslib: All products with logging have the 'l' command
1154   * altoslib:  Add TeleGPS log parsing code
1155   * altoslib: Record whether flight data includes sensor values in AltosFlightStats
1156   * altosuilib: Show GPS instead of (missing) flight data for TeleGPS graphs
1157   * altosuilib: Add GPS altitude as a possible graph value
1158   * altosuilib: Fix crash when initializing site map cache
1159   * telegps: Track graph windows as one of the TeleGPS windows
1160   * Set version to 1.3.2.3
1161   * altos: Use 0x80 to indicate valid state value in the GPS location packet
1162   * altos: Define lat/lon sum variables as 64-bit instead of 16
1163   * altos: Reduce tracker GPS buffer to 4 samples
1164   * altos: Make telegps builds depend on ao_tracker.h
1165   * ao-tools: Parse TeleGPS state value from gps location packet
1166   * altoslib: Parse TeleGPS state value from GPS telemetry packet
1167   * altos: Encode TeleGPS battery voltage in configuration packet
1168   * altos: Enable ADC for TeleGPS v1.0 battery voltage measuring
1169   * altoslib: TeleMega uses 5.6k/10k divider for v_batt
1170   * altoslib: Recover battery voltage from TeleGPS configuration packet
1171   * Bump to version 1.3.2.4
1172   * Revert "altoslib: Parse TeleGPS state value from GPS telemetry packet"
1173   * Revert "altos: Write current flight state to GPS data from GPS drivers"
1174   * altos: Report total available log space in version command
1175   * altos: Make extra pyro channel firing time configurable
1176   * Revert "ao-tools: Parse TeleGPS state value from gps location packet"
1177   * Revert adding state to GPS location packets
1178   * altos: Simplify tracker logic, removing boost detect
1179   * altos: Set TeleGPS default log size to half of avaiable memory
1180   * altoslib/altosui/telegps: Change log size configuration
1181   * altoslib/altosui/telegps: Switch TeleGPS config to motion/interval
1182   * altoslib: TeleGPS no longer logs satellite information
1183   * altoslib: Add new 'stateless' flight state for TeleGPS
1184   * altoslib: Check for time going backwards when replaying from file
1185   * altosuilib: Split battery graph enable out from other adc enables
1186   * altoslib: Use GPS speed/height values when other sensors are missing
1187   * altosui: Show "Missing" instead of huge numbers in descent/landed tabs
1188   * altosuilib: Skip voice announcements for invalid values
1189   * altosuilib: Move AltosFlightStatsTable to altosuilib
1190   * telegps: Add statistics tab to graph UI
1191   * altosuilib: Rewrite map GUI bits
1192   * altoslib: Use GPS seconds as an additional sort key for TeleGPS eeprom
1193   * altos: Disable TeleMini v2.0 build for now
1194   * altosuilib: Remove old widget-based map UI
1195   * altos/telemini-v2.0: Disable beep frequency config on TeleMini v2.0
1196   * altos: Re-enable telemini v2.0 builds
1197   * altosdroid: Altosdroid build doesn't work in parallel, so stop trying
1198   * altosui: Add pyro firing time configuration
1199   * doc: Update 1.4 release notes to include a few more changes
1200   * altosuilib: Handle font and units changes in maps and stats table
1201   * altosui: Don't list tracker parameters when configuring altimeter
1202   * altoslib: Report GPS height when baro height is not available
1203   * altosuilib: Repaint map when starting line draw
1204   * altos/telegps: Build .ihx versions for TeleGPS
1205   * telegps: Remove 'Flight' from titles
1206   * doc: Update altusmetrum docs and screen shots for 1.4
1207   * doc: Add TeleGPS screenshots
1208   * altosui/telegps: Reduce CPU time needed for flight displays
1209   * telegps: Don't re-add frequency menu when already present.
1210   * altos/telegps: Don't log data when plugged in to USB
1211   * debian: Fix build depends icotool -> icoutils
1212   * altos: Show current flight number for TeleGPS
1213   * altos/telegps: Set default log to 496kB for 4 logs
1214   * altos/telegps: Keep ring of recent GPS positions to detect motion quickly
1215   * altos: Define ao_log_mutex in ao_log.c rather than every log product
1216   * altos/telegps: Create new flight if current flight is erased
1217   * altoslib: Call state.set_serial first for telemetry parsing
1218   * altoslib: Remove telem monitoring when closing log file
1219   * telegps: Disconnect telemetry device when closing monitor window
1220   * telegps: Show flight number in monitor window
1221   * altosuilib: Build some common classes for displaying values in flight window
1222   * altoslib: Add conversion class for voltages
1223   * altoslib: Correctly save firmware version in AltosState
1224   * telegps: Add status tab
1225   * altosdroid: Don't crash when the map is touched
1226   * altosdroid: Improve voice for TeleGPS
1227   * telegps: Shuffle menu entries around
1228   * altosuilib: Make map-cache per-window instead of global
1229   * doc: Add a bunch more stuff to the telegps docs
1230   * telegps: Allow TeleGPS preferences to have a custom title and label
1231   * doc: TeleGPS docs are complete
1232   * altoslib: Add units converters for latitude and longitude
1233   * altoslib: When GPS disappears, set range and elevation to MISSING
1234   * altosuilib: Require all flight display classes to provide a name
1235   * altosuilib: In graph, show zero sats in view as 0 instead of MISSING
1236   * altosuilib: provide getName() for AltosInfoTable
1237   * altosuilib: Make sure only one thread is closing serial device
1238   * altosuilib: Add more options to AltosUIIndicator to suit AltosUI
1239   * altosuilib: Add AltosUIFlightTab class
1240   * altosui/telegps: Switch to AltosUIIndicator and AltosUIFlightTab
1241   * alotsuilib: Remove old "mega" and "mini" file extensions from data chooser
1242   * micropeak: Make statistics entries un-editable
1243   * telegps: Fix Mac icon file name
1244   * altosuilib: Make graph enable buttons be CheckBoxes instead of RadioButtons
1245   * icon: Create all icons from .svg files
1246   * icon: Build windows ico files, clean built files
1247   * altosui: Build MacOSX icon from svg
1248   * icon: Build resolutions needed for Java bits too
1249   * telegps/micropeak: Ship built Mac OSX icons
1250   * debian: Build requires /usr/bin/convert now
1251   * icon: Make the icon shadows a bit less harsh
1252   * altosuilib: Serialize access to async tile notify function in preload
1253   * altoslib: AltosFlightStatsTable: another editable text field that shouldn't be
1254   * altosuilib: Remove some debugging printfs
1255   * telegps: Include telegps firmware in windows package
1256   * windows: Rename telemetrum.inf to altusmetrum.inf
1257   * telegps: Deal with 64-bit windows differently on install
1258   * altosui: Deal with 64-bit windows
1259   * icon: Add drop-shadows to the SVG files; stop generating in the png versions
1260   * windows: Sign altusmetrum.inf with altusmetrum.cat
1261   * altosui: Ship telegps firmware
1262   * Add notes about windows driver signing in the 'signing-driver' file
1263   * micropeak: Deal with 64-bit windows
1264
1265   [ Bdale Garbee ]
1266   * have the cal-freq script save cal values to a file
1267   * use svg in the .desktop file
1268   * update copyright year assertion in MicroPeak manual, remember during releases
1269   * deliver images used in MicroPeak manual to web server, too
1270   * typo fixes from Matt Kraai
1271   * update turnon scripts to store cal values
1272   * ugly hack (just make sleep longer) to work around ttyACM* discovery issue
1273   * first cut of usbrelay-v0.1 support .. LEDs wiggle, not switching relay yet
1274   * relay control implemented, this project is now complete
1275   * fix copyright year
1276   * update TeleMega turn-on script and Releasing for new stable firmware home
1277   * lose the (old) easymega-v1.0 directory in favor of my fresher 0.1
1278   * working?
1279   * include EasyMega Makefiles
1280   * document mounting hole size for TeleGPS
1281   * update Releasing document to include TeleGPS firmware files in those copied
1282   * tweaks
1283   * add release to revision history
1284   * tagging 1.4 release
1285   * turn-on support for TeleGPS
1286
1287   [ Tom Marble ]
1288   * add jenkins.sh
1289   * fix for jenkins.sh
1290   * jenkins.sh: make -j 4 can fail, fix for altosui-test
1291
1292  -- Bdale Garbee <bdale@gag.com>  Sun, 15 Jun 2014 17:51:01 -0600
1293
1294 altos (1.3.2-1) unstable; urgency=medium
1295
1296   [ Bdale Garbee ]
1297   * update notes on how to release
1298   * use firmware in /usr/share/altos for teledongle, update telemetrum for v2.0
1299   * updating changelog for release
1300
1301   [ Keith Packard ]
1302   * altoslib: Validate TeleMega GPS_SAT log packet nsat
1303   * altos: Tmega Don't try to log info about more than 12 GPS sats
1304   * doc: Add 1.3.2 release notes
1305   * Set version to 1.3.2 in preparation for release
1306   * doc: Document flight computer wiring connections
1307   * doc: Fix spelling of decelerate
1308   * altoslib: Track GPS altitude values to be able to report max gps height
1309   * altosui: Show GPS max height in flight stats window of graph
1310   * altoslib: Don't lose gps_height value between GPS samples
1311   * doc: Add explicit paragraph about using one battery with Tmega
1312   * altosui: Use letter names for pyro channels in pyro config UI
1313   * doc: Update screen capture of pyro config with correct names
1314   * doc: Replace screen captures with 'active' window ones
1315   * doc: Mention that an APRS interval of 0 disables it entirely
1316   * altoslib: Use existing unicode Charset in AltosLink
1317   * micropeak: Watch serial data during download
1318   * altos: report 0/0/0 for APRS position when GPS is not locked
1319   * micropeak: Keep reading until we get valid data
1320   * micropeak: Missing a couple of new exceptions when loading files
1321   * doc: Micropeak doc updates for 1.3.2
1322   * doc: Update micropeak docs to include lots of pictures
1323   * doc: Document GPS max height addition
1324   * doc: Ignore generate template XSL file
1325   * doc: Add title page image to altusmetrum.pdf
1326   * altos: Add names when reporting STM ADC values
1327   * altos: Add watchdog timer task
1328   * altos: Eliminate warnings in FAT code
1329   * altos: Enable system timer in flash loader and prod watchdog with it
1330   * altos/stm: Block interrupts while reprogramming flash
1331   * altos: Don't write more than 12 sat infos in ublox driver
1332   * altos: Report nsat in view in APRS packet
1333   * altos: Add needed math sources to TeleGPS v0.1 build
1334   * altos: Fixup named ADC printing
1335   * altos: Re-send previous GPS position in APRS if lock is lost
1336   * altos: Put locked/unlocked GPS status in APRS comments
1337   * doc: Add remaining configurable parameters to the System Operation chapter
1338   * doc: Update the 1.3.2 release notes to include APRS and Fire Igniter changes
1339
1340  -- Bdale Garbee <bdale@gag.com>  Thu, 13 Feb 2014 21:56:46 -0700
1341
1342 altos (1.3.1-1) unstable; urgency=medium
1343
1344   [ Bdale Garbee ]
1345   * updated notes from 1.3 release
1346   * use firmware in /usr/share/altos for production flashing
1347   * set version to 1.3.0.2 for test flights this weekend
1348   * set version to 1.3.1 for release
1349   * update copyright date on main documentation file
1350   * freshen ChangeLog for release
1351
1352   [ Mike Beattie ]
1353   * altosdroid: force older jarsigner signing algorithm for java 1.7
1354   * altosdroid: update to latest google play services
1355   * altosdroid: improve build system dependencies
1356
1357   [ Keith Packard ]
1358   * altoslib: Convert IMU and Mag sensor values to useful units
1359   * altoslib: Fetch 'orient' value from Mega Sensor packet
1360   * altosuilib: Rearrange graph enable buttons
1361   * altosui: Add imu and mag sensor values to plots
1362   * altoslib: Bump library version
1363   * altos: Execute self-test on MMA655X part
1364   * altos: 3-axis accel calibration was invalid in explicit accel cal mode
1365   * altos: Complain about sensor self-test errors only in idle mode
1366   * altos: mma655x also needs ao_sensor_errors
1367   * altos: Clean up some minor warnings from -Wall
1368   * altos: Turn on -Wall for stm compiles
1369   * altos: Clean up -Wextra warnings
1370   * altos: unsigned value in ao_pyro_set checked for negative value
1371   * altos: Add default button return value from ao_button_get
1372   * altos/stm: Turn on -Wextra
1373   * altos: Clean up warnings for LPC products
1374   * altos: cc115l driver tone_run wasn't recording number of tones
1375   * altos: lpc exti setup was incorrectly testing mode
1376   * altos/lpc: Missing */ in definition of PIO0_4
1377   * altos: Turn on warnings for LPC products too
1378   * altos: Turn on -Werror for STM and LPC builds
1379   * altosui: Switch from radio buttons to check boxes in pyro config. Add close
1380   * altosui: Extend Fire Igniter to additional channels
1381   * altoslib: Add AltosOrient class and max_orient()
1382   * altosui: Add orient to ascent and info table views
1383   * altosui: Adjust info table column width
1384   * altosui: Switch Graph to AltosOrient type
1385   * altos: Add 'O' command for TeleMega orient testing
1386   * altos: Flip acceleration data consistently for orientation changes
1387   * altosui: Handle a missing libaltos when starting up
1388   * Bump version to 1.3.9.1
1389   * libaltos: Build -m64 and -m32 for fat tarball when possible
1390   * altosui: Require both libaltos32 and libaltos64 for fat Linux tarball
1391   * doc: Ship telemini outline as pdf file too
1392   * altos: Switch APRS to compressed position format
1393   * altos: Use factory calibration for all acceleration computations
1394   * altos: Report battery, apogee and main voltages over APRS
1395   * Ignore 32 and 64 bit cjnitest apps
1396   * altos: Add missing ADC divider values for Tmega v1.0
1397   * altosui: Make romconfig serial and radio cal fields 8 digits wide
1398   * altoslib: Fetch target device config for Fire Igniter npyro value
1399   * altosuilib: Remove some spurious debug printfs
1400   * altosui: Handle already-opened link in IgniteUI
1401   * altosui: Handle serial-port startup errors in idle-monitor
1402   * doc: Fix image widths to make them all scale the same amount
1403   * doc: Update for 1.3.1
1404
1405   [ Anthony Towns ]
1406   * AltosSiteMapPreload: only load 49 maps
1407   * altosui: --fetchmaps gets same number of maps as GUI
1408   * altosui: rate limit map downloads
1409
1410  -- Bdale Garbee <bdale@gag.com>  Wed, 22 Jan 2014 20:56:31 -0700
1411
1412 altos (1.3-1) unstable; urgency=low
1413
1414   [ Keith Packard ]
1415   * altos: Add flash-loader for telescience-v0.2
1416   * altos: Add 'g' command to ublox GPS code.
1417   * altos: Give u-blox 3 seconds after boot before we bug it
1418   * altos: gps serial routines are called ao_gps_*, not ao_ublox_*
1419   * altos: Fix telemega v0.3 igniter order (drogue/main moved). Label ADC dump
1420   * altos: Initialize MPU6000 CS pin for SPI mode
1421   * altos: Grab SPI mutex until MPU6000 I2C mode is disabled
1422   * altos: Remove some MMA655x debugging printfs
1423   * altos: Move MS5607 info from 'v' to 'c s'
1424   * altos: Generate unmodulated carrier for CC1120 test mode
1425   * altos/cc1111: Hack on USB driver to make Windows happy
1426   * libaltos: Build the linux library targets when doing a 'fat' build
1427   * libaltos: use PurgeComm in Windows altos_close to abort in-progress ops
1428   * lpc: Initial lpcxpresso bits
1429   * lpcxpresso: Add ao_demo.c
1430   * altos/lpc: Get 100Hz timer running
1431   * altos/lpc: Get USART running
1432   * altos/lpc: Take advantage of USART TX fifo
1433   * altos/lpc: Start adding USB register definitions
1434   * altos/lpc: Start adding USB register defines
1435   * altos: Finish off LPC USB register definitions
1436   * altos: Allow target-specific USB endpoint specifications
1437   * altos/lpc: Get USB working
1438   * altos: Move ao_data.c from stm to core
1439   * altos: Allow architecture to define the type of port registers
1440   * altos: ao_data_get is in ao_data.c now, not ao_adc.c
1441   * altos: Check for packet mode before trying to disable it in flight code
1442   * altos: Use ao_data_pres macro in ao_log_tiny
1443   * altos: Use ao_port_t in m25 driver
1444   * altos: Add LPC spi driver
1445   * altos: LPC interrupt priorities are just 0-3
1446   * altos/lpc: Fix ao_enable_input, add ao_enable_analog
1447   * altos/lpc: Clean up broken IOCONF defines
1448   * altos/lpc: add gpio int, spi, adc and ct32b defines to lpc.h
1449   * altos/lpc: Add ADC driver
1450   * altos/lpc: Add beep driver
1451   * altos/lpc: Add pin interrupt driver
1452   * altos/lpc: Try a smaller stack.
1453   * altos/lpc: Use separate interrupt stack
1454   * altos: Add easymini-v0.1 product
1455   * altos/lpc: Stick USB control structure in USB memory
1456   * altos: Initialize SPI for easymini
1457   * altos: Build easymini-v0.1
1458   * altos: ignore built files in easymini-v0.1
1459   * altos/attiny: Fix ao_spi_get_bit/ao_spi_put_bit macros
1460   * altos: Use ao_spi_get/put_bit in MS5607 driver
1461   * altos/lpc: Make EXTI code work.
1462   * altos: Add EXTI_PIN_NOCONFIGURE to exti interface, use for MS5607
1463   * altos/lpc: Don't use loader to place USB endpoint data in USB ram
1464   * altos/lpc: Pull ADC data from the correct registers
1465   * altos/lpc: SPI runs off main clock (48MHz), not sysclk (24MHz)
1466   * altos/lpc: Missing parens around ao_gpio_set macro
1467   * altos/lpc: Fix beeper driver
1468   * altos/lpc: Create TX/RX busy macros for SPI driver
1469   * altos/lpc: Leave SPI enabled all the time
1470   * altos/lpc: Allow for alternate SPI SCLK0 pin usage
1471   * altos/lpc: Configuring wrong pin for SPI1 MOSI
1472   * altos/lpc: Reset SPI device at startup time
1473   * altos/lpc: Force idle mode if USB gets an address during boot time
1474   * altos/easymini: Easymini doesn't have USB connect or VBUS wiring
1475   * altos/easymini: MS5607 chip select bits were defined wrong
1476   * altos/easymini: Use different pins for igniter outputs
1477   * altos/easymini: Initialize beep and ADC. Declare use of igniter bits.
1478   * altos/telemega: The last two igniters are apogee and main
1479   * Add Mini logging format. Use in EasyMini
1480   * altosui: Add TeleBT firmware to release
1481   * altos: Set the path for the STM32L compiler explicitly
1482   * Bump master version to 1.2.9 to avoid confusion with 1.2 releases
1483   * altos: Can't use inline functions because SDCC doesn't do that
1484   * Separate out cortex-m0 compiler tests in configure
1485   * Create release notes for 1.2.1
1486   * doc: Update description of graph window to note new tabs (config and map)
1487   * altosui: Stop downloading mega eeprom on empty block
1488   * altosui: Missing 'break' after selecting 'mega' format detection
1489   * ao-tools: Add ao-mega tool to parse TeleMega eeprom files
1490   * ao-tools/ao-mega: Dump 'pyro' state from mega log
1491   * altos: Add pyro code testing to ao_flight_test for TeleMega
1492   * altos,altosui: Add pyro state logging for TeleMega
1493   * altos: Light pyro charges simultaneously if so configured
1494   * altos: write pyro fired to correct log field
1495   * altos: Make manual pyro firing command work again
1496   * Set version to 1.2.9.1
1497   * altos: Add pyro operations to regular ignite commands
1498   * altos: Add driver for 74hc165 shift register
1499   * altos: Add telefire v0.2 support
1500   * altos/telefire: Leave siren on all the time. Add siren/strobe debugging.
1501   * altos: Add debounce helper. Use in button and quadrature drivers for TeleLCO
1502   * altos: Add fast-timer API. Use for quadrature and button drivers
1503   * altos/telelco: Add 30ms delay in search after finding a box
1504   * altosui: Use preferred units for main deployment height configuration
1505   * altos/lpc: Make ADC inputs work
1506   * altos/lpc: Filter ADC inputs
1507   * altos/lpc: Turn off more clocks, disable USART for easymini
1508   * altos/lpc: Don't disable all of the clocks just yet, USB doesn't work
1509   * altos/lpc: Remove spurious semicolon
1510   * altos: Declare m25 write-in-progress as 'ao_port_t'
1511   * altos: Disable USB on all flight computers when in flight mode
1512   * altos/lpc: Get the IRC turned off after boot time
1513   * altosui: Add raw pressure to the AltosUI graph
1514   * altos/lpc: Get rid of ADC filter
1515   * altos/cc1111: Fetch RSSI for TeleFire from correct byte
1516   * altos: PCA9922 LED driver needs Enable driven low to latch values
1517   * altos/telefire: Radio status (no data, weak data, good data) on LEDs
1518   * altos/lpc: Enable brown-out-detector
1519   * altos/lpc: Remove ao_usb_task structure
1520   * altos/lpc: Don't disable all interrupts when disabling one interrupt
1521   * altos/telefire-v0.1: Use same LED selection as the v0.2 setup
1522   * altos/lpc: Add boot loader
1523   * altosui: Add EasyMini USB ids
1524   * altos: Support mega-style logging without ADC
1525   * altosdroid: Just use GPS location provider to build on 4.2
1526   * micropeak: Add Download button to menu bar
1527   * altos/lpc: Rename serial port to 'serial0'
1528   * altos: Remove ao_radio_gpio_bits from normal build
1529   * altos: Make FAT test program link explicitly against libcrypto
1530   * altosui: AltosDbm class was missing somehow
1531   * altosdroid: Add note to report TeleBT battery level
1532   * altos: allow projects to override default config values
1533   * altos: Allow ublox to run at other baud rates
1534   * altos: Set default LPC stack to 512 bytes, Em to 384 bytes
1535   * altos: Wake up on LPC usart ISR only once
1536   * altos: various cc115l driver hacks
1537   * altos: Add telegps v0.3 product
1538   * altos: Allow products to disable RDF entirely
1539   * altos/lpc: Stop using burst mode for LPC ADC
1540   * altos: Use installed arm compiler for LPC
1541   * altosdroid: Add note to report TeleBT battery level
1542   * altos: Set default LPC stack to 512 bytes, Em to 384 bytes
1543   * altos: Wake up on LPC usart ISR only once
1544   * altos: MS5607 pressure computation for low temperatures was wrong
1545   * altos: Explicitly list the linker script needed for AVR targets.
1546   * Initial TeleMini bits
1547   * altos: Add 64-bit add/mul/shift for SDCC
1548   * altos: Make 64x16 mul a bit faster
1549   * altos: Add 64x64 multiply. Test 64 ops for dest same as either source
1550   * altos: Add 64-bit subtraction
1551   * altos: Make TeleMini v2.0 fit
1552   * altos: Add exti and spi to telemini-v2.0
1553   * altos/teletiny-v2.0: Support multiple SPI busses on CC1111
1554   * Bump version to 1.2.9.2
1555   * altos: Changes required by cc1111 multi-spi support
1556   * altos: Build more products by default
1557   * ao-tools: Use TeleDongle for default ao-dbg target
1558   * cc1111: Rework ADC configuration a bit, fix Tm V2 ADC usage
1559   * cc1111: Hacky pin interrupt support. Only useful for TeleMini v2
1560   * altos: Get telemini to copy current MS5607 state to ring.
1561   * altos/cc1111: Leave pin interrupts completely disabled at init time
1562   * altos/cc1111: Wake up non-ADC sensor code each timer tick
1563   * altos: Use %ld and %lu for MS5607 debug output
1564   * altos/telemini-v2.0: Add ao_exti.h depend. Init beeper and usb.
1565   * altos: Check for MS5607 MISO low before sleeping
1566   * altos: Make ao_wakeup reentrant
1567   * altos: Don't use ao_data on cc1111 projects
1568   * altos: Initial TeleMetrum v2.0 bits
1569   * altos: Add TeleMetrum v2.0 boot loader
1570   * altos: Rename TeleMetrum v2.0 ADC sense members
1571   * altos/telemetrum-v2.0: Fix MMA6555 SPI pin assignment
1572   * altos/telemetrum-v2.0: Use 9600 baud for ublox
1573   * altos: TM v2 places the MMA6555 upside down compared to Tmega
1574   * altos: Update time for next alarm each time a task is added
1575   * altos: Add debugging to ublox GPS driver
1576   * altos: Force u-blox to 9600 baud for now
1577   * altos/stm: New compiler doesn't correctly build flash bits yet
1578   * altos/stm: Make sampling profiler work again
1579   * altos/stm: Remove stale timer defines
1580   * altos/stm: Make sure we switch to MSI during timer init
1581   * altoslib: Start restructuring AltosState harder
1582   * altos: Split EasyMini and TeleMini log formats
1583   * altoslib, altosui: Restructured state management now does TM eeprom files
1584   * altoslib/altosui: Get legacy telem working with new AltosState structure
1585   * altoslib/altosui: Fixes for state changes
1586   * altos/lpc: Add bits for building flash loaders
1587   * altos/telegps: Initialize logging system
1588   * altoslib/altosui: Further AltosState transition work
1589   * altos: Not all products have pins to control flash loader
1590   * altoslib: More AltosState hacking
1591   * altoslib: Ensure eeprom file body always exists
1592   * altoslib: Correct tick wrapping in eeprom file reading
1593   * altoslib: Correct mega/metrum eeprom years by adding 2000
1594   * altoslib: Clean up metrum eeprom file reading
1595   * altoslib: Remove duplicate cmd/tick from TM eeprom file code
1596   * altoslib: Make Ascent/descent use different filter values. Always filter.
1597   * altoslib: Use first few baro samples for ground pressure on TM
1598   * altoslib: Start integrated value at 0 by default
1599   * altoslib: Clear sat data when tick changes
1600   * altoslib: Set measured acceleration for measured acceleration
1601   * altoslib: Finish AltosState changes. Update version number.
1602   * altoslib: Remove AltosRecord-based telemetry code
1603   * altoslib: remove AltosRecord based eeprom code
1604   * altoslib: Remove more AltosRecord based files
1605   * altoslib: Use AltosTelemetry.parse to pull telem lines apart
1606   * altoslib: Only open log file when both flight and serial are known
1607   * altoslib: Update received time when replaying flights
1608   * altoslib: Record time_change in AltosState correctly
1609   * altoslib: Rewrite AltosTelemetryIterable
1610   * altoslib: Remove debug printf from AltosTelemetryMetrumSensor
1611   * altosui: Fix 'Graph Flight' button in landed dialog
1612   * ao-tools/ao-telem: Parse new TM v2 packets
1613   * altos: Set tick value in new TeleMetrum v2 sensor packets
1614   * altosui: Remove debugging printf from InfoTable
1615   * altoslib/altosui: Add TeleMini-v1.0 eeprom support
1616   * altoslib: Set 'valid' for valid TeleMetrum eeprom download
1617   * altoslib: Lock access to AltosLink config_data
1618   * altoslib: Add TeleMini eeprom file to Makefile.am
1619   * altosui: Load Telem files in AltosDataChooser too
1620   * altosui: Set 'flight' value in AltosEepromMonitor window during download
1621   * altoslib: Add receiver serial to telem file names
1622   * altoslib: TeleMetrum v2 telemetry includes computes Pa/°C, not raw values
1623   * altosui: Include device name in Table view
1624   * altos: Move micropeak sources around
1625   * altos: Add nanopeak-v0.1
1626   * altos: Stop copying cc1111 binaries to the altos/src dir
1627   * altos/telemini-v2.0: Change initialization order
1628   * altos/telemetrum-v2.0: Use red LED during boot time
1629   * altoslib: Prefer averaged ground pres for ground alt computation
1630   * Add TeleMini v2.0 telemetry support
1631   * altos: Set TeleMini v2.0 USB ID correctly
1632   * Change differentiation filter constants and limits
1633   * altos: Don't require an LED for ao_flight
1634   * altos/lpc, altos/stm: ARM requires ISB after switching stack pointers
1635   * altos: Rename easymini-v0.1 to easymini-v1.0
1636   * altos/stm: New GAS version requires flags in APSR assignment
1637   * Add --with parameters to configure for compiler selection
1638   * altos: Broken test for M0 compiler in src/Makefile
1639   * altos: avr-gcc appears to find the loader scripts without help now
1640   * altosui: Binaries to package are only in per-product dirs now
1641   * altos: Messed up the ifeq syntax a bit so ARM bits weren't getting built
1642   * doc: Add EasyMini outline drawing
1643   * doc: Add easymini outline to distribution
1644   * Bump version to 1.2.9.3
1645   * altos: Use installed pdclib
1646   * altos: Fix stm-bringup demo build to use installed pdclib
1647   * Make sure the AVR compiler can actually link stuff
1648   * Another try at skipping broken avr-gcc
1649   * altos/micropeak: Increase boost detect to 30m
1650   * altoslib,altosui: Be more robust when graphing bogus .telem files
1651   * altos: Use #define values for ublox packet types
1652   * altos: Merge GPS logging into a single function
1653   * altos: Add floating point math functions from newlib
1654   * altos: Fix GPS test frameworks to handle shared ao_gps_new variable
1655   * altos: Add gyro-based orientation tracking
1656   * altos: Calibrate IMU accelerometers too
1657   * altos: IMU accel calibration values need to be signed
1658   * altos: Mark arguments to quaternion functions as const
1659   * altos: Add some comments describing quaternion multiplication
1660   * altos: Add functions to init quaternions from vector pairs and euler angles
1661   * altos: Rename ao_orient to ao_sample_orient
1662   * altos: Keep 9 more bits of average pad IMU gyro data
1663   * altos: Add sinf to math code
1664   * altos: Fixup for ao_sample_orient rename
1665   * altos: Compute initial rotation from vertical
1666   * altos: Correct incremental rotation computation
1667   * altos: Fixup for 32-bit gyro averages
1668   * altos: Change ao_mpu6000_gyro arg to float
1669   * altos: Update quaternion tests to check vectors_to_rotation
1670   * altos: Add orientation test when HAS_FLIGHT_DEBUG is set
1671   * altos: Make telemega v0.1 compile with new quaternion code
1672   * altos: Make telemega v0.3 compile with new quaternion code
1673   * altos: sample profile address range was too narrow
1674   * altos: Don't hold GPS mutex while waiting for GPS data in report code
1675   * altos: Add orientation tracking to ao_flight_test
1676   * altoslib: Raise ParseException on invalid eeprom format
1677   * altoslib: Start moving eeprom download logic to altoslib
1678   * altosui: Make AltosEepromDownload not swing-dependent
1679   * altosui, altoslib: Move eeprom download code to altoslib
1680   * Ignore mac .dmg files
1681   * Add ublox checksum generating program
1682   * altos: Clean up .gitignore and add a few random files
1683   * ao-tools: add ao-mega man page, ignore executable
1684   * Add TeleMini v2.0 turnon script
1685   * ignore "compile" script
1686   * altos: Build TM v2.0 firmware by default
1687   * altos: Don't hold GPS mutex while waiting in TM v2.0 report
1688   * altos: Allow use of internal EEPROM for config storage
1689   * altos: Move TeleMetrum v2.0 to using internal eeprom for config
1690   * altos: Move telemega to using internal eeprom for config
1691   * altos: Make sure flight erase log comes after config blog
1692   * altos: include ao_eeprom.h in ao_telemetrum.c to define ao_eeprom_init
1693   * Bump to version 1.2.9.4
1694   * doc: Start work on 1.3 doc updates
1695   * doc: Get altusmetrum.xsl to validate
1696   * doc: Switch to xorg style to generate index
1697   * doc: Make altos.xsl validate
1698   * doc: Make telemetry.xsl validate
1699   * Make companion.xsl validate
1700   * doc: Make micropeak.xsl validate
1701   * doc: Make pdf files depend on local stylesheet
1702   * doc: Use system fo docbool.xsl instead of network one
1703   * debian: Build now depends on 'xmlto' for docs
1704   * Extend the hardware overview chapter. Edit System Operations
1705   * Remove duplicate log description. Describe pyro config.
1706   * Use more 1/4 single characters
1707   * doc: "rocketry electronics" instead of listing products
1708   * doc: use correct quotes in altusmetrum.xsl
1709   * doc: Add telemetry enable and APRS interval config docs
1710   * altosui: Handle units in pyro config.
1711   * doc: Work on AltosUI Pyro config docs a bit more.
1712   * ao-tools: Create general elf and hex library routines
1713   * ao-tools: Add debug printf support
1714   * ao-tools: Add ao-elftohex and .ihx symbol support
1715   * ao-tools: Move ao-selfload into library
1716   * ao-tools: move 16/32-bit readers from ao-stmload to lib
1717   * ao-tools: Missing ao-selfload.h
1718   * ao-tools: Split out altos symbol editing from ao-stmload
1719   * ao-tools: Split out USB loader to ao-usbload
1720   * doc: First pass for 1.3 finished; docs have most major sections updated.
1721   * src/cc1111: Turn off RC osc after xtal is running
1722   * altos: Add lots more GPS data to mega log
1723   * altos: Telemega uses eeprom, include it in main file
1724   * altos/test: Compute and plot tilt based on GPS track
1725   * altos: Nothing in altos uses AES decryption, so don't compile it
1726   * altosui: Don't try to report bearing/elevation without GPS
1727   * altosui: Clean up serial close handling
1728   * altosuilib: Deal with AltosUnits API change
1729   * ao-tools: Add ao-flash-stm and ao-flash-lpc scripts
1730   * ao-tools: Allow building without stlink and readline
1731   * ao-tools: Clean up ao-stmload and ao-usbload options. Add --raw
1732   * altos: Allow products to override default 100mA USB current
1733   * altos: Build .ihx files for all arm projects
1734   * altos: Change flash loader name to just AltosFlash
1735   * altos: remove all versions of stm-demo executable
1736   * altoslib: AltosEepromMonitor had false import of altosuilib
1737   * ao-tools: build ao-usbload by default
1738   * altos/stm: arm-none-eabi-binutils now puts 'main' into .text.startup
1739   * altoslib: Support binary reading/writing in AltosLink
1740   * altoslib: Add symbols to .ihx files
1741   * altoslib: Create AltosProgrammer class
1742   * altoslib: Publish mapping from product name back to USB id
1743   * altosuilib: Don't match product_altusmetrum for product_basestation or product_altimeter
1744   * altoslib: Use symbols in AltosRomconfig instead of fixed offsets
1745   * altoslib: Add AltosNoSymbol exception
1746   * altoslib: Add self-flashing code
1747   * Add new tools to .gitignore
1748   * altoslib: Don't require radio_cal or usb_descriptors in AltosRomconfig
1749   * altosui: Match directories in hex file matcher
1750   * altosui: When flashing to TeleDongle or TeleBT, match any .ihx file
1751   * altos: Oops. Was only filling out part of the TeleMetrum ADC record
1752   * altos: Rename telemega-v0.3 to telemega-v1.0
1753   * ao-bringup: Add turnon_telemega script
1754   * altosui: Ship TeleMega-v1.0 firmware
1755   * debian: .ihx and .map files are left in subdirs now
1756   * doc: More altusmetrum.xsl updates for 1.3
1757   * Set version to 1.3 in preparation for release
1758   * altos: Remove ARM .ihx files on 'make clean'
1759   * java: Add -target 1.6 to all java compiles
1760   * java: Missed libaltos java compile flags from previous patch
1761   * ao-tools: Use st-flash for STM flashing instead of openocd
1762   * Clean up reflashing section, include section on self-flash recovery
1763   * doc: Convert several more itemizedlists to variablelists
1764   * Keep tables together on a page
1765   * doc: Add product pictures to manual
1766   * Add altosui image and attempt to add launch photo to title
1767   * doc: Add screen shots everywhere
1768   * altos: Broke TeleMetrum GPS reporting by holding the GPS mutex too much
1769   * doc: Publish images with HTML bits
1770   * altosui: Add EasyMini bits to fat distribution images. Update telemetrum.inf
1771   * altos: Use all 16 bits of setup packet len when limiting reply len
1772   * altos: Make TeleMega v0.1 work more like TeleMega v1.0
1773   * altoslib: Pass InterruptedException up the stack instead of hiding it
1774   * altos/lpc: Be a bit more resistant to toolchain section name changes
1775   * altosui: Hide non-applicable altimeter config values
1776   * include pdclib in wrong place
1777   * altos: Build pdclib locally if necessary
1778   * altos: create target pdclib directories before building
1779   * altos/stm: Update pdclib paths for flash-loader builds
1780   * Remove stale stm test apps from regular build
1781   * altos: get stm-bringup building again
1782   * ao-tools: complain if st-flash is not available
1783   * Ignore .dll files in libaltos
1784   * Use git: path for pdclib
1785   * fix git: path for pdclib
1786   * altosui: Add docs to Mac OS X dmg distribution
1787   * libaltos: fix test harness main type
1788   * libaltos: remove usb id filtering from darwin code
1789   * libaltos: Import newly build libaltos.dylib
1790   * altoslib: Don't close telemetry reader at startup unless something fails
1791   * altoslib: create eeprom download thread before telling monitor about it
1792   * altoslib: Define 3.8 as a good battery and 3.5 as a good igniter
1793   * altosdroid: Use altoslib standard voltages to control lights
1794   * altosui: Remove some debug printfs
1795   * Move pdclib build results to pdclib-root
1796   * micropeak: Compile for java 6
1797   * doc: Update micropeak quick start guide to note new boost detect
1798   * doc: typo in micropeak doc hole->hold
1799   * altos/stm: Semantic error in STM usb disable caused it to not work
1800   * doc: Add tables describing AltOS beeps and flashes
1801   * altos: Try IMU self-test 10 times before giving up
1802   * ao-tools: Add man pages for ao-flash utilities
1803   * micropeak: Add micropeak man page
1804   * altoslib: Remove some old debug printfs for self flashing
1805   * altos/lpc: Reset less of the device on USB reset.
1806   * altos/lpc: Stop sending SETUP IN when the requested size is reached
1807   * altosui: When device has no valid romconfig, set RF cal to 0
1808   * altosdroid: bump versionName to 1.3 and versionCode to 4
1809   * altosui: Ship EasyMini firmware too
1810
1811   [ Bdale Garbee ]
1812   * add a note about callsign matching and case sensitivity to the manual
1813   * new toolchain for STM32L is in /usr/bin, not /opt/cortex/bin
1814   * updated turn-on script for telebt 1.1
1815   * temporarily force stlink location in debian/rules to allow complete build
1816   * add serial number to ao-usbload call, pass SERIAL to cal-freq
1817   * capture my changes so far
1818   * further documentation tweaks
1819   * need to include the Cortex toolchain
1820   * a fresher changelog entry for test builds
1821   * we're using packaged and local-to-our-tree ARM toolchain now
1822   * update release docs to include option for submodules
1823   * update Debian standards version we claim compliance with
1824   * update ChangeLog from git
1825   * update changelog for Debian build
1826   * patches no longer needed
1827   * fix missed merge conflict
1828   * fix missing newline at end of src/test/Makefile
1829
1830   [ Mike Beattie ]
1831   * altosdroid: update to support new state code
1832   * altosdroid: more updates for new AltosState
1833   * altosdroid: convert rogue files to unix line endings
1834
1835  -- Bdale Garbee <bdale@gag.com>  Thu, 19 Dec 2013 02:07:40 -0700
1836
1837 altos (1.2.1-3) unstable; urgency=low
1838
1839   [ Keith Packard ]
1840   * altos: Make FAT test program link explicitly against libcrypto
1841
1842  -- Bdale Garbee <bdale@gag.com>  Sat, 17 Aug 2013 16:07:25 +0200
1843
1844 altos (1.2.1-2) unstable; urgency=low
1845
1846   [ Keith Packard ]
1847   * altosui: Add TeleBT firmware to release
1848
1849  -- Bdale Garbee <bdale@gag.com>  Tue, 21 May 2013 12:53:15 -0600
1850
1851 altos (1.2.1-1) unstable; urgency=low
1852
1853   [ Mike Beattie ]
1854   * altosui: remove un-used imports
1855   * altosui: comment out un-used fields and methods
1856   * altosui: comment out un-used classes and associated imports
1857   * altosui: remove redundant catches
1858   * altosui: access class variables by class, not instance
1859   * altosui: comment out/remove dead code
1860   * altosui: add type to â€¦ implements Comparable.
1861   * altosui: comment out obsolete code - could probably remove the file.
1862   * altoslib/altosui: begin moving preferences "backend" into interface
1863   * altosui: add missing methods for Backend, fix BT code.
1864   * altosui/altoslib: add methods to interface, fix imports/exceptions in BT code
1865   * altoslib: Add AltosPreferencesBackend.java to Makefile.am
1866   * altosui/altoslib: Add call to â€¦Preferences.init() with backend object, remove static init()
1867   * altosui/altoslib: bug fixes, update Makefile.am
1868   * altosui: add missing try/catch
1869   * altosui: Add return to try/catch.. duh
1870   * altosui: revert AltosUIPreferences init() method
1871   * altosui: remove un-used import
1872   * altosdroid: implement AltosPreferencesBackend, and initialize.
1873   * altosdroid: Update Makefile.am
1874   * altosdroid: simplify keys() method
1875   * altosdroid: cosmetic re-order of methods
1876   * altos{lib,ui,droid}: move OS specific code out of altoslib
1877   * altoslib: make parts of AltosLog public for usage outside altoslib.
1878   * altosdroid: initial implementation of telemetry logging.
1879   * altosdroid: add autogenerated BuildInfo.java
1880   * altosdroid: match only the current version tag
1881   * altosdroid: Add branch to BuildInfo
1882   * altosdroid: Add version information to UI
1883   * altosdroid: more reliable branch detection
1884   * altosdroid: more restrictive commit no. matching
1885   * altosdroid: initial release to Play Store
1886   * all: clean up .gitignore files and Makefile clean targets
1887   * altosdroid: excise old code/xml
1888   * altosdroid: update copyrights/licensing
1889   * altosdroid: minor whitespace cleanup
1890   * altosdroid: Fix up some formatting in manifest
1891   * altosdroid: Only update BuildInfo.java when other source files change
1892   * altosdroid: use a glob for source files
1893   * altosdroid: adjust Makefile rules
1894   * altosdroid: Adjust build system for GMaps & Tabs support
1895   * altosdroid: Symlink red/green/gray LEDs via build system
1896   * altosdroid: adjust release Makefile target
1897   * altosdroid: convert spaces to tabs in strings.xml
1898   * altosdroid: make AltosDroid.pos() static
1899   * altosdroid: whitespace cleanup
1900   * altosdroid: Import initial versions of XML and Java for Tab content
1901   * altosdroid: implement tabs interface
1902   * altosdroid: implement UI updating on tabs
1903   * altosdroid: implement Age field updating
1904   * altosdroid: Auto tab changing
1905   * altosdroid: fix side-to-side scrolling in map tab
1906   * ao-tools: Add ao-edit-telem to .gitignore
1907   * altosdroid: adjust clean targets to get rid of automake warning
1908   * altosdroid: Add SDK checks to configure.ac
1909   * altosdroid: programmatically create map fragment
1910   * altosdroid: Add rocket and pad map markers
1911   * altosdroid: Add map polyline between pad and rocket
1912   * altosdroid: whitespace and import tidyup
1913   * altosdroid: incorrect property syntax in pad xml
1914   * altosdroid: Add filters for TeleBT bluetooth devices.
1915   * altosdroid: set tab height based on screen density.
1916   * altosdroid: check for mAltosVoice being null.
1917   * altosdroid: fix up 'send last' code.
1918   * altosdroid: Make the service class implement locationlistener
1919   * altosdroid: Release v1.2, push to play store.
1920   * altos: update .gitignore files
1921   * altosdroid: Bump APK version, and re-upload.
1922
1923   [ Bdale Garbee ]
1924   * further refinment of Releasing document
1925   * remove local copy of launch-sites.txt and reference to old web location
1926   * let upstream version rule, don't force use of Debian version in firmware
1927   * update stlink-pins document to make it clear 4-pin MicroMaTch is our standard STM32L programming connector, and the big MM thing was v0.1 only
1928   * document what the 'Age' value in the AltosUI display means
1929   * document what the 'Age' value in the AltosUI display means
1930   * add pcb overall dimensions and screw sizes the holes are intended for
1931   * update copyright year to 2013
1932   * various updates to the text .. more SMA to BNC adapter references, etc
1933   * improve text in telebt turn-on script
1934   * document my snazzy new 4-pin to MM v0.1 debug cable
1935   * name change from MegaMetrum to TeleMega
1936   * document need for an ARM Cortex toolchain in /opt/cortex, point to build docs
1937   * point to pkgconfig content in /opt/cortex so stlink stuff works
1938   * add libssl-dev as a build dep since it's used in FAT filesystem test code
1939   * update ChangeLog for release
1940   * update changelog for Debian build
1941   * add sox as a build dependency
1942   * update Releasing document to reflect process as of 1.2
1943   * update configure.ac to reflect version 1.2.1
1944   * update changelog for 1.2.1 release
1945   * update Changelog for 1.2.1 release, again
1946   * unwind debian/changelog to last release
1947
1948   [ Keith Packard ]
1949   * Bump revision to 1.2 development branch
1950   * altos: Shrink Pa to altitude table
1951   * altos: Provide MS5611 configuration option, HAS_MS5611
1952   * altos/megametrum: Commit for boards with MS5611 baro sensor
1953   * altos: Re-enable the ms5607 and mma655x acquisition threads
1954   * altos/megametrum: Use mma655x for acceleration measurements now
1955   * altos/megametrum: Make MS5607 driver hold SPI bus for whole operation
1956   * altos/drivers: Use data ring values for MS5607 presentation
1957   * altos/stm: Clean up SPI pin configuration code
1958   * altos/telefire: Make sure armed alarm goes off on time
1959   * altos/stm: Set SPI clock high for disabled SPI busses
1960   * altos/megametrum: Try running accel and baro in parallel again
1961   * altos: Compute desired frequency when upgrading from pre-1.1
1962   * altos: Go back to recording sensor data in globals
1963   * altos: Fix up ms5607 and mma655x commands to work again
1964   * altos/telefire: Add siren/strobe support
1965   * altos: Split task definitions out to ao_task.h
1966   * altos: Prepare ms5607 driver for use in non-tasking products
1967   * altos: Allow projects to specify clock at other than 100Hz
1968   * altos: Allow for other mutex implementations
1969   * altos: Use alt_t for all Pascal-based altitude data
1970   * altos: Parameterize altitude table access and initialization
1971   * altos: Elide ao_altitude_to_pa in flight firmware
1972   * altos: Clean up types in Pa conversion testing code. Only test to 40km
1973   * altos: Include struct ao_data declaration only when used
1974   * altos: Add attiny architecture files
1975   * altos: Megametrum uses altitude-pa.h, not altitude.h
1976   * altos: Allow products to define which LED to panic with
1977   * altos: Add initial micropeak implementation
1978   * altos: Add (untested) driver for AT24C i2c flash parts
1979   * altos: Add .gitignore for micropeak
1980   * altosui: Parse .mega files from command line
1981   * altos: Document a few member offsets in struct ao_log_record
1982   * altos: struct ao_log_mega doesn't have a ground temp value
1983   * altos: Split out ms5607 conversion code for use in ao_flight_test
1984   * altos: Eliminate implicit 1 byte offset in uint16/int16 functions
1985   * altos/test: Add ao_flight_test_mm
1986   * altos: When missing MMA655x, create fake Z accel value
1987   * altos: Define full-scale gyro and accel values for MPU6000
1988   * altos/test: Display MPU6000 values in ao_flight_test_mm output
1989   * altos/telefire: Report valid channels instead of valid pins
1990   * altos/telelco: Only present valid pads
1991   * altos/telelco: Handle case where no boxes are present
1992   * altos/telelco: Actually set pad when it changes
1993   * altos/stm: Declare all SPI bus speeds
1994   * altos/telelco: Crank up SPI speed to cc1111
1995   * altos/telelco: Only display every 10th box number during scan
1996   * altos/telelco: 10ms is not enough time to get a packet back
1997   * altos/telelco: Make the RSSI led turn red when no packet is received
1998   * altosui: Handle missing pad distance in descent tab
1999   * altosui: Print exception stack trace when tracking flights
2000   * altos/avr: Use ISR_BLOCK to disable interrupts during slave ISR
2001   * altosui: Accept serial number of zero for eeprom download
2002   * altos: Only enable PWM on telescience_pwm product
2003   * altos: Add telescience-pwm product
2004   * altos: Build telescience-pwm product when possible
2005   * altos/megametrum: Switch back to using the MS5607
2006   * Bump version to 1.1.9.1
2007   * altosui: Re-add a couple of "unused" values
2008   * altos/stm: Stop spewing clock out PA8 pin
2009   * altosui: Add new filename filters
2010   * altosui: Correct megametrum eeprom filename date
2011   * altoslib: MegaMetrum eeprom never loses GPS date
2012   * altoslib: remove a couple of TM log record types from MM log parsing
2013   * altoslib: Compute accelerometer speed from megametrum eeprom data
2014   * altoslib: Move computed state from AltosRecord to AltosState
2015   * altoslib: Parse GPS .mega file entries for reply/graphing
2016   * altos: Document mega log packet types
2017   * altosui: Handle .mega files in Landed tab 'Graph Flight' button
2018   * altos/test: Use MMA655X in ao_flight_test_mm. Add run-mm to plot mm data
2019   * altoslib: Add AltosRecordNone.java
2020   * altosdroid: AltosState now has speed and max_speed funcs
2021   * altos: Add state comparisons to pyro channel conditions
2022   * altosui/altoslib: Add support for configuring pyro channels
2023   * altoslib: capitalize 'Invalid' state name appropriately
2024   * altos: Let AVR products override the stack size. Set telepyro to 104
2025   * altos: Allow pyro flight state config to be set
2026   * altos: make check-avr-mem utility executable
2027   * altosui: Allow any non-basestation to be configured
2028   * altosui: Allow AltosConfig to abort before serial line starts
2029   * altos: When slave mode first starts, accept any packet
2030   * altos: Force beep timer regs reload when enabling beeper
2031   * altos: Add ao_arch_block/release_interrupts to avr and cc1111
2032   * altos: profiling on STM32L
2033   * altos: Replace __critical usage with ao_arch_critical as needed
2034   * altos: Add stack-guard code. Uses STM MPU to trap stack overflow.
2035   * altos: Add task queues.
2036   * altos/megametrum: Depend on Makefile contents for build
2037   * Bump version to 1.1.9.2
2038   * altos: Switch drivers to ao_arch_block/release_interrupts
2039   * altos: Wrap ao_container_of value in parens
2040   * altos: Clean up cc1111 architecture macros a bit, removing cli/sei
2041   * altos: Clean up stm arch macros a bit.
2042   * altos: Leave interrupts disabled while checking for task to run
2043   * altos: Provide ao_task_alarm_tick to reduce per-tick cost
2044   * altos/attiny: Update to new interrupt macros
2045   * altos/micropeak: Switch to MS5607 sensor. Require 4m for boost. Elide dead code
2046   * altos: Build micropeak when avr-gcc is available
2047   * doc: Add micropeak manual
2048   * altos/micropeak: Set boost detect to 10m. Add 30s boost delay.
2049   * altos/attiny: Don't initialize the CS pin in the general SPI setup
2050   * altos/micropeak: Clock micropeak at 250kHz to save power
2051   * altos/micropeak: Run MS5607 at max resolution for micropeak
2052   * altos/attiny: Remove debugging code which frobs PB1
2053   * altos/stm: Support LEDs on multiple ports
2054   * altos: Remove 'volatile' from ao_rssi.c globals
2055   * altos: Remove legacy telemetry from ao_monitor when not needed
2056   * altos/megadongle: Add megadongle product
2057   * altos: Build megadongle when possible
2058   * doc: Start updating AltOS documentation for multi-arch
2059   * altoslib: Add (disabled) conversion for MS5611
2060   * altos: fix cc1120 radio test - state wasn't made static
2061   * altos: Make Tm recovery mode set RF cal and callsign too
2062   * altoslib: MegaMetrum data telem packets have sensor data, not flight no
2063   * altoslib: Allow flight number to be zero
2064   * altoslib: Reset telem tracking state when switching altimeters
2065   * altos: Clean everything, even if we don't have compilers
2066   * doc: Minor updates to the micropeak docs
2067   * altos: micropeak LED is orange now, not blue
2068   * altos: Slow down micropeak report timing
2069   * altos: Make TeleBalloon v1.1 build again
2070   * altos: Share getnibble function
2071   * altos: Shrink cc1111/ao_dbg.c a bit
2072   * altos: Share cc1111 reset/debug-start code
2073   * altos: Make stdio 8-bit clean by making pollchar return int
2074   * altos: Add support for 115200 baud serial rates
2075   * altos: Use ao_xmemcpy in ao_log_telem.c
2076   * altos: Add ao_task_minimize_latency to reduce IRQ delays
2077   * altos: Expose GPS serial fifo on MegaMetrum
2078   * altos: Add support for reflashing skytraq GPS chips
2079   * ao-tools: Add ao-sky-flash to update GPS firmware
2080   * altos: Make skytraq reflashing code try both 9600 and 4800 baud
2081   * ao-sky-flash: Clean up debug printfs a bit
2082   * ao-tools. Oops, let 'ao-mega' slip into build.
2083   * Another ao-mega addition which shouldn't be here
2084   * altos: shrink ao_companion_status by merging printf calls
2085   * altos: Break out GPS speed resetting sequence
2086   * altos: Add Pico Beacon code as ao_aprs.c
2087   * altos: Make aprs code output encoded packets to stdout
2088   * altos: Add test scaffolding for APRS
2089   * altos: Generate all of the APRS messages
2090   * altos: Add missing ao_aprs.h file
2091   * Signed-off-by: Keith Packard <keithp@keithp.com>
2092   * altos: Strip out everything but the basic position reporting from APRS
2093   * altos: Reduce printf calls in APRS packet generation
2094   * altos: Remove more unused APRS code
2095   * altos: More APRS trimming
2096   * altos: Remove APRS sine-wave table
2097   * altos: Remove a bunch of time bits from the APRS code
2098   * altos: Start restructuring APRS code to create and send packets
2099   * altos: Prepare APRS for use within altos itself
2100   * altos: Hook APRS up to the radio
2101   * altos: Hook up APRS to telemetry loop
2102   * altos: Allow telemetry, rdf and APRS to be individually controlled
2103   * altos: Send APRS packets even during ascent
2104   * altos: Shrink 'ao_version' by calling printf fewer times
2105   * altos: Change 'flight-number' to 'current-flight'
2106   * altoslib: Make AltosMs5607 capable of parsing ms5607 info lines
2107   * altoslib: Make AltosConfigData parse all of the config data
2108   * altosui: Use AltosConfigData for altosui configuration dialog
2109   * altos: fix functions calling pollchar to use 'int' to hold the value
2110   * altos: Fix up APRS packet sending code in cc1120 driver
2111   * altos: Make APRS interval configurable
2112   * altos: Use configured callsign in APRS packets
2113   * altosui: Call config UI from AltosConfigData directly
2114   * altosui: Add APRS interval configuration to UI
2115   * altos: Fix aprs test to not allow callsign configuration
2116   * altos: Stop including profiling and stack guard code in megametrum
2117   * altos: Store altitude in 32-bits for MicroPeak
2118   * altos: Make sure pa to altitude conversion is done with 32 bits
2119   * altos: Use alt_t value to hold displayed height in micropeak
2120   * altos: Increase MicroPeak blink times a bit
2121   * altos: Tim Van Milligan suggestion for ÂµP -- delay before showing last flight
2122   * altos: Add load-slow target for MicroPeak
2123   * altos: Log in-flight data for MicroPeak
2124   * doc: Update MicroPeak doc to include EEPROM and programming info
2125   * altos: Note that Lithium battery may be included with MicroPeak
2126   * altos: Log baro readings for MicroPeak
2127   * altoslib: Only list flight logs for boards that we know have them
2128   * altoslib: Discard previous flight state on SN change
2129   * doc: Add paragraph noting differences in JST polarity
2130   * doc: Add warning about matching battery voltage.
2131   * altoslib: unconfigured radio frequency data is now -1, not 0
2132   * altos: Round APRS data correctly
2133   * altos: Document what HAS_BOOT_RADIO does in the m25 driver
2134   * altos: Test APRS rounding by using coordinates near the boundary
2135   * altos: Wire up another CC1120 GPIO to get MARC status changes
2136   * altos: Add new MARC status pin interrupt bits to megadongle
2137   * altos: Re-enable beeper on megametrum
2138   * altos: Average MPU6000 values on ground for later use
2139   * altos: Make micropeak 'serial' interface work
2140   * altos: Add distinct LED pattern before writing log data
2141   * altosui: Clean up graph a bit, remove shapes, improve tooltips
2142   * altos: Actually record ground averages for 6dof sensor
2143   * Move libaltos to top level
2144   * Start building MicroPeak GUI tool
2145   * Add file chooser for MicroPeak
2146   * Lots more work on the MicroPeak application
2147   * altos: Fix cc1120 debug code to build on megadongle
2148   * altos: Fix MegaDongle CC1120 chip select pin
2149   * altos: megadongle radio int is C13, not C14
2150   * Create altosuilib to share code between altosui and micropeak
2151   * altoslib: Add units change notification list
2152   * micropeak: Use altosuilib
2153   * micropeak: Add flight stats pane
2154   * Allow CC1120 to sit on other SPI busses
2155   * micropeak is code complete now.
2156   * micropeak: Fix chart colors
2157   * micropeak: Add 'Close' menu item. Fix start location
2158   * Build installable versions of MicroPeak GUI
2159   * Build micropeak by default
2160   * micropeak: Check CRC on downloaded
2161   * Rename AltosConfigureUI to AltosUIConfigure
2162   * libaltos: Remove a couple of spurious debug printfs
2163   * altosui: Use altosuilib for configuration
2164   * altosui: Remove AltosVersion.java
2165   * altosui: Use shared AltosDeviceDialog
2166   * altosui: Use shared AltosFontListener class
2167   * altosui: Use shared AltosUIFrame and AltosUIDialog
2168   * altosui: Use shared AltosUIListener
2169   * altosui: Remove duplicate AltosUSBDevice
2170   * altoslib: Remove unused fake product_micropeak_serial
2171   * micropoint: Add MicroDataPoint
2172   * micropeak: Add CSV export
2173   * micropeak: Add view of raw data in GUI
2174   * altosuilib: Fix install issues on Linux
2175   * micropeak: Use JTextArea instead of TextArea
2176   * micropeak: Change graph tooltip units on the fly
2177   * micropeak: Add Mac OS Info.plist file
2178   * micropeak: Add command line export option
2179   * micropeak: Export in lots of units
2180   * micropeak: Use data.export for Raw display. Change to MPH
2181   * Add separate code path for listing FTDI devices
2182   * micropeak: Remove debug printf for command line
2183   * micropeak: Move raw view caret to top. Make raw text uneditable
2184   * micropeak: Use new libaltos entry point for FTDI devices
2185   * micropeak: Create .dmg file for apple. Create micropeak-jdb script
2186   * micropeak: Suggest filenames for saving data
2187   * micropeak: Create Mac OS X package
2188   * micropeak: Add ReadMe.rtf to Mac distribution
2189   * altosui: Create .dmg file for Mac OS X installations
2190   * altoslib: Don't smash existing GPS pad alt after boost
2191   * altoslib: Clean up AltosRecord clone methods
2192   * altos: Time out reading packet data from cc1120 after 100ms
2193   * libaltos: Need to check for tty/ttyACMx before ttyACMx
2194   * Fix up 'make fat' to build all libs and micropeak too
2195   * micropeak: Report recorded apogee instead of searching flight data
2196   * micropeak: Demonstrate how to hide various parts of the graph
2197   * micropeak: Create 'micropeak' script correctly
2198   * micropeak: Note when libaltos fails
2199   * altosui,micropeak: Link altoslib.jar and altosuilib.jar before compiling
2200   * altosui: Reference altosuilib.jar and altoslib.jar from original dirs
2201   * micropeak: Record samples before boost detect
2202   * altos: Initial telescience bits
2203   * Update avr ao_spi_slave code to match API changes
2204   * altos: Build telescience-v0.2
2205   * altos: Set STM GPIO output speed for SPI pins correctly
2206   * altos: Crank fast SPI on STM to 8MHz
2207   * altos: Change CC1120 SPI speed to 4MHz.
2208   * doc: Add simplesect headers to release notes
2209   * altos: Correct model error covariance matrix
2210   * altos: Add computation of MicroPeak Kalman correction coefficients
2211   * altos: Add Kalman filter to MicroPeak
2212   * micropeak: Show decimeters in stats window
2213   * micropeak: Fetch Mac and Windows drivers when creating packages
2214   * Tag version 1.1.9.3
2215   * altosi: callsign could not be configured for AltosUI
2216   * altosui/micropeak: Let native window system place windows
2217   * altosui: All of the Altos class is actually in AltosUILib now
2218   * altosui: Remove duplicate AltosUIPreferences.java
2219   * altosui: Make initial AltOS window position configurable
2220   * micropeak: Respect font size preference in MicroPeak stats tab
2221   * Add documentation for the MicroPeak USB interface
2222   * micropeak: Add mac build file Info.plist
2223   * micropeak: fix 'make clean' and .gitignore
2224   * Mark MicroPeak as a recording altimeter, not a peak-recording altimeter
2225   * Change AltosLib to altoslib
2226   * Add version numbers to java libraries
2227   * altoslib: fix Makefile JAR target
2228   * micropeak: Update Makefile to versioned Java libraries
2229   * altos: Document which MPU6000 revs have broken accel values
2230   * test: Accept micropeak CSV files for micropeak testing
2231   * altos: Add atmosphere.5c
2232   * doc: Add TeleMetrum and TeleMini drill templates
2233   * altosuilib: Remove duplicate AltosUnitsListener.java
2234   * altosuilib: Add graphing routines from MicroPeak
2235   * micropeak: Use altosuilib graphing functions
2236   * altoslib: Add AltosUnits.graph_format
2237   * altosuilib: Initialize graph axes units
2238   * altoslib: Fix altoslib install
2239   * altosuilib/micropeak: Add state markers to micropeak graph
2240   * altosui/altoslib/altosuilib: Switch altosui to shared graph code
2241   * altoslib: Fix a couple of unit functions to make them public
2242   * altosui: Adjust graph voltage tool-tip value format
2243   * altosui: Add callsign to Monitor Idle window (Trac #62)
2244   * altosui: Interrupt MonitorIdle when changing frequency/callsign
2245   * altosui: Display callsign in connecting message window
2246   * altoslib: Fix available flight log storage computation
2247   * altosui: Display block number while downloading flights. Track #51
2248   * altosui: Display count of erased flights along with their numbers
2249   * altosui: Add map and GPS data to graph window. Trac #50
2250   * Build Windows .nsi files in configure script
2251   * micropeak: Remove Info.plist
2252   * altosuilib: rescale axis when enabling data series
2253   * altosui: Stick file basename in graph window title
2254   * altosui: Remove graph series which aren't available
2255   * altosui: Fix AltosLanded call to AltosGraphUI
2256   * altos/stm: Add more bits to NVIC register definitions
2257   * Update build version to 1.2
2258   * altos/driver: Make HMC5883 driver build again
2259   * altos: telescience-v0.2 is an ARM product
2260   * altosuilib: Add setNotify/fireSeriesChanged methods to AltosUIGrapher
2261   * altosuilib: Disable graph element notifies for each add()
2262   * doc: Document how to get TeleMini to 'emergency recovery' mode
2263   * doc: Add version 1.2 release notes
2264   * libaltos: Open FTDI serial devices twice on Windows.
2265   * ao-tools: Add ao-dumpflash program
2266   * altoslib: Invalidate GPS new data bit when updating state
2267   * altosui: Add N/S and E/W to info table lat/lon values
2268   * ao-tools/lib: Add cc_telemetry_unparse
2269   * ao-tools: Add ao-edit-telem
2270   * altos: re-enable optimization for stm-demo. remove unused bits
2271   * micropeak: Improve download docs and UI
2272   * ao-tools: add ao-dump-up
2273   * Add telegps initial version
2274   * ao-tools: Make library support ÂµPusb
2275   * altos: Add cc115l driver (untested)
2276   * altos/telegps: Hook up cc115l driver
2277   * altos: Add RFPA0133 amplifier driver
2278   * altos: Improve CC115L driver. Generates carrier now.
2279   * altos/stm: Ensure SPI always sends 0xff during receive
2280   * altos: Allow radio recv and xmit to be separately configured
2281   * altos: Fix config to not abort radio recv when no recv is available
2282   * altos: Add SDCARD and FAT16 filesystem support
2283   * altos: Hook up the FAT16 and SD card support to telegps
2284   * altos: Add new panic flag for bufio misuse
2285   * altos: Teleshield has a radio, set HAS_RADIO in ao_pins.h
2286   * altos: Use FTDW, clear DATA bit. Disable backup write protection
2287   * altosui: Don't deref null pyros when saving altimeter config
2288   * altos: Add sanity checking to busy counts in bufio driver
2289   * altos: Clean up fat driver API. Improve fat test
2290   * altos: Add a simple cache for the FAT position->cluster computation
2291   * altos: seek forward on FAT cluster chain instead of restarting
2292   * altos: Add FAT32 support. And lots more testing.
2293   * altos: Add temporary RF power settings
2294   * altos: Get CC115L radio working.
2295   * altos: Configure cc115l sync byte count for each radio mode
2296   * altos: Lock cc115l radio mutex when using global radio values
2297   * altos: Export ao_fat_sync and ao_fat_full functions
2298   * altos: Add logging and telem to telegps
2299   * altos: Add SD card writing function
2300   * altos: Disable CC115L debug commands
2301   * altos: Move fat mount information to separate command.
2302   * altos: Add sdcard read/write tracing
2303   * altos: Do not release interrupts from any pollchar function
2304   * altos/stm: Add debugging mechanism to STM USB driver
2305   * altos/stm: Always check for idle IN buffer before sending
2306   * altos: Don't add fat commands when building ao_fat_test
2307   * altos: Unmount file system after each testing pass in ao_fat_test
2308   * ao-tools/ao-stmload: Be smarter about ELF parsing. Retry open on failure.
2309   * altos: Fix command-line FAT filename parsing
2310   * altos: Increase SD card timeout at startup time
2311   * altos: Make ao_fat_readdir return real error values instead of 1/0
2312   * altos: Create the log file if it doesn't already exist
2313   * altos: Flush the on-board mega log after every sample interval.
2314   * altos: let FAT tracing work in ao_fat_test as needed
2315   * altos: Make sure FAT cluster allocation works for size zero files
2316   * altos: Support open on multiple simultaneous FAT files
2317   * altos: Add a FAT test that re-writes the same file multiple times
2318   * altos: Provide build hooks for sampling profiler in telegps
2319   * altos: Retry SD card I/O. Use time for timeouts instead of counts
2320   * altos: Add defines for the specific pins used for telegps SPI
2321   * altos: Horrible kludge -- disable radio while talking with SD card
2322   * altos: Shorten SD initialization timeouts.
2323   * Set telegps USB id to 0025
2324   * altoslib: Make any incoming telem packet update the RSSI value
2325   * altosui: Don't display missing sensor data
2326   * altosui: Hide flight-related tabs for telegps
2327   * altosui: Display current GPS in 'pad' tab for 'startup' staten
2328   * altosui: Graph TeleMini flights without crashing
2329   * altos: Try RDF mode for TX calibration
2330   * altos: Create telebt-v1.0 product. Remove old telebt products
2331   * altos: Create telebt-v1.0 product. Remove old telebt products
2332   * altos: Monitor battery voltage on telebt
2333   * altoslib/altosui: Carry receiver status around in AltosListenerState
2334   * altoslib/altosui: Adapt monitor idle to new AltosListenerState
2335   * doc: Add an outline of an AltosDroid chapter
2336   * altosdroid: Hook up the position listeners
2337   * altosdroid: Send LOCATION and CRC_ERROR messages to UI.
2338   * altosdroid: Mike was right -- only need one LocationListener
2339   * altoslib: Add range and elevation to AltosGreatCircle
2340   * altosdroid: Compute course from android device to rocket, display it
2341   * altoslib: Remove spurious debug message
2342   * altosdroid: Check state.gps != null before using it
2343   * altosdroid: The Map already draws our location; no receiver marker needed
2344   * altos: Delay while waking up SD card a bit
2345   * altos: Stick a mutex around FAT operations
2346   * altos: Don't include bufio debug commands by default
2347   * altoslib: Remove spurious debug message
2348   * altos: Make sure the packet format is set reasonably for radio test
2349   * libaltos: Retry Windows serial port open five times
2350   * Windows: Add all of the AltusMetrum USB IDs to telemetrum.inf
2351   * altosdroid: Shrink text so it fits on my phone
2352   * altosdroid: Show our position in the map tab. Squeeze to fit phones
2353   * altosdroid: Get rid of a couple of startup messages
2354   * altosdroid: Update UI even if no telem has been received. Center map.
2355   * micropeak: Oops. Lost the call to actually start downloading data
2356   * altoslib: Check for null state.gps before accessing it in eeprom records
2357   * altosui: remove debug message from AltosFlightUI
2358   * altosdroid: Check for missing values
2359   * altosui: Handle broken network in map tile loading
2360   * altosui: Disable main deploy setting for TeleGPS
2361   * altosdroid: Fix integer formatting in tabs
2362   * altosdroid: Update distance/bearing on map tab
2363   * doc: Add a bunch of Altos Droid material to the docs
2364   * doc: Start filling in details about Altos Droid flight monitoring
2365   * libaltos: Try Bluetooth open 5 times on EBUSY
2366   * libaltos: Delay after opening bluetooth device on linux
2367   * altosdroid: Add Notebook to track feature requests
2368   * altosdroid: Add a few more Notebook entries
2369   * altosdroid: Add request for sat images to AltosDroid Notebook
2370   * Move cortex toolchain to /opt/cortex
2371   * altos: Re-generate TeleMega bits
2372   * Re-add telemega outline pictures
2373   * altos: Make SD card driver compile without radio support
2374   * altos: Add MR25 everspin MRAM driver
2375   * altos: Add TeleMega v0.3 support
2376   * altos: Build telemega-v0.3 by default
2377   * altos: All STM ADC users need to declare HAS_ADC_TEMP
2378   * altosdroid: Add wish for persistent TBT and freq settings
2379   * Allow build without SDCC
2380   * altos: Expose ao_put_string function
2381   * altos: Call ao_task_init before initializing any drivers
2382   * altos/stm: Always declare all romconfig variables
2383   * ao-tools/lib: Deal with binary USB data in debugging output
2384   * altos/stm: Remove USB EP0 task
2385   * altos: Make telemega-v0.3 binary use the right name
2386   * altos: Build test framework for AES code
2387   * altos: Provide timeout value to ao_radio_recv
2388   * altos: Make cc1120 driver wait for TX finished
2389   * altos: Clear any broken cc1120 TX fifo bits before transmitting
2390   * altos: Allow LCD segments to not be multiplexed across digits
2391   * altos: Add telelco-v0.2 project
2392   * altos: Add nickle micropeak log parsing code
2393   * altos/test: Add telemega plot helper script
2394   * altos: Ignore ao_aes_test binary
2395   * altos: Build test framework for kalman filter
2396   * altos: Add .gitignore to kalman test dir
2397   * altos: Add ublox checksum app to generate ublox config lines
2398   * altos: Add a bunch of .gitignore files
2399   * altos: More .gitignore bits
2400   * altosdroid: Add Notebook entry for reloading telem data option
2401   * altos: Compute "real" RSSI value in radio code as needed
2402   * altos: Reconfigure CC1120 receiver to match our usage
2403   * altos: Make cc1120 driver return false on recv timeout
2404   * altos: Stop using telelco v0.2 top LEDS for radio TX/RX
2405   * altos: Open up the DVGA gain to use all of the available settings
2406   * altos: Reduce stack usage of FAT driver and logger
2407   * altos: Use separate exception stack on STM32L
2408   * altoslib: Update GPS state even if new state is unlocked
2409   * altos: Mark GPS telemetry packets with GPS time stamp
2410   * altos: Use SYSTICK on STM32L
2411   * altos/test: Fix warning in ao_aprs_test
2412   * altos: Set APRS deviation to 3kHz
2413   * altos: Elide M25 debug output from storage info command
2414   * altos: Sanity check barometer before going to pad mode
2415   * Add STM self-flashing loader
2416   * altos: Make stm-flash capable of switching to application
2417   * altos: Add program flash function
2418   * altos: Clean up boot loader support
2419   * altos: Add actual flashing functions to stm-flash app
2420   * altos: Fix up stm-flash output file name. Use discovery LED pins
2421   * altos: Mark .boot section as (NOLOAD)
2422   * altos: Validate boot chain start address
2423   * altos: Fix STM flash programming
2424   * altos: Add erase command to stm-flash app. Validate addresses.
2425   * altos: Create ihx version of stm-demo
2426   * altos: Switch ao_stm_flash to read/write binary blocks
2427   * altos/stm: Add .elf to .ihx rule
2428   * altos/stm: Add comments to the .ld files explaining how the romconfig stuff works
2429   * ao-tools/lib: Add loading support for 32-bit ihx files
2430   * ao-tools/ao-stmload: Fix ELF, add IHX, add self-flashing
2431   * altosui: Support 32-bit ihx files
2432   * altosui & altoslib: Move a pile of debug/programming bits to altoslib
2433   * altosui/altoslib: Move more flashing code from altosui to altoslib
2434   * ao-tools/ao-stmload: Remove IRC dregs in source code
2435   * altos: Move ao_notask to core
2436   * altos: Eliminate stdio looping when system has a single stdio source
2437   * altos/stm: Don't define task macros when not tasking
2438   * altos/stm: Allow core timer to be excluded from build
2439   * altos/stm: Shrink stm flash loader to < 4kB
2440   * altos/stm: Provide another 4kB of flash space for apps
2441   * altos: Use flash loader on all STM products
2442   * ao-tools: reboot to loader now uses 'X' instead of 'L'
2443   * ao-tools/ao-stmload: application base moved to 0x08001000
2444   * altos/stm-flash: Check target flash address against AO_BOOT_APPLICATION_BASE
2445   * altos: Allow STM usb driver to be used without stdio
2446   * altos: Run self loader when application sets boot addr to 0
2447   * altos: Make stm-bringup build again
2448   * altos: Get rodata into flash, make sure sections are aligned
2449   * altos: Remove stdio from stm-flash
2450   * ao-tools/ao-stmload: Add --verbose flag
2451   * altos: Add ao_boot_chain to telemega v0.3
2452   * altos/stm: Create per-product flash loaders
2453   * altos: Wait after configuring boot pin before testing it
2454   * Add altosdroid notebook entry for imperial units
2455   * altoslib: Add non-persistent 'last logdir' preference
2456   * Information from configure about android build was misprinted
2457   * micropeak: Use new 'last logdir' preference for MicroPeak save/load dialogs
2458   * altosui: Wait for valid callsign/flight when graphing
2459   * altoslib: Correct hexfile address ranges
2460   * altosuilib: Mistake in the MegaDongle listing -- was set to TeleMega
2461   * altos: Don't bother fixing telelco-v0.1, just disable it
2462   * altos: Add U-Blox GPS driver
2463   * altos: Provide a define for the number of sat infos in a telem packet
2464   * altos: Switch TeleMega v0.3 to u-blox
2465   * altos: Struct used for u-blox testing had lat/lon swapped
2466   * altos/test: ao_gps_test_ublox uses ao_gps_blox.h
2467   * altoslib: Use sequence numbers to track GPS updates to AltosRecord
2468   * altosui: Use GPS alt + baro height for KML altitude
2469   * altosui: Generate useful KML files from TeleGPS logs
2470   * altos: Use symbolic names for ublox packet id
2471   * altos: Set u-blox navigation settings
2472   * altos/cc1111: Hack on USB driver to make Windows happy
2473   * libaltos: use PurgeComm in Windows altos_close to abort in-progress ops
2474   * libaltos: Build the linux library targets when doing a 'fat' build
2475   * altos/telemega: The last two igniters are apogee and main
2476   * Create release notes for 1.2.1
2477   * doc: Update description of graph window to note new tabs (config and map)
2478
2479   [ Robert Garbee ]
2480   * telescience: steal last adc channel for icp3 most recent value Make the ICP3 rpm counter use in ao_adc_avr.c optional
2481   * first work on PWM input to TeleScience, 'p' command displays timer 1
2482   * Timer 3 working with slower clock and all 16 bits.
2483   * ICP3 working
2484   * telescience: correctly calculating rate values with higher resolution
2485
2486  -- Bdale Garbee <bdale@gag.com>  Tue, 21 May 2013 09:43:47 -0600
2487
2488 altos (1.1.1-1) unstable; urgency=low
2489   * new upstream bug-fix release
2490     - fix flight data deletion problem affecting TeleMetrum v1.0 boards only
2491     - fix broken Google Earth export from on-board flight data (.eeprom) files
2492     - fix units displayed on "Landed" tab in UI to honor imperial units flag
2493     - display both range to the rocket and ground distance in "Descent" tab
2494     - fix bug in sensor data display for TeleMini in "Monitor Idle" mode
2495
2496  -- Bdale Garbee <bdale@gag.com>  Sun, 16 Sep 2012 14:07:23 -0600
2497
2498 altos (1.1-1) unstable; urgency=low
2499
2500   * new upstream minor release, which provides a few new features in AltosUI
2501     and the AltOS firmware, and fixes bugs
2502     - Add apogee-lockout value. Overrides the apogee detection logic to
2503       prevent incorrect apogee charge firing.  A configuration menu 
2504       provides a list of reasonable values, or the value can be set by hand.
2505     - Fix a bug where the data reported in telemetry packets was from 
2506       320ms ago.
2507     - Force the radio frequency to 434.550MHz when the debug clock
2508       pin is connected to ground at boot time. This provides a way
2509       to talk to a TeleMini which is configured to some unknown frequency.
2510     - Provide RSSI values for Monitor Idle mode. This makes it easy to check 
2511       radio range without needing to go to flight mode.
2512     - Fix a bug which caused the old received telemetry packets to
2513       be retransmitted over the USB link when the radio was turned
2514       off and back on.
2515     - Fix a bug that caused GPS ready to happen too quickly. The
2516       software was using every telemetry packet to signal new GPS
2517       data, which caused GPS ready to be signalled after 10 packets
2518       instead of 10 GPS updates.
2519     - Fix Google Earth data export to work with recent versions. The
2520       google earth file loading code got a lot pickier, requiring
2521       some minor white space changes in the export code.
2522     - Make the look-n-feel configurable, providing a choice from
2523       the available options.
2524     - Add an 'Age' element to mark how long since a telemetry packet
2525       has been received. Useful to quickly gauge whether
2526       communications with the rocket are still active.
2527     - Add 'Configure Ground Station' dialog to set the radio
2528       frequency used by a particular TeleDongle without having to go
2529       through the flight monitor UI.
2530     - Re-compute time spent in each state for the flight graph; this
2531       figures out the actual boost and landing times instead of
2532       using the conservative values provide by the flight
2533       electronics. This improves the accuracy of the boost
2534       acceleration and main descent rate computations.
2535     - Make AltosUI run on Mac OS Lion. The default Java heap space
2536       was dramatically reduced for this release causing much of the
2537       UI to fail randomly. This most often affected the satellite
2538       mapping download and displays.
2539     - Change how data are displayed in the 'table' tab of the flight
2540       monitoring window. This eliminates entries duplicated from the
2541       header and adds both current altitude and pad altitude, which
2542       are useful in 'Monitor Idle' mode.
2543     - Add Imperial units mode to present data in feet instead of
2544   * update build-deps to use cc1111 intead of sdcc, closes: #676739
2545   * update build-deps to use default-jdk, closes: #655580
2546
2547  -- Bdale Garbee <bdale@gag.com>  Thu, 13 Sep 2012 14:46:50 -0600
2548
2549 altos (1.0.3) unstable; urgency=low
2550
2551   [ Bdale Garbee ]
2552   * lose the bluetooth lib dependency until it's relevant
2553   * don't try to include bluetooth headers
2554   * don't try to link bluetooth lib
2555   * mention release notes in Releasing file prep stage
2556   * more notes on release notes in Releasing
2557   * releasing 1.0.3
2558
2559   [ Keith Packard ]
2560   * altos: Create TeleMetrum v1.2 directory
2561   * Add 1.0.3 release notes.
2562
2563  -- Bdale Garbee <bdale@gag.com>  Sun, 25 Dec 2011 19:08:56 -0700
2564
2565 altos (1.0.2) unstable; urgency=low
2566
2567   [ Bdale Garbee ]
2568   * update release process docs
2569   * update changelogs for Debian build
2570   * include 1.0.1 release notes in docs, closes: #642705
2571   * add run-time dependency on libjfreechart-java
2572
2573   [ Keith Packard ]
2574   * altos: Delay reboot by a second to avoid re-entering idle mode
2575   * Bump to version 1.0.2
2576   * altos: TM: Don't turn on packet slave mode until idle/invalid state
2577   * doc: Add 1.0.2 release notes
2578
2579  -- Bdale Garbee <bdale@gag.com>  Wed, 28 Sep 2011 01:58:27 -0600
2580
2581 altos (1.0.1) unstable; urgency=low
2582
2583   [ Bdale Garbee ]
2584   * use multimaint-merge to make Debian changelogs less ugly
2585   * update TeleMini turnon script now that we've made a stable firmware release
2586   * moving git-buildpackage config into .git/ since it is fairly specific to 
2587     Bdale's build environment, and doesn't need to be in the source package
2588   * get ready for a 1.0.1 release
2589   * update changelogs for Debian build
2590   * fix telemini firmware path name
2591   * ignore generated log file
2592   * roll release notes version from 1.0 to 1.0.1
2593   * roll back packaging changelog for rebuild
2594
2595   [ Keith Packard ]
2596   * altos: Clear callsign on initial config load
2597
2598  -- Bdale Garbee <bdale@gag.com>  Fri, 26 Aug 2011 10:39:29 -0600
2599
2600 altos (1.0) unstable; urgency=low
2601
2602   [ Keith Packard ]
2603   * altos: Lost change that reported flight 0 when log memory was full
2604   * altosui: Ancient log files used 'apogee' for 'coast' state
2605   * altosui: Add 'On-board Data Logging' indicator to pad tab
2606
2607   [ Bdale Garbee ]
2608   * update changelogs for Debian build
2609   * update changelogs for Debian build
2610
2611   [ Keith Packard ]
2612   * altosui: remove debug printf in pad pane
2613   * altosui: Disable 'max flight log' config when there are stored flights
2614   * altos: Merge common config code in ao_config.c
2615   * Bump version to 0.9.7
2616   * altos/altosui: Add ability to disable telemetry/rdf completely
2617   * altosui: Clean up command line processing. Add --graph
2618   * altos-fat/windows: Check and install Java 1.6 as needed
2619   * altosui/windows: Fix a bunch of windows compiler warnings.
2620   * altosui: Attempt to make both 32- and 64-bit windows DLLs
2621   * doc: Add note about telemetry disable mode to 1.0 release notes
2622   * doc: Add Installation Recommendations chapter
2623   * altosui: Add a few simple unit conversions
2624   * altosui: Capture date/time/serial/flight in AltosFlightStats
2625   * altosui: Add date/time/serial/flight to flight stats tab
2626   * altosui: Show filename in AltosGraph window
2627   * altosui: Add --summary option to dump flight stats to stdout
2628   * altosui: Make monitor-idle display correct 'On-board data logging' status
2629   * altosui: Can't configure flight log max on TeleMini
2630   * altosui: fix 'magic' string to signal end of config data
2631   * altosui: Only 'show' config dialog once
2632   * altosui: Reset all config data on 'reset' command
2633   * altosui: Update mac os X library
2634   * libaltos: fix Mac OS X function signatures
2635   * altosui: add tool-tips to the button box.
2636
2637   [ Bdale Garbee ]
2638   * turn off auto-tagging during Debian build
2639   * update changelogs for Debian build
2640   * rewind changelog to 0.9.6.0 for rebuild
2641   * update changelogs for Debian build
2642
2643   [ Keith Packard ]
2644   * altosui: Use system look&feel
2645   * Remove stale tools (ao-dumplog, ao-postflight, ao-view)
2646   * altosui: Add tool-tips to config dialogs
2647   * altosui: Try to get dialogs to look a little better
2648
2649   [ Bdale Garbee ]
2650   * another test round
2651   * roll changelog back in prep for another test build
2652   * update changelogs for Debian build
2653   * add pkg-config to the build deps
2654   * prepare for another rebuild
2655   * update changelogs for Debian build
2656
2657   [ Keith Packard ]
2658   * altosui: Don't trust companion telemetry record 'channels' count
2659   * altosui: Make flight monitor font size configurable
2660   * altos/windows: Get latest JRE 1.6 version (Version 6 update 27)
2661
2662   [ Bdale Garbee ]
2663   * doc tweaks through chap 3
2664
2665   [ Keith Packard ]
2666   * doc: Spelling corrections in altusmetrum.xsl
2667   * doc: Document pad-mode 'on-board data logging' indicator
2668
2669   [ Bdale Garbee ]
2670   * more doc tweaking
2671
2672   [ Keith Packard ]
2673   * doc: Describe packet command mode a bit better.
2674   * doc: Move Packet Command Mode section to System Operations chapter
2675
2676   [ Bdale Garbee ]
2677   * more doc tweaks
2678   * more tweaks
2679
2680   [ Keith Packard ]
2681   * doc: use 'radio link' to refer to packet command mode
2682
2683   [ Bdale Garbee ]
2684   * more tweaking
2685
2686   [ Keith Packard ]
2687   * doc: Move updating device firmware section to separate chapter
2688   * doc: Updating Firmware is now a separate chapter
2689
2690   [ Bdale Garbee ]
2691   * more changes
2692
2693   [ Keith Packard ]
2694   * doc: Move the remaining command-mode descriptions to the appendix
2695
2696   [ Bdale Garbee ]
2697   * tweak tweak tweak
2698
2699   [ Keith Packard ]
2700   * doc: Describe max flight log, ignite mode and pad orientation
2701   * doc: Remove duplicate documentation about max flight log
2702
2703   [ Bdale Garbee ]
2704   * more tweaks
2705   * prepare to release
2706   * don't deliver sources.list fragment in official Debian packages
2707   * changes in preparation for upload to Debian
2708   * ao-view is no longer included in the altos package, so have the 
2709     old-style Debian menu entry point to altosui instead
2710   * rewind packaging changelog to last tagged version
2711   * update desktop file for consistency with package section
2712   * we need a main category in the desktop file
2713   * really, I mean it, no longer deliver the sources.list fragment
2714   * add a postinst to remove sources.list.d fragment delivered by old 
2715     private versions of this package, no longer needed once we have 
2716     official packages
2717
2718  -- Bdale Garbee <bdale@gag.com>  Thu, 25 Aug 2011 02:22:21 -0600
2719
2720 altos (0.9.6.0) unstable; urgency=low
2721
2722   [ Keith Packard ]
2723   * altos: Correct flight log max on Tm to 5k
2724   * altosui: Change button to 'Configure Altimeter'
2725   * altos: Remove pad_orientation functions from non-accel devices
2726   * altos: Add ability to set arbitrary radio frequency
2727   * altosui: Add dialogs to configure 'common' frequencies
2728   * altosui: Convert from channels to frequencies
2729   * Set version to 0.9.5.0
2730   * altosui: altimeter is not spelled altimter
2731   * altosui: Pull out BlueTooth support
2732   * altos: minor type in comment about accel correction
2733   * altosui: Must set radio calibration before radio setting
2734   * altosui: A few misc cleanups.
2735   * altosui: Have single radio_to_frequency function
2736   * altosui: Save frequency after setting it in AltosFlightUI
2737   * altosui: Show AltosFrequency in scan results
2738   * altosui: Remove debugging printfs from AltosSerial
2739   * altosui: Flush radio setting to serial device
2740   * altosui: Remove unused AltosConfigData from AltosTelemetryReader
2741   * altosui: Reading serial from swing thread only bad if remote
2742   * altosui: Make set of telemetries to use while scanning configurable
2743   * altosui: Add close button to 'fire' dialog
2744   * altos: Switch telemini from v0.1 to v1.0
2745   * altosui: Don't export product defs from libaltos
2746   * altosui: Ensure serial code tracks reply nesting correctly
2747   * altosui: Ship TeleMini v1.0 firmware with fat blobs
2748   * Altosui: Add flight statistics tab to graph window
2749   * altosui: Add a 'Graph Flight' button to the 'landed'  tab
2750   * altosui: Prune telemetry file graphs to just the flight
2751   * altosui: Plot reasonable data from Tm files
2752   * altosui: Move launch-sites.txt file to altusmetrum.org
2753   * Bump version to 0.9.6.0
2754   * doc: Update altusmetrum.xsl for v1.0 software and TeleMini
2755   * doc: Document Ignite Mode and Pad Orientation configuration options
2756   * doc: Describe 'stats' tab in Graph UI, 'Graph Flight' button.
2757   * doc: Add telemetry docs to debian/linux/mac/windows packages
2758   * doc: Add release notes, include them in altusmetrum doc. Shuffle altusmetrum
2759   * doc: Add 1.0 release notes.
2760   * altos: Pull igniter pins low as soon as possible at boot time
2761   * altos: Apply igniter boot pulse-width reduction to telemini
2762   * altos: remove monitor disable stubs from altimeter code
2763   * ao-tools: ao-list was crashing with more than 3 devices connected
2764   * libaltos: Mis-allocated device list in libaltos
2765   * altos: shrink text space from ao_config.c
2766   * altos: re-write a bit of GPS parsing code to reduce size
2767   * altos/altosui: Report log format in the version command
2768   * altos: Don't try to use non-basestations for remote eeprom download
2769   * altos: Add SPI-based companion board support
2770   * altos: Put SPI in slower mode when talking to companion board
2771   * altos: Make sure companion task exits cleanly when done
2772   * altos: add the 'L' command to show the status of a linked companion board
2773   * altos: Check for companion init packet validity was busted
2774   * altosui: Add companion support to the flight UI and CSV conversion
2775   * altos: Send SPI message at flight state changes
2776   * altos: Send serial/flight to companion board
2777   * altos: wait 10s for companion to boot
2778   * altosui: Clean up eeprom parsing a bit
2779   * altosui: Add support for TeleScience eeprom download
2780   * altosui: Devices with log-format can also delete flights
2781   * altosui: Eliminate inter-chunk flush_input calls
2782   * altos: AltosSerial.flush_input shouldn't discard Interrupted exceptions
2783   * altos: Correct AO_CONFIG_MINOR from 6 to 7
2784   * altos: Reset radio channel to zero when using radio setting
2785   * altos: use raw height while waiting for landing
2786   * altosui: don't set channel when using radio setting
2787   * altosui: Respect storage limits in flight log max config
2788
2789  -- Bdale Garbee <bdale@gag.com>  Fri, 19 Aug 2011 22:47:25 -0600
2790
2791 altos (0.9.4.5) unstable; urgency=low
2792
2793   [ Keith Packard ]
2794   * altosui: Mark empty eeprom records 'invalid', don't generate exception
2795   * altosui: Always read whole eeprom block, even at end of flight
2796   * altosui: Display eeprom parsing errors to user
2797   * Revert "src/ao_gps_skytraq.c: Update logging rate to 10Hz"
2798
2799   [ Anthony Towns ]
2800   * src/ao_cmd: Shave off bytes from doc strings
2801
2802   [ Keith Packard ]
2803   * altos: Oops. Lost a couple of commands when merging the doc patch
2804   * altosui: Missed jcommon.jar in the Mac OS install image
2805   * Bump published version number to 0.9.1
2806   * aoview: remove -s option.
2807
2808   [ Anthony Towns ]
2809   * ao_intflash: Use internal flash for storage
2810
2811   [ Keith Packard ]
2812   * altos: Make serial, usb, beeper and accelerometer optional components
2813   * altos/test: Use ao_convert.c instead of hand-coded pres â†’ alt func
2814   * altos/test: Add baro-only flight test program
2815   * altos: Start with packet slave running. Turn off in pad mode.
2816   * altos: Add TeleMini v1.0
2817
2818   [ Anthony Towns ]
2819   * ao_intflash: Avoid overwriting code
2820
2821   [ Keith Packard ]
2822   * altos: Switch LED usage for TeleMini around
2823   * altos: Switch pins around for TeleMini
2824   * bringup: Add script for telemini
2825   * ao-load: Make usb descriptor rewriting optional
2826   * altos: oops -- altitude reporting wasn't pausing between signals
2827   * altos: Internal flash ops block when running from flash
2828
2829   [ Anthony Towns ]
2830   * ignore new flight test file
2831
2832   [ Keith Packard ]
2833   * altos: Add tiny logging for TeleMini/TeleNano
2834   * altos: Add kalman filters for baro-only boards
2835   * altos: Tiny logging fixes. Scan at start, stop when land or full.
2836   * altos: Add TeleNano support
2837
2838   [ Bdale Garbee ]
2839   * fix up script to work and have reasonable texts
2840
2841   [ Keith Packard ]
2842   * altos: Fix mini/nano default log size to available flash space
2843   * altos/test: Add scripts to run lots of flights through the code
2844   * altos: Write height values to log for nano/mini
2845   * altos: Baro-only boards must not detect launch on accel or speed data
2846   * altosui: Add software version to Configure AltosUI dialog
2847   * altos: Don't init packet slave on TD. Make slave start optional
2848   * altos: Configure packet size from send/recv parameters.
2849   * altos: Make telemetry interval more consistent
2850   * altos: Split out tiny telemetry from full telemetry
2851   * altos: Split telenano main from telemini
2852   * altos: The kalman code requires a constant sample rate
2853   * altos: New telemetry report format (version 4). Supports tiny telemetry.
2854   * altos: Add .sdcdbrc file for teledongle
2855   * altos: Add nickle kalman implementation.
2856   * altos: Switch telemetrum over to kalman filter
2857   * altos: Compute a 'trust' value for the barometer
2858   * altos/kalman: Kalman terms can be > 1, use 32-bit fixed point
2859   * altos: Clean up some debug stuff in ao_flight.c
2860   * altos: Add ao_flight_debug code
2861   * altos: Missing parens and some bad arithmetic in the kalman code
2862   * altos: Fix up flight code testing
2863   * altos: Restore sensible kalman values
2864   * altos: Ignore alt error for fast->coast. Allow larger error for baro apogee.
2865   * altos: Exit flight test at landing. Allow description in test flight list
2866   * Add ao_kalman.h to .gitignore
2867   * Add description to test flights
2868   * altosui: Add support for telemetry version 4
2869   * altosui: Add telemetry format menu and preferences
2870   * altosui: Remove a bunch of debug printfs from the eeprom manager code
2871   * altosui: Add support for downloading TeleMini/TeleNano flight logs
2872   * altosui: Remove extra AltosEepromBlock layer
2873   * altosui: swing hide/show methods are deprecated
2874   * altosui: Allow TM config connection to be canceled.
2875   * altos: Variable log rate in full logging code too
2876   * altos: full logging must flush pending data before checking state
2877   * altosui: Off-by-one error in telemetry format configuration UI
2878   * altosui: Allow radio channel to be configured over the radio link
2879   * altosui: Tell serial device which frame to use for timeout dialogs
2880   * altosui: Handle serial calls from swing thread
2881   * altos: Split up flight code into separate flight/sample/kalman bits
2882   * altos: Create custom nano flight code
2883   * altosui: Clean up packet link connecting dialog
2884   * altosui: Make flight log downloading handle 'Connecting...' dialog
2885   * altosui: Make deployment testing handle Connecting... dialog
2886   * altosui: Display exception messages from swing thread
2887   * altosui: Don't display 0000-00-00 for missing flight log dates
2888   * altos: ao_sample_preflight was exiting preflight mode immediately
2889   * altos: Run RDF beacon after apogee instead of waiting for landing
2890   * altos: Enable logging during nano flights
2891   * altosui: Parse and export Max flight log value
2892   * altosui: Only plot acceleration when present in data file
2893   * altos: Reflect ao_flight split in ao_flight_test dependencies
2894   * altos: Baro useful ceiling is MSL, not AGL
2895   * altos: Make ao_flight_test show true height but report saturated height
2896   * altos: Add initial TeleBT code
2897   * altos: Add P2SEL_*_MASK defines to cc1111.h
2898   * altos: expose set of available stdio values
2899   * altos: Provide for a pre-filter on commands
2900   * altos: Allow any stdio to be used with packet forwarding
2901   * altos: Remove serial monitor command
2902   * altos: Make ao_serial_drain public
2903   * altos: Clean up usage of serial port for stdio
2904   * altos: Clean up serial initialization
2905   * altos: Make cmd echo per-connection instead of global
2906   * altos: Clean up BT serial communcations
2907   * altosui: Add missing AltosTelemetryMap.java file
2908   * altos: Use PIO(6) on BTM to monitor BT connection. Fix BTM init.
2909   * altosui: Add TeleBT USB device support
2910   * altosui: Add low-level Bluetooth APIs
2911   * altos/altosui: Log averaged baro sensor data in Tm/Tn
2912   * altosui: oops - lost state changes when downloading eeprom data.
2913   * altos: Write a few pre-launch samples for Tm/Tn devices
2914   * altosui: Add primitive bluetooth device manager UI.
2915   * altosui: Create abstract AltosDevice class
2916   * altosui: Make AltosBTDevice implement AltosDevice interface
2917   * altosui: Make bluetooth dialog modal
2918   * altosui: Use persistent list of bluetooth devices for device dialogs
2919   * altos: Add delays to bt startup sequence
2920   * altosui: Wait two seconds after bluetooth connect XXX
2921   * altos: Solidify BT connections
2922   * altos: Simplify BT communications
2923   * altos: Remove bt debug command
2924   * altos: remove BT logging code
2925   * altosui: Eliminate ao_cmd_filter hook
2926   * altosui: Make flight data download work through TeleBT
2927   * altos: add telebt-v0.0 Makefile
2928   * altosui: Separate out flash debug code to separate thread
2929   * altosui: Fix TeleBT name in flight monitor title
2930   * altosui: Display reader name (usually the device) when an I/O error occurs
2931   * altosui: Move AltosIgniteUI device open out of Swing thread
2932   * altosui: Fix BT manage dialog so that the device lists resize
2933   * altos: Add preliminary telebt v0.1 defines
2934
2935   [ Bdale Garbee ]
2936   * first cut at a telebt turn on script
2937
2938   [ Keith Packard ]
2939   * altos: Add telebt-v0.1 to Makefile
2940   * altos: Use USART configuration 1 with flow control for TBT
2941   * altos: Fix BT link status pin for real TBT hardware
2942   * altos: pull TBT v0.1 ser_reset line low
2943   * altos: Add beeper to TBT v0.1
2944   * altos: Debugging TBT issues -- check pin configuration after boot
2945   * altos: Initialize beeper for telebt
2946   * altos: Hook up the P1 ISR for TeleBT v0.1 bt_link line
2947   * altos: clear CPU port 1 interrupt flag when handled
2948   * Revert "altos: Debugging TBT issues -- check pin configuration after boot"
2949   * Switch version to 0.9.4
2950   * altosui: Handle old TeleDongle receiving kalman telemetry packets
2951   * altos: Rename telemetry to telemetry_orig
2952   * altos: Add arbitrary telemetry packet monitoring
2953   * altos: Add checksum to TELEM output lines
2954   * altos: Start adding new telemetry frame definitions
2955   * altos: ao_radio_recv needs byte count *including* rssi and status
2956   * altosui: Support raw telemetry from TeleDongle
2957   * doc: Add telemetry format description
2958   * doc: Complete initial telemetry description
2959   * doc: Fix a few minor telemetry doc mistakes
2960   * Version strings must be < 8 bytes long
2961   * altos: teledongle does not need ao_packet_slave.c
2962   * altos: Shrink const space in ao_config
2963   * altos: Add sat info to GPS report command
2964   * altos: Shrink help text
2965   * altos: Add split telemetry code
2966   * altos: Complete new telemetry switchover
2967   * altosui: Parse remaining standard telemetry packets
2968   * doc: Chang Config and Location packets
2969   * altos: Adapt to changes in telemetry Configuration packet
2970   * doc: Add section about TeleDongle USB line format
2971   * altosui: Elide nul bytes at end of telemetry string values
2972   * altosui: Elide missing values from graphs
2973   * altosui: Add main/drogue voltages to default graph
2974   * altosui: Remove debug printf.
2975   * altosui: Compress telemetry records marked with the same time
2976   * altos: Shrink ao_cmd_put16, ao_cmd_hex and ao_cmd
2977   * altos: Shrink ao_config_callsign_set
2978   * altos: Shrink ao_add_task by rolling up a memset loop
2979   * altos: Switch ao_gps_skytraq and ao_gps_sirf __xdata to __pdata
2980   * altos: Switch ao_ignite and ao_gps_sirf __xdata to __pdata
2981   * altos: Switch ao_log.c and ao_log_big.c __xdata to __pdata
2982   * altos: Switch ao_report.c __xdata to __pdata
2983   * altos: Switch ao_rssi.c __xdata to __pdata
2984   * altos: Switch ao_sample.c __xdata to __pdata
2985   * altos: Switch ao_serial.c __xdata to __pdata
2986   * altos: Switch ao_stdio.c __data to __pdata
2987   * altos: Switch ao_telemetry.c __xdata to __pdata
2988   * altos: Switch ao_usb.c __xdata to __pdata
2989   * altos: Switch const for __code in struct ao_cmds
2990   * altos: switch ao_cmd __xdata to __pdata
2991   * altos: Switch ao_config.c __xdata to __pdata
2992   * altos: Switch ao_dbg.c __xdata to __pdata
2993   * altos: Switch ao_flight and ao_flight_nano __xdata to __pdata
2994   * altos: Switch flash drivers __xdata to __pdata
2995   * altos: Switch Tm and Tn to common telemetry code
2996   * altos: Remove ao_telemetry_orig.c and ao_telemetry_tiny.c
2997   * altos: Ensure low-rate telem packets interleave with sensor telem packets
2998   * altos: product defines are always in ao_product.h
2999   * altosui: Build device constants into .java code
3000   * altosui: Don't show missing igniter and gps values
3001   * altos: new versions of sdcc require __ prefixes for custom keywords
3002   * Set version to 0.9.4.3 for Bdale 2011-7-16 flights
3003   * altosui: Start adding support for scanning radio for available devices
3004   * altosui: Pop up monitor window from scan dialog
3005   * altosui: Remove debugging printf from AltosLog
3006   * altosui: Configuration telemetry record includes flight number
3007   * altosui: Finish radio scanning UI
3008   * altosui: Generalize and centralize telemetry constants, parse v0.8 telemetry
3009   * altosui: Initialize channel and telemetry before use in ScanUI
3010   * altosui: Set 'seen' bits in legacy telemetry packet reader
3011   * altosui: Add map preloading GUI
3012   * altosui: Try to avoid resize weirdness with map preloading
3013   * altosui: Flush telemetry lines before starting to watch for scan results
3014   * altosui: Display full map preload area in view.
3015   * altosui: Remove a bunch of sitemap debugging printfs
3016
3017   [ Anthony Towns ]
3018   * altosui: Make sure degree and minute values are visible (map preload)
3019
3020   [ Keith Packard ]
3021   * Set version to 0.9.4.4
3022   * altos, altosui: Add igniter mode (dual, apogee, main)
3023   * altosui: Download list of site locations for map preloading
3024   * altosui: Add launch-sites.txt
3025   * altosui: Add a bunch more site locations
3026   * altosui: Mark preload site location with red circles (like launch)
3027   * Fix NCR Pawnee location
3028   * Add HARA Bragg Farms site
3029   * altosui: Change continutity colors to yellow/magenta
3030   * altos: Add ability to read new TELEM files to ao_flight_test
3031   * altos: Average height values for landing detection
3032   * altos: Reduce height averaging filter time constant
3033   * altos: Require sequencing through 'main' state before landing
3034   * altosui: Standard text field in flight UI needs more width (now 20)
3035   * altosui: Parse accel cal from 'c s' command
3036   * altosui: Simple timeouts don't work with query data
3037   * altosui: Add idle monitor dialog
3038   * altos/altosui: Add pad orientation configure option
3039
3040   [ Bdale Garbee ]
3041   * update version for a Bdale build for use turning on TeleMini v1.0
3042   * simplify version in last changelog entry so git-dch is less confused
3043   * update changelogs for Debian build
3044   * update changelogs for Debian build
3045   * stop doing automatic tag push during builds
3046   * build depend on bluetooth dev package
3047   * clean up all existing lintian warnings
3048   * rewind changelog for re-build of 0.9.4.5
3049
3050  -- Bdale Garbee <bdale@gag.com>  Mon, 08 Aug 2011 09:37:04 -0600
3051
3052 altos (0.9.1) unstable; urgency=low
3053
3054   [ Keith Packard ]
3055   * ao-load: fix usage message to note that '=' is required for options
3056   * altos/test: Add dependencies in the Makefile for ao_flight_test
3057   * altos/test: auto-configure acceleration parameters from the log file
3058
3059   [ Anthony Towns ]
3060   * ao_radio: generalise setup of packet size
3061   * src/ao_gps_skytraq: simplify parsing code
3062   * src/ao_gps_skytraq.c: Update logging rate to 10Hz
3063
3064   [ Bdale Garbee ]
3065   * tie bringup scripts to Bdale's bench TeleDongle
3066
3067  -- Bdale Garbee <bdale@gag.com>  Fri, 01 Apr 2011 20:02:12 -0600
3068
3069 altos (0.9) unstable; urgency=low
3070
3071   [ Bdale Garbee ]
3072   * prepare to release
3073   * update changelogs for Debian build
3074   * update turnon script to prefer TeleDongle as programmer
3075
3076   [ Keith Packard ]
3077   * altos: Program default flight log max value for new boards
3078
3079  -- Bdale Garbee <bdale@gag.com>  Wed, 19 Jan 2011 12:46:47 -0700
3080
3081 altos (0.8.1+81+g4ae724f) unstable; urgency=low
3082
3083   * we need an install target to prevent parent dir make from failing
3084
3085  -- Bdale Garbee <bdale@gag.com>  Tue, 18 Jan 2011 23:55:36 -0700
3086
3087 altos (0.8.1+79+g9a5666f) unstable; urgency=low
3088
3089   [ Keith Packard ]
3090   * doc: Don't delete telemetrum-outline.pdf
3091   * doc: Add v0.9 features from altosui to documentation.
3092
3093   [ Bdale Garbee ]
3094   * add 0.9 revision entry, with caveat about telemetry format change
3095   * freshen copyright year
3096
3097   [ Keith Packard ]
3098   * fat: Add firmware for v1.1 and docs to mac/windows/linux installers
3099   * fat: Add docs to Linux package
3100   * doc: Build with 'make all' from top level. Build with 'make fat'
3101
3102  -- Bdale Garbee <bdale@gag.com>  Tue, 18 Jan 2011 23:47:52 -0700
3103
3104 altos (0.8.1+71+gda42f40) unstable; urgency=low
3105
3106   [ Keith Packard ]
3107   * doc: Add telemetrum mounting template in svg and pdf forms
3108
3109   [ Mike Beattie ]
3110   * Re-order and re-arrange eeprom download dialog
3111   * Convert EepromSelect dialog to use a GridBag
3112   * Close serial port if Download/Delete dialog is cancelled.
3113
3114   [ Keith Packard ]
3115   * altosui: Reset eeprom download instance variables before reading
3116     flight
3117   * altosui: Make serial debug more complete and accurate
3118   * altosui: Use long input flush timeout when remote.
3119   * altosui: Remove debug message when eeprom downloads are complete.
3120   * altosui: Ensure serial device is closed after eeprom download
3121     finishes
3122   * altosui: Require 4 sats to light up the 'GPS locked' light.
3123   * doc: inkscape tracks the filename inside the document
3124   * altos: TELEMETRY PROTOCOL CHANGE. Switch to 16-bit serial numbers.
3125   * altos: Flush log when full
3126
3127   [ Anthony Towns ]
3128   * altos: Restructure skytraq NMEA parsing code to save some space
3129
3130   [ Keith Packard ]
3131   * altos: average 512 accel/baro samples at startup instead of 1000
3132
3133   [ Mike Beattie ]
3134   * altos: Added check for an accel value above 1.5g
3135   * altos: Added check for out of bounds accel
3136
3137   [ Keith Packard ]
3138   * altos: Add DATA_TO_XDATA to linux test harness
3139   * altosui: Remove spurious colons from eeprom selection headers
3140
3141   [ Mike Beattie ]
3142   * Rework invalid accel cal detection code
3143
3144   [ Keith Packard ]
3145   * altos: Auto-calibrate linux-based flight testing code
3146   * altos: Ensure flight code gets first crack at new ADC data
3147   * altos: Sample the accelerometer reference voltage on v1.1 boards
3148   * altos: Optimize fetching of ADC data in flight code
3149   * altos: Use 5V reference data to correct accelerometer measurements.
3150   * doc: Remove mention of ao_wake_task
3151
3152   [ Bdale Garbee ]
3153   * update documentation to reflect reality that modifying a board for
3154     separate pyro battery is not trivial
3155
3156  -- Bdale Garbee <bdale@gag.com>  Tue, 18 Jan 2011 17:26:33 -0700
3157
3158 altos (0.8.1+42+g646e192) unstable; urgency=low
3159
3160   [ Keith Packard ]
3161   * altosui: Show dialog after successful delete or when no flights
3162   * altosui: Ensure serial line is flushed after disabling remote link
3163   * altosui: Add preference for serial debugging.
3164
3165  -- Bdale Garbee <bdale@gag.com>  Fri, 14 Jan 2011 18:00:51 -0700
3166
3167 altos (0.8.1+37+g97b1ca9) unstable; urgency=low
3168
3169   [ Keith Packard ]
3170   * altos: Add configuration parameter for maximum flight log size
3171   * altos: support storage of multiple flights.
3172   * altos: Speed up at45 and 25lc erase speeds
3173   * altos: white space fix
3174   * altos: report flight log offsets in hex block numbers instead of
3175     bytes
3176   * altos: ensure erase mark is written when erasing flights
3177
3178   [ Anthony Towns ]
3179   * altos: Optimize Morse code generation
3180
3181   [ Keith Packard ]
3182   * altos: Check requested log max size against available space
3183   * altos: Check for full log and complain
3184   * altosui: Add configuration of flight log size
3185
3186   [ Anthony Towns ]
3187   * altos: Remove unused accel_vel_mach and accel_vel_boost variables
3188   * altos: Remove redundant initialization of ao_interval variables
3189
3190   [ Keith Packard ]
3191   * altosui: Split eeprom download code apart
3192   * altos: oops -- 'e' command was only showing 7 of the 8 bytes per
3193     line
3194   * altosui: Add support for parsing list of flights from the 'l'
3195     command
3196   * altosui: Add eeprom 'manage' ui to download and delete multiple
3197     flights
3198   * altos: check for valid flight number in ao_log_delete
3199
3200  -- Bdale Garbee <bdale@gag.com>  Fri, 14 Jan 2011 14:30:37 -0700
3201
3202 altos (0.8.1+18+g408a3e0) unstable; urgency=low
3203
3204   [ Anthony Towns ]
3205   * altosui: move maps to subdir, fix E/W mismatch
3206
3207   [ Keith Packard ]
3208   * altos: clean up radio abort paths. Share radio code.
3209   * altos: eliminate ao_wake_task
3210   * windows: Add compatibility IDs to telemetrum.inf
3211   * windows: Update NSIS installer file to use compatibility IDs
3212   * altos: Split out SPI driver.
3213   * altos: Add telemetrum-v1.1 directory
3214   * altos: packet and usb i/o routines use 'char', not 'uint8_t'
3215   * altos: Simplify storage API
3216   * altos: Require manual flight erasing.
3217   * altos: Move common storage code to ao_storage.c. Add M25P80 driver
3218   * altos: Rip out 'optimization' in ao_log_scan
3219   * altos: Mark end of available flight list with 'done' to make the UI
3220
3221  -- Bdale Garbee <bdale@gag.com>  Fri, 07 Jan 2011 00:51:41 -0700
3222
3223 altos (0.8.1+4+gea95c06) unstable; urgency=low
3224
3225   * fix symlink paths in rules file
3226
3227  -- Bdale Garbee <bdale@gag.com>  Wed, 01 Dec 2010 00:14:24 -0700
3228
3229 altos (0.8.1+2+gea7130e) unstable; urgency=low
3230
3231   * modify Debian package build to deliver one copy of background.png
3232     for
3233
3234  -- Bdale Garbee <bdale@gag.com>  Wed, 01 Dec 2010 00:03:14 -0700
3235
3236 altos (0.8.1) unstable; urgency=low
3237
3238   [ Bdale Garbee ]
3239   * moved doc dir in web content to AltOS tree
3240   * fix publish target in doc/Makefile
3241   * fix section layering
3242   * fix an Altos vs Altus typo in the docs
3243   * adding Bdale's release process document to the source tree
3244
3245   [ Keith Packard ]
3246   * windows: Add jfreechart.jar and jcommon.jar to windows install image
3247   * Move "Releasing" to top level
3248   * Add minimal release testing plan to Releasing
3249
3250   [ Bdale Garbee ]
3251   * releasing 0.8.1
3252
3253  -- Bdale Garbee <bdale@gag.com>  Mon, 29 Nov 2010 21:46:54 -0700
3254
3255 altos (0.8) unstable; urgency=low
3256
3257   [ Keith Packard ]
3258   * altosui: Correct windows hardware IDs for nsis installer file
3259   * windows: try harder to get windows install to work
3260   * windows: remove some non-existent .inf file section references
3261   * windows: more .inf file hacking
3262   * windows: Bump .inf file version
3263
3264   [ Bdale Garbee ]
3265   * declaring 0.8 released
3266   * update changelogs for Debian build
3267   * update changelogs for Debian build
3268   * rewind changelog to recover from stupid build failure
3269
3270  -- Bdale Garbee <bdale@gag.com>  Sun, 28 Nov 2010 18:32:12 -0700
3271
3272 altos (0.7.1+168+gcb08bc2) unstable; urgency=low
3273
3274   [ Keith Packard ]
3275   * altosui: Split out flight monitoring to separate window
3276   * altosui: Create buttons for main actions
3277   * altosui: Fix channel setting at serial open time
3278   * altosui: Fix more calls to AltosPreferences.channel()
3279   * altosui: Create abstract interface for flight data display
3280   * altosui: Add tab UI with 'pad' mode.
3281   * altosui: Add ascent, descent and landed tabs
3282
3283   [ Bob Finch ]
3284   * Updated PKGBUILD-git.altos
3285
3286   [ Keith Packard ]
3287   * altos: Use grey leds when unlit - easier to see
3288
3289   [ Anthony Towns ]
3290   * use value_font for values
3291   * add --replay command line argument
3292   * read preferences for --replay
3293   * reduce font size for FlightInfoTable
3294   * use grayled.png for off
3295   * add compass bearing to voice output
3296   * add compass bearing during descent
3297   * add site map tab, at least for QRS launches
3298   * tabs -> spaces
3299   * make infotable scrollable, revert its fontsize to 14
3300   * pull up maps for arbitrary locations
3301   * better error behaviour if no map
3302
3303   [ Bdale Garbee ]
3304   * first cut at instructions on how to re-flash TM and TD devices based
3305     on email
3306   * fold in content from Keith's email on the re-flashing subject
3307
3308   [ Keith Packard ]
3309   * altosui: Add RF calibration to TeleMetrum config dialog
3310
3311   [ Anthony Towns ]
3312   * AltosTelemetryReader: actually open serial port
3313   * AltosSiteMap: add targeting circles around landing site
3314
3315   [ Bdale Garbee ]
3316   * continuing to work on the docs
3317
3318   [ Keith Packard ]
3319   * altosui: Eliminate unncessary import altosui lines
3320   * altosui: Open serial device at 'new' time. Prohibit duplicate opens.
3321   * altosui: Replace flight status table with labels, fix resize.
3322   * altosui: With --replay option, exit when replay window is closed
3323   * altosui: oops, missed a file in the previous commit
3324   * altosui: eliminate menu bar, moving elements to buttons.
3325   * altosui: add reboot button to telemetrum configuration UI
3326
3327   [ Bdale Garbee ]
3328   * add a paragraph about forcing TM back to idle mode if an accel cal
3329     goes badly
3330
3331   [ Keith Packard ]
3332   * altosui: Add callsign configuration in AltosUI configuration dialog
3333   * altosui: Cleanup flight UI layout
3334   * altosui: Add igniter status to ascent and descent tabs
3335
3336   [ Anthony Towns ]
3337   * altosui: tile site maps
3338   * AltosSiteMapTile: autoscale to about 2 nmi per tile
3339   * AltosSiteMapTile: adjust centering calculation
3340   * AltosSiteMapTile: adjust scale to 1 nmi per tile
3341
3342   [ Keith Packard ]
3343   * altosui: Add igniter ground testing code
3344   * altosui: Unify datafile selection to AltosDataChooser
3345   * altosui: Clean up global AltosUI configuration settings dialog
3346   * doc: Add preliminary altosui documentation
3347   * doc: git ignore generated doc files
3348   * doc: Document the 'Flash Image' operation.
3349   * altosui: Use timeouts to recover from broken packet links.
3350
3351   [ Bdale Garbee ]
3352   * update turnon scripts to use stashed copies of stable release
3353     firmware
3354
3355   [ Keith Packard ]
3356   * altosui: switch channel selector to combo box. Shorten displayed
3357     device names
3358   * altosui: When switching log files, don't terminate log thread
3359   * altosui: calling thread.interrupt with null thread doesn't work well
3360   * altosui: Initialize display thread state in constructor instead of
3361     run
3362   * altosui: Fix channel changing in flight UI to actually work
3363
3364   [ Anthony Towns ]
3365   * AltosSiteMap: add autoscroll and grabndrag scroll
3366   * AltosSiteMapTile: seperate map and drawing layers
3367   * AltosSiteMap: automatic fetching of map data
3368   * AltosSiteMapTile: draw boost circle as well as landed
3369   * AltosAscent/Descent: tidy up layout
3370   * AltosDescent: switch elev from height to range
3371
3372   [ Keith Packard ]
3373   * altosui: re-indent
3374
3375   [ Anthony Towns ]
3376   * AltosSiteMap: major refactoring
3377   * Add GrabNDrag.java
3378
3379   [ Keith Packard ]
3380   * altosui: change descent tab formatting to four columns
3381
3382   [ Anthony Towns ]
3383   * AltosSiteMap: be more polite about preferred size
3384   * altosui: reindent
3385
3386   [ Keith Packard ]
3387   * altosui: Rewrite info table to mix with scroll pane well. Fix
3388     startup size
3389
3390   [ Anthony Towns ]
3391   * AltosSiteMap: better gps check, lower zoom
3392
3393   [ Keith Packard ]
3394   * altosui: Set site map flight path lines to 6 pixels anti-aliased.
3395
3396   [ Anthony Towns ]
3397   * AltosSiteMap: explain tile size better
3398   * AltosSiteMap: extend map if rocket goes far away
3399   * AltosSiteMap: try to get new tile construction right
3400   * AltosSiteMap: thread safe tile addition
3401   * AltosSiteMap: refactor tile collection
3402   * AltosSiteMap: never accept 0,0 as lat/long
3403   * AltosSiteMap: limit nr of tiles to 200x200
3404
3405   [ Keith Packard ]
3406   * altosui: When fixing eeprom gps time information, make GPS data
3407     valid
3408
3409   [ Anthony Towns ]
3410   * AltosSiteMap: ensure buffer around active tile
3411   * altosui: improve sitemap scrolling behaviour
3412   * altosui: keep sitemap more centred on rocket
3413
3414   [ Keith Packard ]
3415   * altos: Add on/off modes to 'C' command
3416
3417   [ Bob Finch ]
3418   * Added PKGBUILDs for deps into contribs
3419
3420   [ Keith Packard ]
3421   * altosui: Close serial port when debug link fails
3422   * altos: assume igniter worked.
3423
3424   [ Bdale Garbee ]
3425   * add a rudimentary --help for command line use
3426
3427   [ Keith Packard ]
3428   * doc: Add internal documentation for AltOS
3429
3430   [ Anthony Towns ]
3431   * altosui: don't switch away from user selected tab
3432   * altosui: sitemap uses rocket gps if no pad gps
3433
3434   [ Bdale Garbee ]
3435   * merge Keith's AltosUI documention into "the big book"
3436   * lose the placeholder on how GPS works, as it's going to be a
3437
3438   [ Keith Packard ]
3439   * altos: remove unused variable from ao_igniter
3440   * altos: Don't abort radio transmissions with ao_radio_abort
3441   * altos: Make radio test command careful with the radio mutex.
3442   * altosui: Make AltosSerial.flush_input keep reading while non-empty
3443   * altosui: New AltosSerial.set_radio function sets channel/call
3444   * altosui: Disable radio configation over packet link.
3445   * altosui: Let people fire igniters that don't read as 'ready'
3446   * altosui: Make sure packet mode is turned off when the connection
3447     fails
3448
3449   [ Anthony Towns ]
3450   * docs: Document altosui "Graph Data" button
3451
3452   [ Keith Packard ]
3453   * Move altosui to the top level, placing libaltos inside it.
3454
3455   [ Anthony Towns ]
3456   * doc: Document altosui "Site Map" tab
3457
3458   [ Keith Packard ]
3459   * Missing change to top level Makefile to build altosui
3460
3461   [ Bdale Garbee ]
3462   * fix missing section close in Site Map content
3463   * tweak rev history
3464   * manually fold in documentation work from the master branch
3465
3466   [ Keith Packard ]
3467   * doc: Reformat altos to use sections for each function
3468   * doc: Add more authors, fix URL formatting, note that AltosUI
3469     actually exists
3470   * doc: Rename telemetrum-doc as altusmetrum
3471
3472   [ Bdale Garbee ]
3473
3474  -- Bdale Garbee <bdale@gag.com>  Thu, 25 Nov 2010 01:10:18 -0700
3475
3476 altos (0.7.1+36+g811ced6) unstable; urgency=low
3477
3478   [ Bdale Garbee ]
3479   * remove the csv build dep, as that code will be abandoned
3480
3481   [ Keith Packard ]
3482   * altosui: Remove ability to graph data in .csv files
3483   * altosui: Separate out jfreechart and jcommon directories
3484
3485  -- Bdale Garbee <bdale@gag.com>  Wed, 06 Oct 2010 17:47:32 -0600
3486
3487 altos (0.7.1+32+g8103432) unstable; urgency=low
3488
3489   * add build-dep on libcsv-java
3490
3491  -- Bdale Garbee <bdale@gag.com>  Wed, 06 Oct 2010 16:25:57 -0600
3492
3493 altos (0.7.1+28+gd8a2f4c) unstable; urgency=low
3494
3495   [ Bdale Garbee ]
3496   * make the column headers comma separated, too, so they align with the
3497     data
3498
3499   [ Keith Packard ]
3500   * altosui: set default .csv file name in file save dialog
3501   * altosui: Remember directory containing firmware files
3502
3503   [ Anthony Towns ]
3504   * Add graphing.
3505   * Add JFreeChart to Makefile.am
3506
3507   [ Keith Packard ]
3508   * altosui: Use recorded ground acceleration when reading eeprom files
3509   * altosui: Write raw sensor data to .csv files
3510   * altosui: Factor some UI elements into separate classes
3511   * altosui: remove unused ReplayThread wrapper classes
3512   * altosui: Require 4 sats for 'good' GPS data
3513   * altosui: Create iterables for log file scanning. Split out display
3514     threads
3515   * altosui: .CSV output: add link quality, gps hdop and sat C/N0
3516     numbers
3517   * altosui: Deal with eeprom dates going backwards across wrap
3518
3519   [ Anthony Towns ]
3520   * Hax0r graphing to support telem/eeprom files
3521
3522   [ Keith Packard ]
3523   * altosui: use Altos constants in graphing code
3524
3525   [ Anthony Towns ]
3526   * Add callsign/serial/flight to graph title
3527
3528   [ Keith Packard ]
3529   * altosui: Add KML file export.
3530
3531   [ Bdale Garbee ]
3532   * add build dep on jfreechart lib
3533
3534  -- Bdale Garbee <bdale@gag.com>  Wed, 06 Oct 2010 16:19:12 -0600
3535
3536 altos (0.7.1) unstable; urgency=low
3537
3538   [ Keith Packard ]
3539   * Add firmware and libaltos to 'fat' target at top-level
3540   * altosui: Remove some debug printfs.
3541   * altosui: libaltos.so is built with libtool -- it's in
3542     ../libaltos/.libs
3543   * Add --with-fat-dir configure option to publish finished stand-alone
3544     bits
3545   * altosui: Fix telemetry file reader to handle tick count wrapping
3546   * altosui: Remove debug printfs from AltosTelemetryReader
3547   * altosui: Fill in time value of last Eeprom record read from file
3548   * altosui: Stop parsing eeprom file after hitting 'landed' state
3549
3550  -- Bdale Garbee <bdale@gag.com>  Fri, 10 Sep 2010 00:09:02 -0600
3551
3552 altos (0.7+96+g48f5799) unstable; urgency=low
3553
3554   [ Keith Packard ]
3555   * altosui: conflating USB product and vendor IDs is a bad idea
3556
3557  -- Bdale Garbee <bdale@gag.com>  Thu, 09 Sep 2010 21:29:13 -0600
3558
3559 altos (0.7+94+g1ac3d7e) unstable; urgency=low
3560
3561   * initial cut at an altosui man page
3562
3563  -- Bdale Garbee <bdale@gag.com>  Thu, 09 Sep 2010 20:34:38 -0600
3564
3565 altos (0.7+92+g0ea7576) unstable; urgency=low
3566
3567   [ Bdale Garbee ]
3568   * handle versioning of ihx files (poorly) by just wildcarding the file
3569     name
3570
3571   [ Keith Packard ]
3572   * altosui: Need to have JVM include path substituted into libaltos
3573     Makefile
3574   * altosui: Store libaltos.so in $(libdir)/altos
3575   * altosui: Display error dialog when AltOS JNI library can't be loaded
3576
3577  -- Bdale Garbee <bdale@gag.com>  Thu, 09 Sep 2010 20:05:44 -0600
3578
3579 altos (0.7+86+g6c0ae7e) unstable; urgency=low
3580
3581   [ Keith Packard ]
3582   * altosui: Add explicit requirement to create classes directory
3583   * altosui: fix telemetrum.inf FFFE:000A product names on AMD64 and
3584     ia64
3585   * altosui: hack to make JAVAROOT directory get created before javac
3586     runs
3587   * altosui: remove FATJAR from all-local to avoid building fat .jar
3588     file
3589
3590   [ Bdale Garbee ]
3591   * add libtool to build deps
3592
3593   [ Keith Packard ]
3594   * altosui: Add windows installer build using 'nsis'
3595   * altosui: ignore built files
3596   * altosui: oops. renamed the nsis file to altos-windows.nsi
3597   * icon: add some icons for application programs
3598   * altosui: Add icons to application and Windows menus.
3599   * Use autotools for altosui and libaltos
3600   * altos: add some SDCDB config files
3601   * Ignore libtool files.
3602   * Add version numbers to released files. Set version to 0.7.1
3603   * Add top-level 'fat' target to aid building distribution files
3604   * altosui: Fix windows installer to ship correct files
3605   * altosui: Fix up Mac OSX .zip file
3606   * altosui: Fix linux fat distribution
3607   * altosui: Return AO_LOG_INVALID instead of exception for eeprom files
3608   * altosui: Remove debugging printf from AltosEepromReader
3609   * altosui: Eeprom files contain only one date; save it.
3610   * altosui: Add elevation and range data to main display
3611   * altosui: When replay thread is interrupted, don't make final report
3612   * altosui: Start idle thread after the rocket leaves the pad
3613   * altosui: Add AltosVoice.drain() to wait for queued speech to finish
3614   * altosui: Prevent voice altitude data from queueing up
3615   * altosui: Use local .class files in the classpath
3616   * altosui: Record flight number when scanning file, not when running
3617   * altosui: eeprom files place 'boost' time in the flight number
3618     record.
3619   * altosui: ensure that 'altosui' script is installed. Pass arguments
3620     along.
3621
3622  -- Bdale Garbee <bdale@gag.com>  Thu, 09 Sep 2010 15:43:28 -0600
3623
3624 altos (0.7+53+g59798c6) unstable; urgency=low
3625
3626   [ Keith Packard ]
3627   * altosui: Abort flashing if debug port isn't working
3628   * altosui: allow flashing to be canceled from the rom config dialog
3629   * altosui: Hide internal rom config UI helper function
3630   * altosui: Remove some debug printfs from AltosRomconfig class
3631   * altosui: Post error dialog on invalid ROM config values.
3632   * altosui: build Mac OS .zip file to include paths
3633   * altosui: Report telemetry CRC errors in UI
3634   * altosui: Deal with altos bug setting radio channel while monitoring
3635   * altosui: Allow 'connect to device' when already connected
3636   * Revert "altosui: Deal with altos bug setting radio channel while
3637     monitoring"
3638   * altosui: Must flush serial line after configuring for telemetry
3639   * altosui: Catch I/O errors on telemetry device, report to user
3640
3641  -- Bdale Garbee <bdale@gag.com>  Sat, 04 Sep 2010 00:46:12 -0400
3642
3643 altos (0.7+40+g59a40f6) unstable; urgency=low
3644
3645   [ Bdale Garbee ]
3646   * add distclean targets to libaltos and altosui to all Debian package
3647     to build, and clean up other distclean content as needed
3648
3649   [ Keith Packard ]
3650   * altosui: missed AltosReader.class in the Makefile
3651   * altos: Bounds check Skytraq GPS tracking data array
3652   * altosui: Remove Manifest.txt from git repo as it's built now
3653
3654  -- Bdale Garbee <bdale@gag.com>  Thu, 02 Sep 2010 00:44:15 -0400
3655
3656 altos (0.7+28+gd006c5e) unstable; urgency=low
3657
3658   * add runtime dependencies for altos binary package
3659
3660  -- Bdale Garbee <bdale@gag.com>  Tue, 31 Aug 2010 00:20:00 -0400
3661
3662 altos (0.7+26+gc35632e) unstable; urgency=low
3663
3664   * don't build all the "fat" jar deliverables by default
3665
3666  -- Bdale Garbee <bdale@gag.com>  Mon, 30 Aug 2010 19:37:40 -0600
3667
3668 altos (0.7+23+g25764fc) unstable; urgency=low
3669
3670   [ Bdale Garbee ]
3671   * fix up for an 0.7 release
3672   * update changelogs for Debian build
3673
3674   [ Keith Packard ]
3675   * libaltos: AltusMetrum devices use more than one USB ID.
3676   * altosui: provide separate flush_input/flush_output for serial. deal
3677     with monitor automatically
3678   * altosui: discard invalid lines while reading Eeprom flight data
3679   * libaltos: Mac OS X cannot use 'poll(2)' on serial lines.
3680   * libaltos: Missing OS_LDFLAGS on cjnitest build
3681   * libaltos: cjnitest needs altos_flush now
3682   * altos: flush pending output when terminating packet mode
3683   * altos: Abort radio harder when terminating packet mode.
3684   * altos: shut down packet mode cleanly
3685   * libaltos: Fix windows build.
3686   * libaltos: Improve Makefile
3687   * Update telemetrum.inf to include all current USB ids.
3688   * libaltos: Add pre-built Mac OS X libaltos.dylib
3689   * libaltos: Add pre-built Windows .dll
3690   * altos: Windows sends USB Out packets of 0 length. Ack them.
3691   * libaltos: Use overlapped I/O on windows
3692   * altosui: Build linux, mac and windows archives on Linux
3693   * altosui: build debian-style altosui too
3694   * altosui: Devices with USB id 0x000a always get listed
3695
3696   [ Bdale Garbee ]
3697   * continue even if rm's don't have anything to do
3698   * make invocation of 'install' pathless to work on more Unix variants
3699   * add a .gitattributes file, configuring the Mac and Windows binary
3700     library
3701
3702  -- Bdale Garbee <bdale@gag.com>  Mon, 30 Aug 2010 19:07:13 -0600
3703
3704 altos (0.7) unstable; urgency=low
3705
3706   * update changelogs for Debian build
3707   * fix up for an 0.7 release
3708
3709  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 22:25:38 -0600
3710
3711 altos (0.6+375+g0bd4cc0) unstable; urgency=low
3712
3713   * fix path to installed shared library
3714
3715  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 13:13:14 -0600
3716
3717 altos (0.6+373+gcf65c6b) unstable; urgency=low
3718
3719   [ Keith Packard ]
3720   * altosui: rename AltosEeprom -> AltosEepromDownload, split out Altos
3721     constants
3722   * altosui: Capture config and version info in .eeprom files
3723   * altosui: Merge gps date and time classes into gps class
3724   * altosui: Clear displayed data rows as needed.
3725   * altosui: Split status and info panels into separate files
3726   * altosui: Explicitly initialize Altos class
3727   * altosui: Split flight record out of telemetry class
3728   * altosui: Compute flight state from eeprom data
3729   * altosui: Add comments to Eeprom reader
3730   * altos: add callsign to packet mode, increase payload to 64 bytes
3731   * altosui: Start adding code to write csv files from eeprom/telem
3732     files
3733   * ao-dumplog: add --channel option (for use with -R option)
3734   * libaltos: integrate Windows support.
3735   * altosui: Select devices by USB vendor/product ID.
3736   * altos: Define USB product ID in per-product Makefile.defs file
3737   * altosui: Make teledongle callsign configurable
3738   * altosui: Add TeleMetrum configuration
3739   * altosui: Set callsign when fetching eeprom data over the air
3740
3741   [ Bdale Garbee ]
3742   * add freetts as a build dep
3743   * working on java packaging details
3744
3745   [ Keith Packard ]
3746   * altosui: Add .ihx file reading code and stub out flashing UI
3747   * altosui: Add debug dongle API, split flash UI out
3748   * ao-dumplog: Fix --remote and --channel options to actually work
3749   * altosui: pad TM config dialog values to avoid clipping descenders
3750   * libaltos: use pipe to wake up getchar on close. use mutexes
3751   * altosui: Add lots more cc1111 debug interface functions
3752   * altosui: remove debug printf from AltosHexfile
3753   * altosui: flush serial output before waiting for reply
3754   * altosui: Remove debug printf from AltosRomconfig
3755   * altosui: Finish device programming code
3756   * altos: Place rom config variables in fixed location
3757   * altosui: make default Manifest look for built-in freetts
3758   * altosui: Separate out log file choosing dialog to share with CSV
3759     generator
3760   * altosui: refactor logfile chooser dialog to share more code
3761   * altosui: Add ability to create CSV file from telem or eeprom files
3762   * altosui: disable radio monitoring while using serial line for
3763     debugging
3764   * altosui: Delay mapping Flash UI until flashing actually starts
3765   * altosui: fetch existing romconfig for flashing
3766   * altosui: always display romconfig ui while flashing
3767   * altosui: write USB serial number string while flashing
3768   * altosui: flush replies from serial link when entering debug mode
3769   * altos: always rebuild ao_product.c to track git version
3770   * altos: print GPS state flags in GPS 'g' command
3771   * altos: mark gps date written only after it gets into eeprom
3772   * altosui: Move number parsing code to Altos general class
3773   * altosui: Add AltosGreatCircle constructors
3774   * altosui: add rssi and distance/dir from pad to CSV files
3775   * altosui: AltosEepromReader was mis-setting boost tick
3776   * altosui: Add support for old (version < 3) telemetry files
3777   * altosui: Serial line is in UTF-8 encoding. Deal with it.
3778   * altosui: When parsing saved telem files, errors shouldn't abort file
3779   * altosui: Remove debug printf from AltosState.java
3780   * altosui: command line args are converted to csv format
3781   * altos: prepare for sdcc 2.9.1
3782
3783   [ Bdale Garbee ]
3784   * add a dummy install target
3785   * lose the prebuild hook for now while I'm fumbling
3786   * add install target for libaltos
3787   * add an install target for altosui
3788
3789   [ Keith Packard ]
3790   * altosui: add elevation and range information
3791
3792   [ Bdale Garbee ]
3793   * fix up the wrapper's path to the jar file
3794   * update Debian standards version
3795   * fix permissions on installed jar file, switch from ao-view to
3796     altosui in
3797   * install altosui man page
3798   * fix man page delivery path
3799   * Revert "lose the prebuild hook for now while I'm fumbling"
3800
3801  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 12:40:04 -0600
3802
3803 altos (0.6+303+gb6da90b) unstable; urgency=low
3804
3805   * add freetts as a build dep
3806   * move to science menu
3807   * working on java packaging details
3808
3809  -- Bdale Garbee <bdale@gag.com>  Wed, 11 Aug 2010 22:11:28 -0400
3810
3811 altos (0.6+292+g8fc261c) unstable; urgency=low
3812
3813   * see if my new freetts package works
3814
3815  -- Bdale Garbee <bdale@gag.com>  Sat, 31 Jul 2010 10:55:21 -0600
3816
3817 altos (0.6+290+g7877496) unstable; urgency=low
3818
3819   [ Keith Packard ]
3820   * altosui: check for closed serial device before reading
3821   * altosui: Remove unnecessary freetts .jar files
3822   * altosui: Close serial, join reader thread, free altos_file
3823   * altosui: remove debug printf
3824   * libaltos: build with java src encoding UTF8
3825   * altosui: construct Darwin application directory
3826   * Add Mac OS X packaging bits
3827   * altosui: Switch eeprom extension back to .eeprom
3828   * Moved Mac OS packaging to altosui dir
3829   * altosui: remove option to install to alternate volume
3830   * Make altosui test script executable
3831
3832  -- Bdale Garbee <bdale@gag.com>  Thu, 29 Jul 2010 13:30:19 -0600
3833
3834 altos (0.6+277+gd184819) unstable; urgency=low
3835
3836   [ Bdale Garbee ]
3837   * fix text since TM only has one led to blink
3838   * add swig as a build dep
3839   * add a jdk to the build deps
3840
3841   [ Keith Packard ]
3842   * When the EP0 IN buffer is full, don't panic, just skip sending
3843     another
3844   * Add libaltos which talks to USB connected altos devices
3845   * Switch AltosUI to libaltos for device access
3846   * Present list of altos devices in nice format
3847   * Re-enable freetts
3848   * Re-enable Linux support for altosui.
3849   * Darwin doesn't have strndup.
3850   * libaltos needs -I. on all systems
3851   * libaltos: make clean remove all built files
3852   * libaltos: build fat 10.5-compatible library
3853   * Add Mac OS X packaging files for altosui
3854   * Add application icons for Mac OS X
3855   * Clean up altosui build a bit
3856   * Remove directories as .class file dependencies; it makes them get
3857     rebuilt all the time
3858   * Java clean ups -- use varargs where possible, remove
3859     AltosSerialReader
3860   * Java voice reporting cleanups.
3861   * Force java source encoding to UTF-8
3862   * Make ao_log_data re-entrant as it is used for both sensor and GPS
3863     logs
3864   * altosui: Catch errors opening USB devices. Limit list to relevant
3865     devices
3866   * Make voice and channel menus work.
3867   * Add voice test command for help in adjusting volume.
3868   * Remove debug printf
3869   * altosui: Add eeprom data capture function. No UI yet.
3870   * altosui: Add progress bar for eeprom downloading status
3871   * altosui: Fix Save flight data monitor layout, add cancel
3872   * altosui: Replace device dialog. Center eeprom monitor.
3873   * altosui: report rocket ground bearing at landing only if known
3874   * Reset GPS ready status when GPS comes unlocked on the pad
3875
3876  -- Bdale Garbee <bdale@gag.com>  Thu, 29 Jul 2010 12:50:40 -0600
3877
3878 altos (0.6+236+gcd8aa79) unstable; urgency=low
3879
3880   [ Keith Packard ]
3881   * Telemetry code was mis-computing RSSI
3882   * Switch DBG pins to GPIO when using any debug commands. Reboot to
3883     restore.
3884
3885   [ Bdale Garbee ]
3886   * significant documentation update
3887   * add build dep for sndfile
3888   * reflect documentation file name change
3889   * update to latest Debian standards version
3890
3891  -- Bdale Garbee <bdale@gag.com>  Tue, 20 Jul 2010 22:24:14 -0600
3892
3893 altos (0.6+224+g4766b13) unstable; urgency=low
3894
3895   [ Bdale Garbee ]
3896   * documentation updates from Bob
3897
3898   [ Mike Beattie ]
3899   * Extension to KML output format, and minor bug fix
3900
3901   [ Keith Packard ]
3902   * ao-view: disable radio telemetry monitoring during channel change
3903   * Add special code for USB panic's.
3904   * ao-postflight: was walking off state.data array
3905   * Abort any in-progress radio operation when changing radio channel
3906
3907  -- Bdale Garbee <bdale@gag.com>  Thu, 24 Jun 2010 12:37:34 -0700
3908
3909 altos (0.6+214+g16c4cae) unstable; urgency=low
3910
3911   [ Bdale Garbee ]
3912   * updates including a typo fix from Bob Finch to the PKGBUILD-git.altos
3913   * merge a derivative of Bob Finch's mere mortals guide as getting started
3914   * merge the altusmetrum-themes package
3915
3916   [ Keith Packard ]
3917   * Fix telemetrum.inf, tested by Adrian and Keithp
3918   * Finish basic flight monitoring UI with voice using FreeTTS
3919
3920  -- Bdale Garbee <bdale@gag.com>  Tue, 18 May 2010 00:24:40 -0600
3921
3922 altos (0.6+204+g6bd8513) unstable; urgency=low
3923
3924   * lose the quotes since they apparently aren't necessary
3925
3926  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 19:53:58 -0600
3927
3928 altos (0.6+202+gae6854d) unstable; urgency=low
3929
3930   * update desktop file for conformance with current standards
3931
3932  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 17:04:31 -0600
3933
3934 altos (0.6+200+g68eaaa6) unstable; urgency=low
3935
3936   * add initial package build scripts for Arch Linux from Bob Finch
3937   * add desktop file provided by Bob Finch
3938
3939  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 16:44:27 -0600
3940
3941 altos (0.6+195+gcde60f1) unstable; urgency=low
3942
3943   * Revert "Merge remote branch 'remotes/origin/fix-reset'"
3944
3945  -- Bdale Garbee <bdale@gag.com>  Thu, 06 May 2010 13:59:16 -0600
3946
3947 altos (0.6+193+g314d27a) unstable; urgency=low
3948
3949   [ Keith Packard ]
3950   * Don't change dbg clock while changing reset_n. Use 20ms everywhere
3951
3952  -- Bdale Garbee <bdale@gag.com>  Thu, 06 May 2010 12:47:51 -0600
3953
3954 altos (0.6+190+g8b6767e) unstable; urgency=low
3955
3956   [ Keith Packard ]
3957   * Fix all stdio reading functions to be __critical
3958   * Use ao_delay to sleep for 2 seconds instead of trying ao_sleep
3959
3960  -- Bdale Garbee <bdale@gag.com>  Wed, 05 May 2010 02:34:06 -0600
3961
3962 altos (0.6+187+g8702f49) unstable; urgency=low
3963
3964   [ Bdale Garbee ]
3965   * more text created during SFO->DEN flight
3966   * initial attempt at a telemetrum turn on script .. needs work
3967
3968   [ Keith Packard ]
3969   * Revert "Add optional 's' command to packet slave to enable/disable
3970     slave mode"
3971   * Disable interrupts while reading from stdin
3972
3973  -- Bdale Garbee <bdale@gag.com>  Wed, 05 May 2010 01:52:27 -0600
3974
3975 altos (0.6+180+g99094f0) unstable; urgency=low
3976
3977   [ Keith Packard ]
3978   * Increase reset switch time to 100ms
3979   * Add optional 's' command to packet slave to enable/disable slave
3980     mode
3981   * More ALtosUI changes
3982   * Autodetect flite voice registration function
3983
3984   [ Bdale Garbee ]
3985   * capture work done on SFO->DEN flight
3986   * add some RF usage information from an email reply sent today, and
3987     re-indent
3988
3989  -- Bdale Garbee <bdale@gag.com>  Tue, 27 Apr 2010 00:17:57 -0600
3990
3991 altos (0.6+171+g9394393) unstable; urgency=low
3992
3993   [ Bdale Garbee ]
3994   * wrong Yaesu model
3995
3996   [ Keith Packard ]
3997   * Only have the slave return a packet if it received one.
3998
3999  -- Bdale Garbee <bdale@gag.com>  Sat, 10 Apr 2010 15:01:04 -0600
4000
4001 altos (0.6+168+gc0ee1ae) unstable; urgency=low
4002
4003   [ Bdale Garbee ]
4004   * INSTALL file changed by auto tools
4005
4006   [ Keith Packard ]
4007   * libflite may forget to reference libasound
4008
4009  -- Bdale Garbee <bdale@gag.com>  Fri, 09 Apr 2010 00:08:24 -0600
4010
4011 altos (0.6+164+g5c3b6e2) unstable; urgency=low
4012
4013   [ Keith Packard ]
4014   * Start adding java-based UI
4015   * Add telemetry data parsing code
4016   * Add Windows install .inf file
4017   * Fix windows install file
4018   * Add telem parsing code
4019   * Steal C code from ao-view
4020   * Display table of flight info. gps is not working yet though
4021   * Fix up table formatting
4022   * Fix status update
4023   * Fix state updates
4024   * Clean up GPS data formatting
4025   * Report current gps nsat, not last locked nsat
4026   * Remove GPS data missing from skytraq. Save max height/accel/speed
4027   * Remove unused cell renderer class
4028   * Make .jar file
4029   * Use RXTX for serial comm. Add logdir preference saving
4030   * Make ao_radio_idle keep trying to get the radio to idle.
4031   * Don't abort the radio when enabling telemetry monitoring
4032   * Clean up some altosui comments
4033   * Switch TeleMetrum from v0.2 to v1.0
4034   * Add Linux device discovery
4035   * Interrupt running replay thread when starting another replay
4036   * serial port read function cannot be interrupted. poll every 1 second
4037   * TD reports "not-connected" when GPS has 0 sats
4038   * Tasks may move in task structure as a result of ao_exit
4039   * Enable telemetry monitoring
4040   * Use 16-bit flite voice (which appears to have changed symbols
4041     recently)
4042   * When changing RESET line, delay 20ms
4043
4044   [ Bdale Garbee ]
4045   * choose a better set of docbook xsl files
4046
4047  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 19:56:27 -0600
4048
4049 altos (0.6+131+g6629ec5) unstable; urgency=low
4050
4051   * lose the url entirely for now
4052
4053  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:43:01 -0600
4054
4055 altos (0.6+129+g934434f) unstable; urgency=low
4056
4057   * fix typo in url
4058
4059  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:41:38 -0600
4060
4061 altos (0.6+127+g05ad583) unstable; urgency=low
4062
4063   * need another build dep
4064
4065  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:35:04 -0600
4066
4067 altos (0.6+125+g8f1d47e) unstable; urgency=low
4068
4069   * make lintian happy
4070   * tweak copyright assertion
4071   * crudely incorporate "day in the life" info from web page
4072   * rewrite urls in docbook format
4073
4074  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:28:04 -0600
4075
4076 altos (0.6+119+g00f49c8) unstable; urgency=low
4077
4078   [ Bdale Garbee ]
4079   * update changelogs for Debian build
4080   * move gbp.conf into debian/
4081   * initial harness for documentation
4082   * fix typo
4083
4084   [ Keith Packard ]
4085   * Round radio calibration value instead of truncating
4086   * Document the ao-dumplog '--remote' flag for radio-link downloads
4087
4088  -- Bdale Garbee <bdale@gag.com>  Tue, 30 Mar 2010 23:19:15 -0600
4089
4090 altos (0.6+108+g6e61170) unstable; urgency=low
4091
4092   [ Keith Packard ]
4093   * Need to duplicate new altitude conversion code in aoview.
4094
4095  -- Bdale Garbee <bdale@gag.com>  Thu, 04 Mar 2010 17:33:27 -0700
4096
4097 altos (0.6+106+ga1478f6) unstable; urgency=low
4098
4099   [ Keith Packard ]
4100   * Add ao_radio_xmit to help test boards without flashing them.
4101   * Allow product names to have suffixes (like board revisions)
4102   * Fix and document the ao-rawload --run flag
4103   * Add LED test
4104   * Leave .ihx files in the build directory too - easier to debug that way
4105   * Eliminate deadlock when writing config from radio link
4106   * Fix up LED colors for each product.
4107   * Add .gitignore for ao-bringup
4108
4109   [ Bdale Garbee ]
4110   * create a turn on script for lighting up TeleDongle v0.2 boards
4111
4112  -- Bdale Garbee <bdale@gag.com>  Sat, 27 Feb 2010 17:35:32 -0700
4113
4114 altos (0.6+95+g2f45953) unstable; urgency=low
4115
4116   * update changelogs for Debian build
4117   * conditionalize use of git on executability of /usr/bin/git binary
4118
4119  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 17:30:00 -0700
4120
4121 altos (0.6+88+gdeccc10) unstable; urgency=low
4122
4123   * add gawk as a build dependency since strtonum is a gawk extension
4124
4125  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 16:44:35 -0700
4126
4127 altos (0.6+86+g2491282) unstable; urgency=low
4128
4129   [ Keith Packard ]
4130   * Disable monitor mode before attempting radio test.
4131   * Ensure that ao_alarm waits at least the specified time
4132   * Remove dbg driver code from telemetrum/teledongle
4133   * Add AT45DBxx1D driver
4134   * Remove green LED and temp sensor from v0.2 code
4135   * Add at45db161d.h header file for new flash part.
4136   * Add 'f' command to display flash status register contents
4137   * Dump more flash parameters for the flash_status command
4138   * Dump config block from read/write config and flash_status commands
4139   * Don't set ao_flash_setup_done until we're actually done.
4140   * Remove flash debugging printfs
4141   * Add simple gps dump command 'g'
4142   * Force idle mode by shorting the SPI clock to ground at boot time.
4143   * Switch to using internal cc1111 temperature sensor
4144   * Missing ao_mutex_put in gps_dump
4145   * Compute daytime using GPS as time base
4146   * Pull in a bit more data for filtering the start of the boost
4147   * Log GPS data on pad after boost detect.
4148   * Change barometer conversion code to shrink conversion table
4149   * Change altos build process to support per-product compile-time
4150     changes
4151   * Update .gitignore files
4152   * Quiet make output.
4153   * Add back stack size checking to altos linking phase
4154   * Must install .map files for ao-load to work
4155
4156  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 14:53:01 -0700
4157
4158 altos (0.6+60+g10d1bbc) unstable; urgency=low
4159
4160   [ Keith Packard ]
4161   * Use ao_radio_get/ao_radio_put in packet code.
4162
4163  -- Bdale Garbee <bdale@gag.com>  Sat, 19 Dec 2009 13:53:32 -0700
4164
4165 altos (0.6+58+gbbb152c) unstable; urgency=low
4166
4167   [ Keith Packard ]
4168   * Re-order config values. Change frequency to cal
4169   * Allow radio calibration to be set from ao-load
4170   * Add --cal to man page
4171
4172  -- Bdale Garbee <bdale@gag.com>  Sat, 19 Dec 2009 12:05:26 -0700
4173
4174 altos (0.6+53+gcd49847) unstable; urgency=low
4175
4176   [ Keith Packard ]
4177   * Remove send_serial and serial_baud commands.
4178   * Make ao_cmd_decimal produce both 32 and 16 bit values.
4179   * Add radio calibration configuration.
4180
4181  -- Bdale Garbee <bdale@gag.com>  Sat, 05 Dec 2009 11:02:49 -0700
4182
4183 altos (0.6+49+g9a1d7dd) unstable; urgency=low
4184
4185   [ Keith Packard ]
4186   * Change default callsign to "N0CALL"
4187
4188  -- Bdale Garbee <bdale@gag.com>  Fri, 04 Dec 2009 21:01:55 -0700
4189
4190 altos (0.6+47+g4053309) unstable; urgency=low
4191
4192   * fix absolute path in debian/dirs, add Suggests for slim-altusmetrum
4193   * change home URL in control file to be the AltOS page
4194
4195  -- Bdale Garbee <bdale@gag.com>  Thu, 26 Nov 2009 11:15:47 -0700
4196
4197 altos (0.6+43+gd6ba07e) unstable; urgency=low
4198
4199   [ Keith Packard ]
4200   * Decode HDOP data from skytraq GPS
4201   * Document ao-postflight --gps and --kml options.
4202   * Make ao-postflight create filenames using input filenames.
4203   * Make TD print 0000-00-00 for invalid dates.
4204   * Fix --plot arg handling. Add -all option.
4205   * Convert telemetry file GPS satellite information in cc_log_read
4206   * Don't crash if --plot isn't passed on ao-postflight command line
4207   * ao-postflight: compute barometric alt for each GPS position
4208   * ao-postflight: don't try to use missing gps sat data
4209   * Automatically extract flight number for eeprom and telem filenames.
4210
4211  -- Bdale Garbee <bdale@gag.com>  Sun, 22 Nov 2009 10:18:26 -0700
4212
4213 altos (0.6+32+g87e6f3e) unstable; urgency=low
4214
4215   [ Bdale Garbee ]
4216   * fix typo in comment
4217
4218   [ Keith Packard ]
4219   * Reduce igniter firing time from 500ms to 50ms.
4220   * Add GPS date/time output to ao-postflight.
4221   * Eliminate SiRF state values from ao-view.
4222
4223  -- Bdale Garbee <bdale@gag.com>  Fri, 20 Nov 2009 13:18:06 -0700
4224
4225 altos (0.6+27+gb0d7e3f) unstable; urgency=low
4226
4227   [ Keith Packard ]
4228   * Add two-point accelerometer calibration.
4229   * Remove "l" command as ao-dumplong no longer uses it
4230   * Remove "d" command
4231   * Remove "f" command
4232   * Reformat ADC values to show all 16 bits
4233   * ao_flight_test was using accel value for pressure too
4234   * Pass accel calibration over telemetry stream. Telemetry data format
4235     change.
4236   * Add ability to dump eeprom data over radio link.
4237   * In packet master, move USB flush from packet thread to echo thread
4238   * In USB pollchar, wait for packet before re-checking USB out len
4239   * Explicitly use USB I/O routines in packet code
4240   * Flush pending input when switching to remote packet mode
4241   * Stop recording in ao-dumplog after receiving an invalid block
4242   * Move ao_match_word from ao_ignite.c to ao_cmd.c
4243   * Add Watchdog Timer Control register definitions
4244   * Add reboot command.
4245   * Return radio to telemetry settings when packet system closed.
4246   * ao-postflight: fix sloppy gps sat data realloc code (was crashing).
4247   * Loosen tolerances for main->landed transition
4248   * Provide a dummy 'uninstall' target in the src directory.
4249   * Share telemetry parsing code in cc library.
4250   * Enable telemetry receive in ao_view
4251   * Switch order of serial/flight in ao-postflight summary
4252   * Add flight number to telemetry stream.
4253   * Add date to GPS data, captured from GPRMC packet.
4254   * Stop using SiRF state info.
4255
4256  -- Bdale Garbee <bdale@gag.com>  Fri, 20 Nov 2009 11:43:56 -0700
4257
4258 altos (0.6) unstable; urgency=low
4259
4260   [ Keith Packard ]
4261   * Add support for the SkyTraq GPS unit
4262   * Build two versions of TM, one for SiRF, one for SkyTraq
4263   * Save some DSEG space by marking cmd functions __reentrant
4264   * Add ao_wake_task and ao_exit
4265   * Add keyhole-markup generation for ao-postflight.
4266   * Initial packet bits. Just testing transmission
4267   * Add radio carrier command
4268   * Wait for TX to finish sending data
4269   * Add ao_alarm
4270   * Remove reason from ao_dma_abort
4271   * Switch packet code from timer thread to ao_alarm
4272   * Use ao_radio_done to wait for TX to completely finish with packet
4273   * Send SYN packet to set sequence numbers
4274   * Add RFIM register
4275   * Do more flushing in packet test code
4276   * Use ao_alarm for ao_delay so it can be easily interrupted
4277   * Poke master to speed up packet rate when things are busy
4278   * No need to wakeup &ao_tick_count now
4279   * Enable packet-based communcation to command processor
4280   * Add more docs to the README file
4281   * Disable interrupts while removing tasks from task list
4282   * Add ao_usb_pollchar to ao.h
4283
4284  -- Bdale Garbee <bdale@gag.com>  Mon, 02 Nov 2009 16:53:45 -0700
4285
4286 altos (0.5+90+g127c312) unstable; urgency=low
4287
4288   * de-version the libreadline-dev build dependency
4289
4290  -- Bdale Garbee <bdale@gag.com>  Mon, 02 Nov 2009 15:57:29 -0700
4291
4292 altos (0.5+86+g2de548f) unstable; urgency=low
4293
4294   * automate push of updated and tagged master branch during
4295     debian/rules prebuild
4296   * flush repetitive junk out of debian/changelog, and update the
4297     prebuild target
4298   * add support for tagging git repository on each Debian package build
4299
4300  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Oct 2009 16:54:28 -0600
4301
4302 altos (0.5+77+gc57bd7f) unstable; urgency=low
4303
4304   * build for Debian from git
4305
4306  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Oct 2009 15:57:19 -0600
4307