diff options
| author | Keith Packard <keithp@keithp.com> | 2016-07-02 22:08:58 +0200 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2016-07-02 22:09:30 +0200 | 
| commit | 14e73d89d7dbb44e9ffab2820aefb693b6e8ef24 (patch) | |
| tree | 98014e451afee57eaf7ec662e5c714b4e84d036e | |
| parent | 8a6a95bb24517af00717fd377bad82ddb2289cf0 (diff) | |
Bump to 1.6.5. Add preliminary release notes
Signed-off-by: Keith Packard <keithp@keithp.com>
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | doc/altusmetrum-docinfo.xml | 9 | ||||
| -rw-r--r-- | doc/release-notes-1.6.5.inc | 23 | ||||
| -rw-r--r-- | doc/release-notes.inc | 5 | 
4 files changed, 37 insertions, 2 deletions
| diff --git a/configure.ac b/configure.ac index 325b1870..001449a7 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ dnl  dnl Process this file with autoconf to create configure.  AC_PREREQ(2.57) -AC_INIT([altos], 1.6.4.2) +AC_INIT([altos], 1.6.5)  ANDROID_VERSION=13  AC_CONFIG_SRCDIR([src/kernel/ao.h])  AM_INIT_AUTOMAKE([foreign dist-bzip2]) diff --git a/doc/altusmetrum-docinfo.xml b/doc/altusmetrum-docinfo.xml index 1b8ff68d..b64f3843 100644 --- a/doc/altusmetrum-docinfo.xml +++ b/doc/altusmetrum-docinfo.xml @@ -47,6 +47,15 @@  <revhistory>    <?dbhtml filename="altusmetrum-revhistory.html"?>    <revision> +    <revnumber>1.6.5</revnumber> +    <date>8 Jul 2016</date> +    <revremark> +      Minor release fixing TeleMega and TeleMetrum v2.0 bug which +      would often result in loss of data logging and telemetry in +      flight. +    </revremark> +  </revision> +  <revision>      <revnumber>1.6.4</revnumber>      <date>10 May 2016</date>      <revremark> diff --git a/doc/release-notes-1.6.5.inc b/doc/release-notes-1.6.5.inc new file mode 100644 index 00000000..c77f466f --- /dev/null +++ b/doc/release-notes-1.6.5.inc @@ -0,0 +1,23 @@ += Release Notes for Version 1.6.5 +:toc!: +:doctype: article + +	Version 1.6.5 fixes a TeleMega and TeleMetrum v2.0 bug where +	the device would often stop logging data and transmitting +	telemetry in flight. All TeleMega v1.0, v2.0 and TeleMetrum +	v2.0 users should update their flight firmware. + +	== AltOS + +	AltOS fixes: + +	* Fix STM32L SPI driver to prevent lock-up in the logging or +          radio code, either of which could stop data logging and +          telemetry. + +	== AltosUI, TeleGPS and AltosDroid Applications + +	AltosUI fixes: + +	* Deliver firmward for TeleMega v2.0 and TeleBT v3.0 with +          Windows package. diff --git a/doc/release-notes.inc b/doc/release-notes.inc index 6ac90cfd..b8b34e7b 100644 --- a/doc/release-notes.inc +++ b/doc/release-notes.inc @@ -2,10 +2,13 @@  == Release Notes  	:leveloffset: 2 -	include::release-notes-1.6.4.raw[] +	include::release-notes-1.6.5.raw[]  	<<<< +	:leveloffset: 2 +	include::release-notes-1.6.4.raw[] +	<<<<  	:leveloffset: 2  	include::release-notes-1.6.3.raw[] | 
