Add 1.4.1 release notes
authorKeith Packard <keithp@keithp.com>
Fri, 20 Jun 2014 18:51:11 +0000 (11:51 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 25 Jun 2014 03:58:49 +0000 (20:58 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
doc/Makefile
doc/altusmetrum.xsl
doc/release-notes-1.4.1.xsl [new file with mode: 0644]
doc/telegps.xsl

index 254e63c43387ee6ecf326049430beb01fd63f2d2..c39450c7ddd100ff4de458beb850efd565292b06 100644 (file)
@@ -15,7 +15,8 @@ RELNOTES=\
        release-notes-1.3.html \
        release-notes-1.3.1.html \
        release-notes-1.3.2.html \
        release-notes-1.3.html \
        release-notes-1.3.1.html \
        release-notes-1.3.2.html \
-       release-notes-1.4.html
+       release-notes-1.4.html \
+       release-notes-1.4.1.html
 
 PICTURES=\
        altosui.png \
 
 PICTURES=\
        altosui.png \
@@ -107,6 +108,9 @@ distclean:
 altusmetrum.html: $(RELNOTES_XSL) $(IMAGES)
 altusmetrum.pdf: $(RELNOTES_XSL) $(IMAGES)
 
 altusmetrum.html: $(RELNOTES_XSL) $(IMAGES)
 altusmetrum.pdf: $(RELNOTES_XSL) $(IMAGES)
 
+telegps.html: $(RELNOTES_XSL) $(IMAGES)
+telegps.pdf: $(RELNOTES_XSL) $(IMAGES)
+
 $(PDF): $(FOSTYLE) $(TEMPLATES)
 
 indent:                altusmetrum.xsl
 $(PDF): $(FOSTYLE) $(TEMPLATES)
 
 indent:                altusmetrum.xsl
index fb8fe7e191edc0811293e07f79f5f6bdef73555a..b4cac48e201ddf4268dbcd4ca6d79b32b37f936b 100644 (file)
       </para>
     </legalnotice>
     <revhistory>
       </para>
     </legalnotice>
     <revhistory>
+      <revision>
+       <revnumber>1.4.1</revnumber>
+       <date>20 June 2014</date>
+       <revremark>
+         Minor release fixing some installation bugs.
+       </revremark>
+      </revision>
       <revision>
        <revnumber>1.4</revnumber>
        <date>15 June 2014</date>
       <revision>
        <revnumber>1.4</revnumber>
        <date>15 June 2014</date>
@@ -5457,6 +5464,13 @@ NAR #88757, TRA #12200
   </appendix>
   <appendix>
     <title>Release Notes</title>
   </appendix>
   <appendix>
     <title>Release Notes</title>
+    <simplesect>
+      <title>Version 1.41</title>
+      <xi:include
+         xmlns:xi="http://www.w3.org/2001/XInclude"
+         href="release-notes-1.4.1.xsl"
+         xpointer="xpointer(/article/*)"/>
+    </simplesect>
     <simplesect>
       <title>Version 1.4</title>
       <xi:include
     <simplesect>
       <title>Version 1.4</title>
       <xi:include
diff --git a/doc/release-notes-1.4.1.xsl b/doc/release-notes-1.4.1.xsl
new file mode 100644 (file)
index 0000000..14258ea
--- /dev/null
@@ -0,0 +1,47 @@
+<?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.4.1 is a minor release. It fixes install issues on
+    Windows and provides the missing TeleMetrum V2.0 firmware. There
+    aren't any changes to the firmware or host applications at
+    all. All Windows users will want to upgrade to get the signed
+    driver, but Mac and Linux users who do not need the TeleMetrum
+    V2.0 firmware image will not need to upgrade.
+  </para>
+  <para>
+    Windows Install Fixes
+    <itemizedlist>
+      <listitem>
+       <para>
+         Provide signed Windows driver files. This should avoid any need to
+         disable driver signature checking on Windows 7 or 8.
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+         Fix Java version detection and download. Previously, the
+         installer would only look for Java 6 or 7 and insist on
+         downloading its own Java bits if there was something else
+         installed. Furthermore, the 64-bit Java link provided didn't
+         work for anyone other than Keith, making it impossible to
+         install AltOS on any machine with Java SE 8 installed.
+       </para>
+      </listitem>
+    </itemizedlist>
+  </para>
+  <para>
+    Other Fixes
+    <itemizedlist>
+      <listitem>
+       <para>
+         Include 1.4 firmware for TeleMetrum V2.0. None of the
+         installers shipped this file. Now it's included in the AltOS
+         packages for Linux, Mac and Windows.
+       </para>
+      </listitem>
+    </itemizedlist>
+  </para>
+</article>
index 836c3d9a899f2e0b6a48be00f1d46395d5878d88..bf7eec5ae7d74c64e997e2c1fef7c6e2b7392814 100644 (file)
       </para>
     </legalnotice>
     <revhistory>
       </para>
     </legalnotice>
     <revhistory>
+      <revision>
+       <revnumber>1.4.1</revnumber>
+       <date>20 June 2014</date>
+       <revremark>
+         Minor release fixing some installation bugs.
+       </revremark>
+      </revision>
       <revision>
        <revnumber>1.4</revnumber>
        <date>13 June 2014</date>
       <revision>
        <revnumber>1.4</revnumber>
        <date>13 June 2014</date>
@@ -1295,6 +1302,23 @@ NAR #88757, TRA #12200
       </para>
     </section>
   </chapter>
       </para>
     </section>
   </chapter>
+  <appendix>
+    <title>Release Notes</title>
+    <simplesect>
+      <title>Version 1.41</title>
+      <xi:include
+         xmlns:xi="http://www.w3.org/2001/XInclude"
+         href="release-notes-1.4.1.xsl"
+         xpointer="xpointer(/article/*)"/>
+    </simplesect>
+    <simplesect>
+      <title>Version 1.4</title>
+      <xi:include
+         xmlns:xi="http://www.w3.org/2001/XInclude"
+         href="release-notes-1.4.xsl"
+         xpointer="xpointer(/article/*)"/>
+    </simplesect>
+  </appendix>
 </book>
 <!--  LocalWords:  Altusmetrum TeleGPS
 -->
 </book>
 <!--  LocalWords:  Altusmetrum TeleGPS
 -->