Add 1.6.8 release notes
authorKeith Packard <keithp@keithp.com>
Sun, 4 Sep 2016 02:02:35 +0000 (21:02 -0500)
committerKeith Packard <keithp@keithp.com>
Sun, 4 Sep 2016 02:02:35 +0000 (21:02 -0500)
Signed-off-by: Keith Packard <keithp@keithp.com>
doc/Makefile
doc/altusmetrum-docinfo.xml
doc/release-notes-1.6.8.inc [new file with mode: 0644]
doc/release-notes.inc

index 707a4428ad527c578dd66d956b7c457cb44f30d0..e6fb95abc5c8deed5459df5916c8f5a05fc8eaa8 100644 (file)
@@ -3,6 +3,7 @@
 #
 
 RELNOTES_INC=\
 #
 
 RELNOTES_INC=\
+       release-notes-1.6.8.inc \
        release-notes-1.6.5.inc \
        release-notes-1.6.4.inc \
        release-notes-1.6.3.inc \
        release-notes-1.6.5.inc \
        release-notes-1.6.4.inc \
        release-notes-1.6.3.inc \
index fbd14c5a5a22cea0ff62740206a92c54971973c6..e1f4eb62b86148d59c4fc7b3ce24c9e7715e95af 100644 (file)
 </legalnotice>
 <revhistory>
   <?dbhtml filename="altusmetrum-revhistory.html"?>
 </legalnotice>
 <revhistory>
   <?dbhtml filename="altusmetrum-revhistory.html"?>
+  <revision>
+    <revnumber>1.6.8</revnumber>
+    <date>4 Sep 2016</date>
+    <revremark>
+      Minor release fixing another TeleMega and TeleMetrum v2.0 bug
+      which could result in loss of data logging and telemetry in
+      flight. Also fixed an AltosUI bug which would hide some pad
+      status values and never show them again.
+    </revremark>
+  </revision>
   <revision>
     <revnumber>1.6.5</revnumber>
     <date>8 Jul 2016</date>
   <revision>
     <revnumber>1.6.5</revnumber>
     <date>8 Jul 2016</date>
diff --git a/doc/release-notes-1.6.8.inc b/doc/release-notes-1.6.8.inc
new file mode 100644 (file)
index 0000000..8e37fe6
--- /dev/null
@@ -0,0 +1,40 @@
+= Release Notes for Version 1.6.8
+:toc!:
+:doctype: article
+
+       Version 1.6.8 fixes a TeleMega and TeleMetrum v2.0 bug where
+       the device could 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 DMA driver to work around STM32L SoC DMA priority
+          issue t lock-up in the logging or radio code, either of
+          which could stop data logging and telemetry.
+
+       * Avoid having TeleBT battery status values smash telemetry
+          packet data by holding a lock during both operations.
+
+       * Don't start reporting 'flight 0' when the log fills in
+         flight.
+
+       AltOS changes:
+       
+       * Flash LEDS on all products briefly during power up so that
+          they can be tested during production.
+
+       == AltosUI, TeleGPS and AltosDroid Applications
+
+       AltosUI fixes:
+
+       * Re-enable go/no-go entries after they've been disabled due
+          to lack of data. If telemetry information is delayed when
+          the Ui starts up, sometimes important fields would get
+          disabled to never re-appear.
+
+       * Deal with ground station failure better during Configure
+          Ground Station operation by cleaning up pending operations.
+
index b8b34e7bcf711bb713348ea2bd9f8bf347ab54b4..7cd075f624a2e629988825175c28a16db90893c3 100644 (file)
@@ -1,6 +1,10 @@
 [appendix]
 == Release Notes
 
 [appendix]
 == Release Notes
 
+       :leveloffset: 2
+       include::release-notes-1.6.8.raw[]
+
+       <<<<
        :leveloffset: 2
        include::release-notes-1.6.5.raw[]
 
        :leveloffset: 2
        include::release-notes-1.6.5.raw[]