doc: Convert several more itemizedlists to variablelists
[fw/altos] / doc / release-notes-0.9.xsl
1 <?xml version="1.0" encoding="utf-8" ?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "/usr/share/xml/docbook/schema/dtd/4.5/docbookx.dtd">
4
5 <article>
6   <para>
7     Version 0.9 adds a few new firmware features and accompanying
8     AltosUI changes, along with new hardware support.
9   </para>
10   <itemizedlist>
11     <listitem>
12       <para>
13       Support for TeleMetrum v1.1 hardware. Sources for the flash
14       memory part used in v1.0 dried up, so v1.1 uses a different part
15       which required a new driver and support for explicit flight log
16       erasing.
17 </para>
18     </listitem>
19     <listitem>
20       <para>
21       Multiple flight log support. This stores more than one flight
22       log in the on-board flash memory. It also requires the user to
23       explicitly erase flights so that you won't lose flight logs just
24       because you fly the same board twice in one day.
25 </para>
26     </listitem>
27     <listitem>
28       <para>
29       Telemetry support for devices with serial number >=
30       256. Previous versions used a telemetry packet format that
31       provided only 8 bits for the device serial number. This change
32       requires that both ends of the telemetry link be running the 0.9
33       firmware or they will not communicate.
34 </para>
35     </listitem>
36   </itemizedlist>
37 </article>