diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 1 | ||||
-rw-r--r-- | doc/altusmetrum-docinfo.xml | 8 | ||||
-rw-r--r-- | doc/release-notes-1.6.4.inc | 32 | ||||
-rw-r--r-- | doc/release-notes.inc | 5 | ||||
-rw-r--r-- | doc/telegps-docinfo.xml | 8 |
5 files changed, 54 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile index ed06006a..31bc08d8 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,6 +3,7 @@ # RELNOTES_INC=\ + release-notes-1.6.4.inc \ release-notes-1.6.3.inc \ release-notes-1.6.2.inc \ release-notes-1.6.1.inc \ diff --git a/doc/altusmetrum-docinfo.xml b/doc/altusmetrum-docinfo.xml index 5473dd66..1b8ff68d 100644 --- a/doc/altusmetrum-docinfo.xml +++ b/doc/altusmetrum-docinfo.xml @@ -47,6 +47,14 @@ <revhistory> <?dbhtml filename="altusmetrum-revhistory.html"?> <revision> + <revnumber>1.6.4</revnumber> + <date>10 May 2016</date> + <revremark> + Minor release fixing TeleBT v1.0 flow control and a few minor + application bugs. + </revremark> + </revision> + <revision> <revnumber>1.6.3</revnumber> <date>21 April 2016</date> <revremark> diff --git a/doc/release-notes-1.6.4.inc b/doc/release-notes-1.6.4.inc new file mode 100644 index 00000000..faa57e94 --- /dev/null +++ b/doc/release-notes-1.6.4.inc @@ -0,0 +1,32 @@ += Release Notes for Version 1.6.4 +:toc!: +:doctype: article + + Version 1.6.4 fixes a bluetooth communication problem with + TeleBT v1.0 devices, along with some altosui and altosdroid + minor nits. Ship firmware for some newer devices. + + == AltOS + + AltOS fixes: + + * Fix hardware flow control on TeleBT v1.0. Hardware RTS/CTS + doesn't seem to work, switch from using the + hardware to driving these pins with software. + + == AltosUI, TeleGPS and AltosDroid Applications + + AltosUI and TeleGPS New Features: + + * Automatically switch from meters or feet to kilometers or + miles for distance units. + + AltosUI and TeleGPS Fixes: + + * Abort map preloading when the preload map dialog is closed. + + == Documentation + + * Mention TeleMega v2.0 in hardware specs table. + + * Document TeleGPS RF output in telegps manual. diff --git a/doc/release-notes.inc b/doc/release-notes.inc index 35ffa0d1..6ac90cfd 100644 --- a/doc/release-notes.inc +++ b/doc/release-notes.inc @@ -2,6 +2,11 @@ == Release Notes :leveloffset: 2 + include::release-notes-1.6.4.raw[] + + <<<< + + :leveloffset: 2 include::release-notes-1.6.3.raw[] <<<< diff --git a/doc/telegps-docinfo.xml b/doc/telegps-docinfo.xml index 4ba3f73c..1ef088fe 100644 --- a/doc/telegps-docinfo.xml +++ b/doc/telegps-docinfo.xml @@ -38,6 +38,14 @@ <revhistory> <?dbhtml filename="telegps-revhistory.html"?> <revision> + <revnumber>1.6.4</revnumber> + <date>10 May 2016</date> + <revremark> + Minor release fixing TeleBT v1.0 flow control and a few minor + application bugs. + </revremark> + </revision> + <revision> <revnumber>1.6.1</revnumber> <date>15 July 2015</date> <revremark> |