summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-04-21 21:32:50 -0400
committerKeith Packard <keithp@keithp.com>2016-04-21 21:36:08 -0400
commit4d4a39b569d7982405748b961b93dcd33e59b833 (patch)
treef8875e33a74e5faba5b6babc5c56f77cd9ba6b7a
parent565d8f22c23c7c6c6817d11ef1ca02e70ba5d2ae (diff)
Add preliminary 1.6.3 release notes
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--doc/Makefile1
-rw-r--r--doc/altusmetrum-docinfo.xml7
-rw-r--r--doc/easymini-docinfo.xml7
-rw-r--r--doc/easymini-release-notes.inc4
-rw-r--r--doc/release-notes-1.6.3.inc54
-rw-r--r--doc/release-notes.inc4
-rw-r--r--doc/telegps-release-notes.inc4
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[]
<<<<