add ruby-asciidoctor-pdf to build deps
[fw/altos] / debian / changelog
index 9c9268753bf20dbf299d34de55411b3906a8a58e..67b294d7a69023b3adcb919f77915df51315f7c0 100644 (file)
@@ -1,7 +1,213 @@
+altos (1.9-1) unstable; urgency=medium
+
+  [ Bdale Garbee ]
+  * capture changes to Releasing discovered during 1.8.7 release
+  * update turnon_telebt to use new approach for saving cal value on TeleBT
+  * doc: add bootloader force instructions for TeleBT v4.0
+  * altos: first cut at easymega v2.0 support .. nothing working yet
+  * altos: remove teleterra-v0.1, also an ancient cc1111 project
+  * altos: remove telepyro-v0.1 support, which was never completed anyway
+  * altos: remove megadongle-v0.1 support, never went beyond prototype
+  * altos: remove teledongle-v1.8 support (what was that, anyway?!?)
+  * altos: remove telescience support
+  * altos: remove usbtrng support (chaoskey prototypes)
+  * altoslib: fix computation of TeleGPS battery voltage
+  * update build depends to reflect move to asciidoctor
+  * eliminate spurious build dependencies now that we're using asciidoctor
+  * update easymega turn-on script for v2.0
+  * ao-bringup: get turnon_easymega working for v2.0
+  * changelog for 1.9 release
+  * update changelog for Debian build
+  * use ChangeLog from branch-1.9 in unmolested form
+  * need to run autoreconf before calling dh_auto_configure
+  * elide pdf files from delivered docs until ruby-asciidoctor-pdf escapes NEW
+  * update changelog for Debian build
+  * update build dependencies to include newlib-nano, elide cc1111
+  * fix dep5 copyright syntax
+  * add lintian overrides
+
+  [ Keith Packard ]
+  * altosdroid: Bump version to 18 for 1.8.7
+  * altos/stm: Make flash loader work with either 8MHz or 16MHz xtal
+  * altos: use %lu for APRS altitude in sprintf
+  * altos: Remove cc1111 products
+  * altos: Switch to newlib-nano for libc on arm
+  * Remove pdclib
+  * altos: Remove *_TO_DATA macros
+  * altos: Remove 8051 address space specifiers
+  * altos: Make cmd number parsing functions return value
+  * altos: Use stdbool true/false instead of TRUE/FALSE
+  * altos: Allow application-specific prompts for ao_cmd_readline
+  * altos: Delete random 8051 ISR declarations
+  * altos: Remove 8051-ism from ao_usb.h
+  * altos/stm32f4: Start adding support for STM32F413
+  * altos/stm32f4: Add STM32F413 disco board support
+  * altos/stm32f4: Fix clock configuration
+  * altos: Eliminate 'pin' field from GPIO functions
+  * altos: Add generic LED driver.
+  * altos/stm32f4-disco: Add .gitignore
+  * altos/stm32f4: Align stack to 8 bytes
+  * altos/stm32f4: Add usart driver for usart6
+  * altos/stm32f4: Use full printf/scanf (including floats)
+  * altos/stm32f4: Place ARM.exidx sections after .text
+  * altos/stm32f4-disco: Hook up serial console. Add scheme
+  * altos: Clean up AO_ROMCONFIG bits
+  * altos/stm32f4: Add more stm32f413 definitions and support code
+  * altos/stm32f4: Add external interrupt bits
+  * altos/stm32f4: Add stm32f413 USART support
+  * altos/stm32f4: Add start of stm32f413 USB support
+  * altos/stm32f4-disco: Start hooking up stm32f413 USB for the disco board
+  * Bump version to 1.8.7.1
+  * Remove .gitmodules
+  * altos: Remove pdclib bits from Makefile
+  * altos/drivers: Use stdbool in ao_ms5607.c
+  * altos: Create ao_data_fill shared function
+  * altos/stm: Make beeper driver support all possible tim234 configs
+  * altos/stm: Support SPI modes other than 0
+  * altos: Add ADXL375 driver [v2]
+  * altos/easymega-v2.0: Change binary to easymega-v2.0 instead of easymega-v1.0
+  * altos/easymega-v2.0: Add adxl375, replace mpu6000 with 9250 [v2]
+  * altos: Add EasyMega v2.0 to default build
+  * altoslib: Add ADXL375 support and EasyMega v2.0 support
+  * altosui: Add EasyMega v2.0 firmware to release
+  * altos/adxl375: Clean up initialization, shortening self test period
+  * altoslib: Add support for TeleGPS v2
+  * altoslib: Add support for EasyMega-v2
+  * altos/easymega-v2.0: Handle different mpu9250 orientation
+  * altoslib: When flashing hardware, pull USB data from device if needed
+  * Add keywords to .desktop files
+  * ao-tools: Spelling fixes in a couple of man pages
+  * Don't force CFLAGS from top level
+  * Generate LED icons on the fly. Include SVG versions.
+  * debian: Add cairo-5c as build dependency
+  * debian: Clean trailing whitespace in changelog
+  * debian: Switch to machine-readable copyright format
+  * debian: use dh_auto_configure instead of open-coding configuration
+  * doc: Switch to asciidoctor to format docs
+  * Remove cc1111 products from 'fat_altos' list, which is used for keithp-fat
+  * doc: Remove asciidoc related files
+  * doc: Use icons for admonitions
+  * altos: Make HAS_ACCEL_DEBUG build again
+  * altos: Don't validate ADXL375 self test for maximum value
+  * altoslib: Remove spurious debug printf in AltosCalData
+  * Add shipping products to fat_altos target, note that in Releasing
+  * doc: Update doc/RELNOTES to adapt to asciidoctor change
+  * doc: Add EasyMega v2.0 specs
+  * doc: Set doc version to 1.9
+  * doc: Add 1.9 release notes
+  * Change Releasing to reflect asciidoctor switch
+  * Update to version 1.9
+  * doc: Skip .pdf generation when asciidoctor-pdf is missing
+
+ -- Bdale Garbee <bdale@gag.com>  Wed, 02 Jan 2019 23:42:19 -0700
+
+altos (1.8.7-2) unstable; urgency=medium
+
+  * elide map-server from set of directories built and installed by
+    default.  Eventually, we'll refactor to put that in a new binary
+    package...
+
+ -- Bdale Garbee <bdale@gag.com>  Tue, 09 Oct 2018 09:55:40 -0600
+
+altos (1.8.7-1) unstable; urgency=medium
+
+  [ Bdale Garbee ]
+  * capture updates to Releasing from 1.8.6 release process
+  * altos: don't build fox1ihu by default
+  * altoslib: update launch-sites.txt location to new home at maps.altusmetrum.org
+  * add new script that uses openocd to reset an LPC target
+  * update debian/rules to reflect configuration changes needed for 1.8.7
+  * doc: correct specs for TeleMega v3.0, which still uses the MMA6555
+  * releasing 1.8.7
+  * update changelog for Debian build
+  * patches merged upstream in 1.8.7 release
+  * we need graphviz as a build-dep for 1.8.7
+  * releasing 1.8.7
+
+  [ Keith Packard ]
+  * Bump version to 1.8.6.1
+  * Include TeleMega v3.0 firmware with releases
+  * Bump java lib versions to 13
+  * altos: Remove spurious ao_mma655x_spi_index variable
+  * altos: Remove spurious 'const' from ao_state_names
+  * altos: Allow timer interrupt without needing tick count
+  * altos/lpc: Fix stdio wakeup on serial IRQ
+  * altos/stmf0: Stop using 'stdin' name as local variable
+  * altos: Switch global 'log' to 'ao_log_data'
+  * altosuilib: Add 'equals' method to AltosDevice
+  * altosuilib: Poll for devices while Select Device dialog is displayed
+  * altosuilib: Show a more useful message when the flash target device is unknown
+  * altosuilib: Don't show radio parameter when reflashing radioless devices
+  * altoslib: Use common constants for flash action messages
+  * altosuilib: Include device path in equals test of AltosUSBDevice
+  * altosuilib: Provide dialog while waiting for flash target to re-appear
+  * altoslib: Reduce debug printf spamming during flashing operation
+  * altos/drivers: Shrink ao_ms5607.c code to fit on micropeak still
+  * doc: Don't accidentally create zero-length PDF files
+  * micropeak: Add MicroUSB 'equals' method
+  * ao-tools/ao-cal-freq: Add --nosave and --output options. Check save results.
+  * altos: sdcc doesn't have 'false' and 'true'.
+  * altosui: Fetch RF calibration value for TBT v4.0 units from web
+  * ao-bringup: Add 'fix-telebt' to reflash TeleBT v4.0 with correct rf cal
+  * altoslib: Fix gyro headings in CSV files
+  * altoslib: Add missing AltosUnitInfo files
+  * doc: Describe Packet Link usage and selecting RF param defaults for TeleMini
+  * doc: Describe Packet Link mode in the initial usage section
+  * altos: Force telemetry rate to 38400 when ao_force_freq is set
+  * doc: Update for 1.8.7
+  * doc: Add check for new hardware in specs.inc
+  * macosx: Ship install-macosx script with all apps.
+  * doc: Use RELEASE_DATE to set PDF timestamps using faketime
+  * debian: build depend on faketime
+  * Add map-loading documentation
+  * map-server: Add maps proxy server
+  * altos-map: Fix altos-map HTTP syntax
+  * altos-map: Install .jar file for altos-map
+  * altos-mapd: Use command line to pass map directory in
+  * doc: Make use of 'faketime' configurable with configure.ac. Default to 'no'
+  * altoslib: Allow launch site URL to be overridden at runtime
+  * altoslib: Switch to maps.altusmetrum.org when no google map key is available
+  * altos-mapd: Add geo-fencing for map requests. Add port and key arguments
+  * altos-map: Retry connection to cache service
+  * altos-mapd: remove debug printf
+  * altos-mapd: Clean up log messages
+  * altos-mapd: Make cache service listen queue longer
+  * altos-mapd: Install altosmapd.jar file
+  * altoslib: Use https for launch-sites.txt
+  * altoslib: Change map loading to lat=&lon= from center=
+  * altosdroid: Fix offline map messages to match new meanings
+  * altoslib: Retry map connections 10 times on network failure
+  * altosuilib: Fix offline map messages to match new meanings
+  * altos-map: Support version query from application
+  * altos-mapd: Install systemd service file and defaults file
+  * altosdroid: Set offline map scale to 1
+  * altosdroid: Restore google maps key setting
+  * map-server: Implement altos-map in C
+  * altosuilib: Remove GrabNDrag.java
+  * altosui/altosdroid: Disable offline map type selections
+  * altosuilib: InputEvent.getModifiers is deprecated, use getModifiersEx
+  * altos-mapd: Handle clients failing to send valid JSON
+  * debian: Add libjansson-dev build depend
+  * altos-map: Switch from json FD ops to json FILE ops
+  * altos-mapd: Check nearest portion of tile to launch site
+  * altosui/altosdroid: Change message in forbidden map tiles
+  * altoslib: NumberFormat can't be shared between parsers
+  * altoslib: Be less chatty about map loading
+  * altosuilib: Leave some map debug code around for the future
+  * doc: Note that 1.8.7 fixes map images
+  * altos-mapd: Add --max-zoom to limit tile loading. Set default to 15.
+  * Switch to universal JavaApplicationStub for Mac OS X
+  * doc: Note fixes for Mac OS X
+  * Set version to 1.8.7
+  * ao-bringup: Use new ao-cal-freq options when flashing teledongle v3.0
+  * altos/lpc: Make sure USB pull-up is held low at boot for 'a while'
+
+ -- Bdale Garbee <bdale@gag.com>  Mon, 08 Oct 2018 21:02:16 -0600
+
 altos (1.8.6-2) unstable; urgency=medium
 
   * quick patch to not include fox1ihu in build by default, closes: #907480
