doc: Add 1.3.2 release notes
authorKeith Packard <keithp@keithp.com>
Fri, 24 Jan 2014 17:35:55 +0000 (09:35 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 24 Jan 2014 17:35:55 +0000 (09:35 -0800)
Signed-off-by: Keith Packard <keithp@keithp.com>
doc/Makefile
doc/altusmetrum.xsl
doc/release-notes-1.3.2.xsl [new file with mode: 0644]

index 80310869a4ef4d0b29032999d2328c98904e8401..f7ecf06944bcee8668fe4b879523a7e80f0b5bad 100644 (file)
@@ -13,7 +13,8 @@ RELNOTES=\
        release-notes-1.2.html \
        release-notes-1.2.1.html \
        release-notes-1.3.html \
        release-notes-1.2.html \
        release-notes-1.2.1.html \
        release-notes-1.3.html \
-       release-notes-1.3.1.html
+       release-notes-1.3.1.html \
+       release-notes-1.3.2.html
 
 PICTURES=\
        altosui.png \
 
 PICTURES=\
        altosui.png \
index 036b0b6177b992de9f0b47937cb6a2d9b25a8053..d96e8f4fb585afb3eab3c4fea566479925a93d12 100644 (file)
       </para>
     </legalnotice>
     <revhistory>
       </para>
     </legalnotice>
     <revhistory>
+      <revision>
+       <revnumber>1.3.2</revnumber>
+       <date>24 January 2014</date>
+       <revremark>
+         Bug fixes for TeleMega and AltosUI.
+       </revremark>
+      </revision>
       <revision>
        <revnumber>1.3.1</revnumber>
        <date>21 January 2014</date>
       <revision>
        <revnumber>1.3.1</revnumber>
        <date>21 January 2014</date>
@@ -4456,6 +4463,13 @@ NAR #88757, TRA #12200
   </appendix>
   <appendix>
     <title>Release Notes</title>
   </appendix>
   <appendix>
     <title>Release Notes</title>
+    <simplesect>
+      <title>Version 1.3.2</title>
+      <xi:include
+         xmlns:xi="http://www.w3.org/2001/XInclude"
+         href="release-notes-1.3.2.xsl"
+         xpointer="xpointer(/article/*)"/>
+    </simplesect>
     <simplesect>
       <title>Version 1.3.1</title>
       <xi:include
     <simplesect>
       <title>Version 1.3.1</title>
       <xi:include
diff --git a/doc/release-notes-1.3.2.xsl b/doc/release-notes-1.3.2.xsl
new file mode 100644 (file)
index 0000000..e8d051d
--- /dev/null
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+"/usr/share/xml/docbook/schema/dtd/4.5/docbookx.dtd">
+
+<article>
+  <para>
+    Version 1.3.2 is a minor release. It includes small bug fixes for
+    the TeleMega flight software and AltosUI ground station
+  </para>
+  <para>
+    AltOS Firmware Changes
+    <itemizedlist>
+      <listitem>
+       <para>
+         On TeleMega, limit number of logged GPS status information
+         to 12 satellites. That's all there is room for in the log
+         structure.
+       </para>
+      </listitem>
+    </itemizedlist>
+  </para>
+  <para>
+    AltosUI changes
+    <itemizedlist>
+      <listitem>
+       <para>
+         If the TeleMega flight firmware reports that it has logged
+         information about more than 12 satellites, don't believe it
+         as the log only holds 12 satellite records.
+       </para>
+      </listitem>
+    </itemizedlist>
+  </para>
+</article>