From: Keith Packard Date: Sat, 7 Feb 2015 10:37:36 +0000 (-0800) Subject: Update version 1.6 release notes with more bug fixes X-Git-Tag: 1.6~14 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=4a5c64bef6952f25cadebc3e1f9909a5f513e015 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 --- 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. + + + Replace LPC11U14 SPI driver with non-interrupt version. The + interrupt code would occasionally wedge on long transfers + if interrupts were blocked for too long. + + @@ -76,6 +83,37 @@ radio link. + + + Make 'Monitor Idle' work for TeleGPS devices when connected + over USB. It's nice for testing without needing to broadcast + over the radio. + + + + + 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. + + + + + 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. + + + + + 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. + +