diff options
-rw-r--r-- | doc/Makefile | 3 | ||||
-rw-r--r-- | doc/altusmetrum.xsl | 1 | ||||
-rw-r--r-- | doc/release-notes-1.0.2.xsl | 26 |
3 files changed, 29 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 14bce5c9..81515b45 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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) diff --git a/doc/altusmetrum.xsl b/doc/altusmetrum.xsl index 606c8b99..19cc758f 100644 --- a/doc/altusmetrum.xsl +++ b/doc/altusmetrum.xsl @@ -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 index 00000000..62ebd6a4 --- /dev/null +++ b/doc/release-notes-1.0.2.xsl @@ -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> |