Bump to 1.6.5. Add preliminary release notes
authorKeith Packard <keithp@keithp.com>
Sat, 2 Jul 2016 20:08:58 +0000 (22:08 +0200)
committerKeith Packard <keithp@keithp.com>
Sat, 2 Jul 2016 20:09:30 +0000 (22:09 +0200)
Signed-off-by: Keith Packard <keithp@keithp.com>
configure.ac
doc/altusmetrum-docinfo.xml
doc/release-notes-1.6.5.inc [new file with mode: 0644]
doc/release-notes.inc

index 325b18706e5c453a0b68500861514c21deeb8ae8..001449a75e6c7dd5ef6d552aca3b0ab216ac40b4 100644 (file)
@@ -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])
index 1b8ff68d1a0fdf948597049a0d44850ac07badc4..b64f3843f7ffdfff8f7d697c0afc1c1db5862ce5 100644 (file)
 </legalnotice>
 <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>
diff --git a/doc/release-notes-1.6.5.inc b/doc/release-notes-1.6.5.inc
new file mode 100644 (file)
index 0000000..c77f466
--- /dev/null
@@ -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.
index 6ac90cfd6a4feeac70f493f0a06d2438063baa4f..b8b34e7bcf711bb713348ea2bd9f8bf347ab54b4 100644 (file)
@@ -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[]