diff options
| author | Keith Packard <keithp@keithp.com> | 2015-02-07 18:10:34 -0800 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2015-02-07 18:10:34 -0800 | 
| commit | aea188e4227993c508c7045d02f2bc87abd4e428 (patch) | |
| tree | 0ca51cb3a8036f2e2884973dfd36f1d2fb151b10 | |
| parent | 0dd733efdbb66535889aafecbba45f49266ed886 (diff) | |
doc: update 1.6 release notes with recent bug fixes
Signed-off-by: Keith Packard <keithp@keithp.com>
| -rw-r--r-- | doc/release-notes-1.6.xsl | 25 | 
1 files changed, 24 insertions, 1 deletions
diff --git a/doc/release-notes-1.6.xsl b/doc/release-notes-1.6.xsl index 3f81379f..604fe096 100644 --- a/doc/release-notes-1.6.xsl +++ b/doc/release-notes-1.6.xsl @@ -46,7 +46,9 @@  	<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. +	  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> @@ -114,6 +116,27 @@  	  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>  | 
