diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 1 | ||||
-rw-r--r-- | doc/altusmetrum-docinfo.xml | 7 | ||||
-rw-r--r-- | doc/easymini-docinfo.xml | 7 | ||||
-rw-r--r-- | doc/easymini-release-notes.inc | 4 | ||||
-rw-r--r-- | doc/release-notes-1.6.3.inc | 54 | ||||
-rw-r--r-- | doc/release-notes.inc | 4 | ||||
-rw-r--r-- | doc/telegps-release-notes.inc | 4 |
7 files changed, 81 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile index 6a04a591..ed06006a 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,6 +3,7 @@ # RELNOTES_INC=\ + release-notes-1.6.3.inc \ release-notes-1.6.2.inc \ release-notes-1.6.1.inc \ release-notes-1.6.inc \ diff --git a/doc/altusmetrum-docinfo.xml b/doc/altusmetrum-docinfo.xml index 63c1e035..60be0411 100644 --- a/doc/altusmetrum-docinfo.xml +++ b/doc/altusmetrum-docinfo.xml @@ -47,6 +47,13 @@ <revhistory> <?dbhtml filename="altusmetrum-revhistory.html"?> <revision> + <revnumber>1.6.3</revnumber> + <date>21 April 2016</date> + <revremark> + Minor release fixing various host software bugs. + </revremark> + </revision> + <revision> <revnumber>1.6.2</revnumber> <date>10 January 2016</date> <revremark> diff --git a/doc/easymini-docinfo.xml b/doc/easymini-docinfo.xml index 7789d2f3..cf3f27d2 100644 --- a/doc/easymini-docinfo.xml +++ b/doc/easymini-docinfo.xml @@ -39,6 +39,13 @@ <revhistory> <?dbhtml filename="easymini-revhistory.html"?> <revision> + <revnumber>1.6.3</revnumber> + <date>21 April 2016</date> + <revremark> + Minor release fixing various host software bugs. + </revremark> + </revision> + <revision> <revnumber>1.6.2</revnumber> <date>10 January 2016</date> <revremark> diff --git a/doc/easymini-release-notes.inc b/doc/easymini-release-notes.inc index 352a989b..7f578f71 100644 --- a/doc/easymini-release-notes.inc +++ b/doc/easymini-release-notes.inc @@ -2,6 +2,10 @@ == Release Notes :leveloffset: 2 + include::release-notes-1.6.3.raw[] + + <<<< + :leveloffset: 2 include::release-notes-1.6.2.raw[] :leveloffset: 0 diff --git a/doc/release-notes-1.6.3.inc b/doc/release-notes-1.6.3.inc new file mode 100644 index 00000000..28699064 --- /dev/null +++ b/doc/release-notes-1.6.3.inc @@ -0,0 +1,54 @@ += Release Notes for Version 1.6.3 +:toc!: +:doctype: article + + Version 1.6.3 contains bug fixes for our host software on + desktops, laptops an android devices along with BlueTooth + support for Windows. + + == AltOS + + There aren't any significant bug fixes or new features in the + flight firmware in version 1.6.3. + + == AltosUI and TeleGPS Applications + + AltosUI and TeleGPS New Features: + + * Add BlueTooth support for Windows operating system. This + supports connections to TeleBT over BlueTooth rather than + just USB. + + AltosUI and TeleGPS Fixes: + + * Change Java detection and install on Windows. Detection is + now done by looking for the 'javaw.exe' program, and + installation by opening a browser on the java.com web site. + + * Delay polling while the Fire Igniters is visible to allow + for TeleMega to report back complete status over the radio. + + * Disallow changing RF calibration numbers in the + configuration UI. There's no good reason to change this from + the field, and recovering is really hard if you haven't + written down the right number. + + * Fix USB device discovery on Mac OS X El Capitan. This makes + the connected Altus Metrum USB devices appear again. + + == AltosDroid + + * Don't set target location if GPS hasn't locked yet. + + * Fix saving target states so they can be reloaded when the + application restarts. When the application is shut down and + restarted, all previous target state information will be + restored (including GPS position if available). + + * Fix crash on some Android devices for offline maps when + changing the map scale or location. + + == Documentation + + * Document TeleMega and EasyMega additional pyro channel + continuity audio alert pattern. diff --git a/doc/release-notes.inc b/doc/release-notes.inc index a6240d43..35ffa0d1 100644 --- a/doc/release-notes.inc +++ b/doc/release-notes.inc @@ -2,6 +2,10 @@ == Release Notes :leveloffset: 2 + include::release-notes-1.6.3.raw[] + + <<<< + :leveloffset: 2 include::release-notes-1.6.2.raw[] <<<< diff --git a/doc/telegps-release-notes.inc b/doc/telegps-release-notes.inc index dcdabc05..4123c783 100644 --- a/doc/telegps-release-notes.inc +++ b/doc/telegps-release-notes.inc @@ -2,6 +2,10 @@ == Release Notes :leveloffset: 2 + include::release-notes-1.6.3.raw[] + + <<<< + :leveloffset: 2 include::release-notes-1.6.2.raw[] <<<< |