doc: update 1.6 release notes with recent bug fixes
[fw/altos] / doc / release-notes-1.6.xsl
index f3c5d6421bb259419f57e381284e75e8157904c0..604fe0960284dce8bb274fd996a609cd593ae64b 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. This affects all
+         released TeleGPS products; if you have a TeleGPS device,
+         you'll want to reflash the firmware.
+       </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>
+      <listitem>
+       <para>
+         When replaying a file, put 'done' in the Age field when we
+         reach the end of the file, instead of continuing to count forever.
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+         In the Scan Channels code, wait for five seconds if we see
+         any packet. This is needed because AltOS now sends the
+         callsign, serial number and flight number only once every
+         five seconds these days.
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+         In the Scan Channels code, reset pending flight state
+         information each time we change channels. This avoids having
+         flight computers appear on multiple frequencies by accident.
+       </para>
+      </listitem>
     </itemizedlist>
   </para>
 </article>