doc: Add 1.0.2 release notes
authorKeith Packard <keithp@keithp.com>
Wed, 28 Sep 2011 07:43:42 +0000 (00:43 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 28 Sep 2011 07:44:29 +0000 (00:44 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
doc/Makefile
doc/altusmetrum.xsl
doc/release-notes-1.0.2.xsl [new file with mode: 0644]

index 14bce5c934e16ebbbda2447c8d4bba04eef60305..81515b45b5503c67ee40136731342694d5ed146f 100644 (file)
@@ -7,7 +7,8 @@ RELNOTES=\
        release-notes-0.8.html \
        release-notes-0.9.html \
        release-notes-0.9.2.html \
-       release-notes-1.0.1.html
+       release-notes-1.0.1.html \
+       release-notes-1.0.2.html
 
 RELNOTES_XSL=$(RELNOTES:.html=.xsl)
 HTML=altusmetrum.html altos.html telemetry.html $(RELNOTES)
index 606c8b9945cb8985d9f4d69020b4ef6c58bb6f68..19cc758f7d4f51fc1f72890ef048f7d775ee84cb 100644 (file)
@@ -2480,6 +2480,7 @@ NAR #88757, TRA #12200
   <appendix
       xmlns:xi="http://www.w3.org/2001/XInclude">
     <title>Release Notes</title>
+    <xi:include        href="release-notes-1.0.2.xsl"  xpointer="xpointer(/article/*)"/>
     <xi:include        href="release-notes-1.0.1.xsl"  xpointer="xpointer(/article/*)"/>
     <xi:include        href="release-notes-0.9.2.xsl"  xpointer="xpointer(/article/*)"/>
     <xi:include        href="release-notes-0.9.xsl"  xpointer="xpointer(/article/*)"/>
diff --git a/doc/release-notes-1.0.2.xsl b/doc/release-notes-1.0.2.xsl
new file mode 100644 (file)
index 0000000..62ebd6a
--- /dev/null
@@ -0,0 +1,26 @@
+<?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.0.2 is a bugfix release, addressing a minor issue
+    found in version 1.0.1
+  </para>
+  <para>
+    AltOS Firmware Changes
+    <itemizedlist>
+      <listitem>
+       On TeleMetrum, wait to enable the radio link for remote command operations
+       until the device enters either idle or invalid mode. Ticket #26.
+      </listitem>
+      <listitem>
+       On TeleMini, delay during reboot for one second to give the
+       TeleDongle time to leave radio link mode. Otherwise, the
+       TeleDongle would send another radio link packet out while the
+       TeleMini was rebooting, sending TeleMini right back to idle
+       mode. Ticket #27.
+      </listitem>
+    </itemizedlist>
+  </para>
+</article>