-  
+
  -- Bdale Garbee <bdale@gag.com>  Thu, 30 Aug 2018 21:41:00 -0600
 
 altos (1.8.6-1) unstable; urgency=medium
@@ -3363,14 +3569,14 @@ altos (1.1-1) unstable; urgency=low
   * new upstream minor release, which provides a few new features in AltosUI
     and the AltOS firmware, and fixes bugs
     - Add apogee-lockout value. Overrides the apogee detection logic to
-      prevent incorrect apogee charge firing.  A configuration menu 
+      prevent incorrect apogee charge firing.  A configuration menu
       provides a list of reasonable values, or the value can be set by hand.
-    - Fix a bug where the data reported in telemetry packets was from 
+    - Fix a bug where the data reported in telemetry packets was from
       320ms ago.
     - Force the radio frequency to 434.550MHz when the debug clock
       pin is connected to ground at boot time. This provides a way
       to talk to a TeleMini which is configured to some unknown frequency.
-    - Provide RSSI values for Monitor Idle mode. This makes it easy to check 
+    - Provide RSSI values for Monitor Idle mode. This makes it easy to check
       radio range without needing to go to flight mode.
     - Fix a bug which caused the old received telemetry packets to
       be retransmitted over the USB link when the radio was turned
@@ -3446,7 +3652,7 @@ altos (1.0.1) unstable; urgency=low
   [ Bdale Garbee ]
   * use multimaint-merge to make Debian changelogs less ugly
   * update TeleMini turnon script now that we've made a stable firmware release
