diff options
| -rw-r--r-- | doc/Makefile | 3 | ||||
| -rw-r--r-- | doc/altusmetrum.xsl | 14 | ||||
| -rw-r--r-- | doc/release-notes-1.3.2.xsl | 34 | 
3 files changed, 50 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 80310869..f7ecf069 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -13,7 +13,8 @@ RELNOTES=\  	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 \ diff --git a/doc/altusmetrum.xsl b/doc/altusmetrum.xsl index 036b0b61..d96e8f4f 100644 --- a/doc/altusmetrum.xsl +++ b/doc/altusmetrum.xsl @@ -36,6 +36,13 @@      </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>  	<revremark> @@ -4457,6 +4464,13 @@ NAR #88757, TRA #12200    <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  	  xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/release-notes-1.3.2.xsl b/doc/release-notes-1.3.2.xsl new file mode 100644 index 00000000..e8d051d2 --- /dev/null +++ b/doc/release-notes-1.3.2.xsl @@ -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>  | 
