diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 3 | ||||
-rw-r--r-- | doc/altusmetrum.xsl | 1 | ||||
-rw-r--r-- | doc/release-notes-1.0.3.xsl | 19 |
3 files changed, 22 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 81515b45..ab37c1b9 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -8,7 +8,8 @@ RELNOTES=\ release-notes-0.9.html \ release-notes-0.9.2.html \ release-notes-1.0.1.html \ - release-notes-1.0.2.html + release-notes-1.0.2.html \ + release-notes-1.0.3.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 989abd2a..0a01c6de 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.3.xsl" xpointer="xpointer(/article/*)"/> <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/*)"/> diff --git a/doc/release-notes-1.0.3.xsl b/doc/release-notes-1.0.3.xsl new file mode 100644 index 00000000..2681d50c --- /dev/null +++ b/doc/release-notes-1.0.3.xsl @@ -0,0 +1,19 @@ +<?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.3 is a minor release adding support for TeleMetrum v1.2 boards + </para> + <para> + AltOS Firmware Changes + <itemizedlist> + <listitem> + TeleMetrum version 1.2 is functionally identical to version 1.1, the + only change required in the firmware was to adjust the product name reported + over the USB link. + </listitem> + </itemizedlist> + </para> +</article> |