-  * moving git-buildpackage config into .git/ since it is fairly specific to 
+  * moving git-buildpackage config into .git/ since it is fairly specific to
     Bdale's build environment, and doesn't need to be in the source package
   * get ready for a 1.0.1 release
   * update changelogs for Debian build
@@ -3568,14 +3774,14 @@ altos (1.0) unstable; urgency=low
   * prepare to release
   * don't deliver sources.list fragment in official Debian packages
   * changes in preparation for upload to Debian
-  * ao-view is no longer included in the altos package, so have the 
+  * ao-view is no longer included in the altos package, so have the
     old-style Debian menu entry point to altosui instead
   * rewind packaging changelog to last tagged version
   * update desktop file for consistency with package section
   * we need a main category in the desktop file
   * really, I mean it, no longer deliver the sources.list fragment
-  * add a postinst to remove sources.list.d fragment delivered by old 
-    private versions of this package, no longer needed once we have 
+  * add a postinst to remove sources.list.d fragment delivered by old
+    private versions of this package, no longer needed once we have
     official packages
 
  -- Bdale Garbee <bdale@gag.com>  Thu, 25 Aug 2011 02:22:21 -0600
@@ -5167,4 +5373,3 @@ altos (0.5+77+gc57bd7f) unstable; urgency=low
   * build for Debian from git
 
  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Oct 2009 15:57:19 -0600
-