Update version 1.6 release notes with more bug fixes
authorKeith Packard <keithp@keithp.com>
Sat, 7 Feb 2015 10:37:36 +0000 (02:37 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 7 Feb 2015 10:37:36 +0000 (02:37 -0800)
A few bugs found during release testing are notable enough to be
included in the release notes.

Signed-off-by: Keith Packard <keithp@keithp.com>
doc/release-notes-1.6.xsl

index f3c5d6421bb259419f57e381284e75e8157904c0..3f81379f691517b056199c87f1faaf2de1c0cb63 100644 (file)
          received.
        </para>
       </listitem>
+      <listitem>
+       <para>
+         Replace LPC11U14 SPI driver with non-interrupt version. The
+         interrupt code would occasionally wedge on long transfers
+         if interrupts were blocked for too long.
+       </para>
+      </listitem>
     </itemizedlist>
   </para>
   <para>
          radio link.
        </para>
       </listitem>
+      <listitem>
+       <para>
+         Make 'Monitor Idle' work for TeleGPS devices when connected
+         over USB. It's nice for testing without needing to broadcast
+         over the radio.
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+         Use different Windows API to discover USB devices. This
+         works better on my Windows 7 box, and will be used if the
+         older API fails to provide the necessary information.
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+         Look in more places in the registry to try and identify the
+         installed Java version on Windows. If you install the
+         default 32-bit version of Windows on a 64-bit OS, the Java
+         registry information is hiding \SOFTWARE\Wow6432Node for
+         some reason.
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+         Fix file association on Windows by searching for the
+         javaw.exe program instead of assuming it is in
+         %SYSTEMROOT%. This makes double-clicking on Altus Metrum
+         data files in the file manager work correctly.
+       </para>
+      </listitem>
     </itemizedlist>
   </para>
 </article>