diff options
| author | Keith Packard <keithp@keithp.com> | 2015-02-07 02:37:36 -0800 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2015-02-07 02:37:36 -0800 | 
| commit | 4a5c64bef6952f25cadebc3e1f9909a5f513e015 (patch) | |
| tree | 0211d2ea6ea11da3857fa5d9a7c2ff8a0623e16a | |
| parent | 211cb482e4da04dc032432abc236ef8b5a5e732f (diff) | |
Update version 1.6 release notes with more bug fixes
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>
| -rw-r--r-- | doc/release-notes-1.6.xsl | 38 | 
1 files changed, 38 insertions, 0 deletions
| diff --git a/doc/release-notes-1.6.xsl b/doc/release-notes-1.6.xsl index f3c5d642..3f81379f 100644 --- a/doc/release-notes-1.6.xsl +++ b/doc/release-notes-1.6.xsl @@ -42,6 +42,13 @@  	  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> @@ -76,6 +83,37 @@  	  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> | 
