diff options
author | Bdale Garbee <bdale@gag.com> | 2014-06-24 21:56:25 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2014-06-24 21:56:25 -0600 |
commit | 27dbfb4f01f30457fccb22cfe2aba2b3b022a020 (patch) | |
tree | 7e047deddb829859b8abf93610e3436cff4b8aa5 /doc/release-notes-1.4.1.xsl | |
parent | 5d0af8e108b5b8dc39779e80bb76e04a54dcb5ea (diff) | |
parent | 655a75a884db0fe2b40a0eb957efa943df49fecd (diff) |
Merge branch 'branch-1.4' into debian
Diffstat (limited to 'doc/release-notes-1.4.1.xsl')
-rw-r--r-- | doc/release-notes-1.4.1.xsl | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/doc/release-notes-1.4.1.xsl b/doc/release-notes-1.4.1.xsl new file mode 100644 index 00000000..e6c82d60 --- /dev/null +++ b/doc/release-notes-1.4.1.xsl @@ -0,0 +1,54 @@ +<?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> + <listitem> + <para> + Include Google Application Key for map downloading. The 1.4 + release didn't have this key in the released version of the + software, making map downloading fail for most people. + </para> + </listitem> + </itemizedlist> + </para> +</article> |