update changelog for Debian build
[fw/altos] / debian / changelog
index dc954ed3a59dcf1f5c461c7342939715756c4107..f467fb1c88e97e5fbe7248398ba2bc7a6de617ee 100644 (file)
@@ -1,3 +1,400 @@
+altos (1.6.8-2) unstable; urgency=medium
+
+  [ Keith Packard ]
+  * Update pdclib to version using arm-specific 'ar' program, closes: #838357
+
+ -- Bdale Garbee <bdale@gag.com>  Sun, 02 Oct 2016 17:49:32 -0600
+
+altos (1.6.8-1) unstable; urgency=medium
+
+  [ Bdale Garbee ]
+  * updates made during 1.6.5 release process
+  * remove debian/ from master branch, it should live only on the debian branch
+  * reinstate debian/ content on the debian branch only
+  * update to latest Debian standards version
+  * update Changelog for release
+
+  [ Keith Packard ]
+  * Switch from GPLv2 to GPLv2+
+  * altos: Add telemetrum v3.0
+  * Bump version to 1.6.5.1 after 1.6.5 release
+  * altosuilib: Show indicator when they switch from invalid back to valid
+  * altos: Add STM32F0 beep and SPI byte API.
+  * altos: Keep telemetry and command output from interleaving
+  * altos: Don't access cc1120 SPI bus during recv after abort has started
+  * fixup for interleave
+  * altos: Expose cc1200 radio test functions for telemini bringup
+  * altos: Don't switch to flight 0 when log fills in flight
+  * altos: Stop building cc1111-based telemini v2.0 firmware
+  * altoslib: Add a 'seconds' method to AltosGPS
+  * altos: Add 'ao_button_get' to button driver
+  * altos: Make telelcotwo control two boxes instead of two pads
+  * altos/stmf0: Hook up clock output support
+  * altos/stmf0: Clean .bin files from flash-loader dirs
+  * altos: Use standard FIPS testing for chaoskey
+  * ao-chaosread: Add --infinite and --bytes options
+  * ao-chaosread: Eliminate double-free when serial match fails
+  * ao-bringup: Test chaoskey using dieharder
+  * ao-bringup: Use released files for chaoskey turnon
+  * Bump to version 1.6.6
+  * ao-bringup: Add colors to chaoskey test result reporting
+  * altos: Flash all LEDS during power on
+  * altos/stmf0: Switch ADC fast to ADC clock
+  * Bump verison to 1.6.7
+  * ao-chaosread: Parse -i and -b options
+  * ao-usbload: Check target device name to avoid mis-flashing
+  * altos/cc1120: remove unused status from ao_radio_fifo_write_stop
+  * ao-bringup: telemega allow serial on command line, loop on accel fail
+  * ao-tools/ao-cal-freq: --verbose option has no parameter
+  * altosui: Deal with connect failure in AltosConfigTD
+  * ao-bringup/turnon_telemetrum: serial on cmd line. Loop on accel fail
+  * ao-tools/ao-usbload: Fix -f flag, remove debug hacks
+  * ao-tools/ao-cal-freq: Re-open usb device each try
+  * Bump version to 1.6.7.1
+  * altos/stm: Make ao_spi_duplex out pointer const
+  * altos/stm: Create funcs to set SPI DMA parameters
+  * altos/stm: Set MISO DMA priority to HIGH to avoid OVR
+  * altos/stm: Set i2c recv DMA to HIGH
+  * altos/stm: Set SPI slave DMA priority to HIGH/VERY_HIGH
+  * Add 1.6.8 release notes
+  * altosui: Don't ship TeleMetrum v3.0 firmware (yet)
+  * Bump version to 1.6.8
+  * Remove pyro wizard file from master
+
+ -- Bdale Garbee <bdale@gag.com>  Mon, 05 Sep 2016 21:02:09 -0600
+
+altos (1.6.5-1) unstable; urgency=medium
+
+  [ Keith Packard ]
+  * doc: Add install-html script
+  * Bump android version to 13
+  * ao-tools/ao-chaosread: Document length (-l) option
+  * altosdroid: Deal with multiple installed android SDKs
+  * Mark testing version 1.6.4.1
+  * altosui: Deliver firmware for Tmega 2.0 and TBT 3.0 for Windows too
+  * altos: Block interrupts while waking tasks sleeping on timers.
+  * altos: Move comment in ao_sleep_for next to related code
+  * altos/stm: remove ao_dma_abort
+  * altos/stm: use 0xff for dma mutex value for allocated mutexes
+  * altos/stm: Add more SPI status register bits
+  * altos/stm: Change ao_spi_send_sync definition to take const source
+  * altos: Add STM DMA debugging
+  * altos: Add STM SPI debugging
+  * altos/stm: move spi execution to common ao_spi_run
+  * altos/stm: Clean up spi_enable/disable_index functions
+  * altos/stm: Add better byte-level SPI api
+  * altos/drivers: Use more reliable byte interface for CC1120 reception
+  * altos: Add debug check for irq block when editing task queues
+  * altos: cc1200: use FIFO threshold pin output for APRS buffering
+  * altos: Make ao_delay(0) not wait forever
+  * altos/telemini-v2.0: Remove show tasks command
+  * altos: Make task list output more useful
+  * altos/stm: clean up ao_exti_enable
+  * altos: Leave USB enabled in flight with -DDEBUG=1
+  * altos: Use FIFO_THR pin for cc1120 transmit buffering
+  * Bump to testing version 1.6.4.2
+  * altos/cc1111: Remove 'show tasks' command
+  * Bump to 1.6.5. Add preliminary release notes
+  * Credit Chuck Haskin for helping fix the SPI bug.
+  * doc: Build 1.6.5 release notes
+
+  [ Bdale Garbee ]
+  * switch libgtk-3-bin build-dep to gtk-update-icon-cache, closes: #825455
+  * updating ChangeLog for 1.6.5 release
+
+ -- Bdale Garbee <bdale@gag.com>  Mon, 04 Jul 2016 23:48:50 +0200
+
+altos (1.6.4-1) unstable; urgency=medium
+
+  [ Keith Packard ]
+  * altos/cc1111: Use SW to drive UART RTS pin
+  * Bump version to 1.6.3.1
+  * altosui/telegps: Ship firmware for new hardware
+  * altosdroid: Check for closed before writing/reading bluetooth
+  * Publish firmware with keithp-fat
+  * Add TeleMega to spec list. Add TeleGPS RF output.
+  * altoslib: Switch distance from m/ft to km/miles for large values
+  * altoslib: Remove some debug printf calls
+  * altosuilib: Rate limit map loading pacifier updates
+  * altoslib: Allow map preloading to be aborted
+  * altosdroid: Rate limit map loading pacifier
+  * altosuilib: Don't flicker missing voltages when changing units
+  * doc: Start update for 1.6.4
+  * altoslib: Clean up map file and url handling
+  * altosdroid: make disconnect stick past pause/restart
+  * altoslib: Get rid of AltosMap from AltosMapLoader
+  * telegps: Adapt to distance units switching changes
+  * Bump android app version
+  * Bump java library versions
+  * Automatically run 'git submodule update' if necessary
+  * altosui/telegps/micropeak: Handle both MULTI_LIB and non-MULTI_LIB builds
+  * altoslib: Store common frequencies in library version-independent form
+  * altoslib: Store saved state in version-independent format
+  * altoslib: Allow empty values in AltosHashSet representation
+  * altoslib: Set version and log space from AltosIdleFetch
+  * altoslib: Add log_space to AltosState
+  * altoslib: Add AltosIdleReader
+  * telegps: Use log_space when flight_log_max is missing
+  * telegps: Add monitor idle mode
+  * altoslib: use miles for distances > 1000ft.
+  * altosuilib: Have map preload respond to units and font size changes
+  * altosuilib: Rename AltosUIMap*New.java to AltosUIMap*.java
+  * doc: pad/idle indicator table was busted
+  * altosuilib: Fill preload map on site or lat/lon change
+  * altosuilib: Only display map debugging when serial_debug is enabled
+  * telegps-v1.0: Document how SN 1959 was fixed
+  * stmf0: Clear all USB state when resetting chip. Wakeup all sleepers
+  * stmf0: Do not send more data than requested for GET_DESCRIPTOR
+  * altos/lpc: Handle USB reset by resetting internal state
+  * altos/stm: Handle USB reset in STM32L usb driver
+  * altos/cc1115l: Reduce trace buffer size
+  * altos/stmf0: Rework the sram allocation to save a few text bytes
+  * altos/stmf0: Remove ao_usb_free
+  * altosdroid: Auto save freq changes on 'ok'
+  * altosui: Remove missing items from --summary output
+  * altosuilib: Track open frames, exit when none remain
+  * altosui: Don't open command window when --graph is provided
+  * doc: Updates to 1.6.4 release notes.
+  * altoslib: Switch preserved state format to JSON
+  * altoslib: Remove AltosHashSet code
+  * altoslib: Add null constructors to AltosQuaternion and AltosRotation
+  * altoslib: Add JSON-based object saving/restoring code
+  * altoslib: Use reflection JSON code for frequency preferences
+  * altoslib: Improve AltosState save/restore debugging
+  * altoslib: Get rid of manual JSON encoding stuff
+  * altoslib: Add null constructor for AltosCompanion
+  * altoslib: Add construction for remaining primitive array types to JSON
+  * altoslib: Add back some JSON exception debugging printfs
+  * altosui: Print filename before attempting to parse in --summary mode
+  * altoslib: Stop reflective JSON class walk at Object instead of null
+  * Bump version to 1.6.4
+
+  [ Bdale Garbee ]
+  * process updates made during 1.6.3 release cycle
+  * 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
+  * releasing 1.6.4
+
+ -- Bdale Garbee <bdale@gag.com>  Fri, 17 Jun 2016 10:02:32 -0600
+
+altos (1.6.3-1) unstable; urgency=medium
+
+  [ Keith Packard ]
+  * Releasing: Copy TeleMega v2.0 bits to Binaries
+  * src/chaoskey-v0.1: Add HV enable support
+  * altos/chaoskey: Add support for flipping between raw and cooked bits
+  * altos/chaoskey: Delay ADC reading for 250ms at startup
+  * altos: remove blank line in stmf0/ao_timer.c
+  * altos/stmf0: Allow projects to specify non-default stack size
+  * altos: Add power management APIs
+  * altos/stmf0: Add suspend/resume support
+  * altos: Allow USB drivers to skip CDC-ACM -specific descriptors
+  * altos: Add power management to TRNG driver
+  * altos/chaoskey-v0.1: Add power management and change USB classes
+  * altos: Delay TRNG ADC long enough for HV supply to stabilize
+  * altos: Add simple stats test to TRNG code
+  * altos/stmf0: Add missing ao_gpio.c
+  * altos: Another fix for non CDC-ACM devices
+  * altos/stmf0: Fix location of device_id register
+  * altos/chaoskey: Encode both hardware and software versions in product ID
+  * altos/stmf0: Use device ID as usb serial number if requested
+  * altos/chaoskey: Use SoC device ID as serial number
+  * altos/chaoskey: Add another USB endpoint to read raw data
+  * altos: Add ChaosKey v1.0 product
+  * ao-bringup: Switch to v1.0 for chaoskey
+  * ao-tools: Add ao-chaosread
+  * altos/stmf0: Fix build without second USB IN endpoint
+  * libaltos: jni_md.h moved to linux subdir in Java install
+  * libaltos: Add unistd.h to get defines for various syscalls
+  * altos: Expose fast timer API from kernel/
+  * Change how we detect and install java
+  * ao-tools/ao-dump-up: Remove spurious flight state strings
+  * ao-tools/lib: Remove trailing whitespace from ao-elf.c
+  * ao-tools/lib: Add ao_hex_image_cat function
+  * ao-tools: Add ao-makebin
+  * altos/stmf0: Construct .bin files for flash loaders
+  * ao-bringup: Use dfu-util to install flash loader on chaoskey
+  * libaltos: Add Windows BT support. Split into separate source files.
+  * altosui: Delay between polling for igniter status in Fire Igniters
+  * altosuilib: Note that Windows now supports Bluetooth
+  * libaltos: Fix warning in linux libaltos code
+  * altoslib: use env var LAUNCH_SITES to override default URL
+  * altosuilib: Control map debugging output with Serial.debug
+  * altosui,telegps: Do not allow radio calibration to be edited
+  * altos/stm: Run scheduler code on interrupt stack
+  * altos/stm: Validate current task SP in interrupt by looking at PSP
+  * altos/stm: Allow apps to define different stack size
+  * altos/lpc: Add fast timer
+  * altos: Add one-byte SPI output routine for LPC and STM cores
+  * altos: Allow for flight hardware without any ADC values
+  * altos: Add Detherm log format (easymini without ADC)
+  * altos: Use mini logging for detherm, just without ADC
+  * altos/stmf0: Add SPI driver.
+  * altos/stmf0: Support HPE clock source
+  * doc: Note that EasyMega and TeleMega report A-D continuity
+  * altos: Add detherm product
+  * altos/stmf0: Add pwm and exti drivers
+  * altos: Add ao_gpi_set/clr_bits functions
+  * altos: Add easy mini plotting helper in test code
+  * altos/detherm: Add ms5607 to detherm
+  * altos/detherm: Add servo driver
+  * altos: Support telefire products in cc1200 driver
+  * altos: Add pad support for new telefire versions
+  * altos: telefiretwo-v0.1 bits
+  * altos: Allow for pad boxes with different sensor configurations
+  * altos: Support pad/lco boxes with fixed box numbers
+  * altos: Add TeleLCOTwo firmware
+  * altos: Fix telefiretwo .gitignore
+  * altos: Add ao_lco_two.c; alternate LCO interface code
+  * altos: Use simpler debounce logic for buttons
+  * altos/telelcotwo: Add idle timeout
+  * Add TeleFireTwo v0.2 project
+  * altos/stmf0: Fix external interrupts
+  * altos/telefiretwo-v0.2: Change alarm names in comment
+  * altosdroid: Don't set target location if lat/lon is MISSING
+  * altoslib: Add debugging to AltosPreferences.state() etc
+  * altoslib: Make AltosGPSSat implement Serializable
+  * altoslib: switch from keySet() to keys() in altos map tiles
+  * altos: avoid mixed declarations and code in ao_task.c
+  * Update java library version numbers
+  * AltosDroid play store keys have moved, update configure.ac
+  * Prepare for new Android release by updating version number
+  * libaltos: Fix for Mac OS X El Capitan
+  * Add preliminary 1.6.3 release notes
+  * altosdroid: Can only use message once
+  * Bump version to 1.6.3
+  * altosdroid: Track device location in app, not telemetry service
+  * altosdroid: Redraw offline map when my location changes
+  * altosdroid: Run even without Bluetooth
+  * altoslib: Use feet per second for imperial speed
+  * altoslib: Report exceptions caught while opening launch sites URL
+  * altoslib: Don't try to drag lines around until map is loaded
+  * Debug bits for telebt
+  * altos: Use TXE instead of TC for serial on STM32l
+  * altos/stm32l: Add support for software-driven HW flow control
+  * altos/telebt-v3.0: Flip CTS/RTS pins for BT module
+  * altos: Clear packet queue when starting packet master
+  * altosdroid: Add idle mode monitoring, reboot. Start igniters
+  * altosdroid: Split setup functions to separate dialog
+  * Fix key in AndroidManifest.xml.in
+  * altosdroid: Add configurable frequency set
+  * altoslib: Make AltosPreferencesBackend abstract. Add set/put Serializable
+  * doc: Add idle mode info to 1.6.3 release note
+  * Revert "altos/stm: Run scheduler code on interrupt stack"
+  * altosdroid: max height is a height, not a speed
+  * altoslib: Correct stats for flights without a real landing
+  * altoslib: Flush during set_state. Don't store listener state.
+  * publish AltosDroid in keithp-fat target
+  * altoslib: Deal with TeleMetrum v2.0 MMA6555 being inverted
+  * altos: Make sure AO_MMA655X_INVERT is declared where needed
+  * doc: Update AltosDroid chapter for 1.6.3
+  * doc: 1.6.3 release notes note TeleBT rts/cts and TM 2.0 monitor idle fixes
+  * micropeak: Change order of windows install so that java detect works
+  * altoslib: Fix map preloading callbacks, run in separate thread
+  * windows: Change install to look for browser in a different place
+  * Ignore some built files for 1.6.3
+
+  [ Robert Garbee ]
+  * fix argument to ao-cal-freq so devices other than /dev/ttyACM0 work
+
+  [ Bart Massey ]
+  * Clean up stmf0 adc init.
+  * altos: Fixed timing of panic display LED to be readable
+
+  [ Justin Vreeland ]
+  * Fix java class differing only by case
+
+  [ Bdale Garbee ]
+  * add beep to TeleMega turnon script
+  * releasing 1.6.3
+
+ -- Bdale Garbee <bdale@gag.com>  Fri, 06 May 2016 18:14:11 -0600
+
+altos (1.6.2-1) unstable; urgency=medium
+
+  [ Bdale Garbee ]
+  * process updates from 1.6.1 release
+  * move turnon_teledongle to new cal-freq code
+  * add a paragraph about TeleBT battery charging to AltosDroid chapter in documentation
+  * turnon script for TeleBT v3.0
+  * apply wrap-and-sort to control files
+  * add automatic Bluetooth functionality check to turnon_telebt
+  * new build dependency on asciidoc
+  * now building for m4, too
+  * modify bringup scripts to handle TeleMega v2.0
+  * modify release procedure to reflect Keith setting version in confgure.ac
+  * submodule madness
+  * one more time, with feeling .. this time, I've updated pdclib
+  * update Changelog from git log
+
+  [ Keith Packard ]
+  * altoslib: Add companion telemetry data support
+  * ao-telem: Add companion packet telemetry data printing
+  * altos: Add HAS_COMPANION to new boards with companion connectors
+  * altos/telefire: No reply for ARMED. Ignore time for FIRE.
+  * altos: Provide direct segment driving interface for LCD displays
+  * altos/telelco: Infrastructure changes for drag racing
+  * altos/telelco: Add drag race UI
+  * altoslib: Hide 'state' member and use accessor function
+  * altoslib: Rotation off by factor of two
+  * altos/telelco: Adjust drag race UI
+  * altosdroid: Add minus sign and decimal point to lat/lon input fields
+  * altosuilib: In display thread, set new state synchronously
+  * altoslib: Make sure .eeprom download file is flushed on exception
+  * Bump release number to 1.6.1.1
+  * altoslib: Clean up remaining direct AltosState.state users
+  * altoslib: Keep downloading when a parse error occurs
+  * Create directory on keithp.com when uploading devel version
+  * telelco: Fix pad reset to one on radio signal loss
+  * doc: Force FOP to read images from doc directory
+  * doc: Start doc transition to asciidoc
+  * doc: Add asciidoc telemini v1.0
+  * doc: Lots more conversion from docbook to asciidoc
+  * doc: Add asciidoc version of altosui chapter.
+  * doc: Add asciidoc version of Altos Droid manual
+  * doc: Add updating firmware and using am products asciidoc bits
+  * doc: Add titles to all figures
+  * doc: Finish converting docs to asciidoc format
+  * doc: Convert AltOS doc to asciidoc
+  * doc: Convert telemetry and companion docs to asciidoc
+  * doc: Minor makefile cleanups
+  * doc: Switch to free fonts. Publish fonts with docs.
+  * doc: Place html book contents on left side of page with separate scrollbar
+  * doc: Split revhistory to separate file for html docs
+  * doc: Get images and tables all centered and labeled
+  * doc: Make pdf titles less ridiculously large
+  * doc: verbose mode for a2x
+  * altosui: telemini outline pdf changed name
+  * doc: Add product logos to books
+  * Break out common pieces from TeleGPS and AltusMetrum
+  * doc: Reformat 'Using MicroPeak' section
+  * doc: Provide more actual links instead of just chapter names
+  * doc: Move pad beeps table to usage chapter
+  * doc: Reformat html versions a bit
+  * doc: Split out EasyMini into a separate manual
+  * doc: Try a different trick for asciidoc build issues
+  * doc: Construct html index for documentation
+  * doc: Remove some bogus bits from am.css
+  * ao-tools/ao-dbg: Stop using sigvec
+  * altos: Add TeleMega v2.0, including PWM driver
+  * altos: Get stm32l pwm driver working
+  * altos: Set AO_PWM_TIMER_SCALE for telemega-v2.0
+  * Switch TeleMega v2.0 to CC1200 radio chip
+  * altos: Insert inter telemetry-packet delay
+  * Elide pyro channel information from EasyMini docs
+  * Elide flight computer info from APRS section of TeleGPS manual
+  * altoslib: Remove debug message from AltosMap
+  * Update java library versions
+  * Add release notes for 1.6.2
+  * altos: Set TeleMega v2.0 PWM to support servos
+  * altos: Switch PWM constants to end up exposing µsec
+  * Bump version to 1.6.2, altosdroid to 10
+  * doc: Update copyright year in altusmetrum doc
+  * doc: fix typo in using external active switch circuit section
+  * doc: Remove telemini v2.0. Add telemega v2.0
+  * doc: Remove extraneous 'first off' from legal paragraph
+
+ -- Bdale Garbee <bdale@gag.com>  Sun, 10 Jan 2016 19:11:18 -0700
+
 altos (1.6.1-1) unstable; urgency=medium
 
   [ Bdale Garbee ]