diff options
author | Keith Packard <keithp@keithp.com> | 2011-09-28 00:43:42 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-09-28 00:44:29 -0700 |
commit | ca8709f9b14a6c312be54e296904c5eb3267fcf8 (patch) | |
tree | 6b43855f89f57e8a56a1248cf843a0d806602021 /doc/release-notes-1.0.2.xsl | |
parent | bbc46241a5c5f15b74d37b1d032e6cde28b501a9 (diff) |
doc: Add 1.0.2 release notes
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc/release-notes-1.0.2.xsl')
-rw-r--r-- | doc/release-notes-1.0.2.xsl | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/release-notes-1.0.2.xsl b/doc/release-notes-1.0.2.xsl new file mode 100644 index 00000000..62ebd6a4 --- /dev/null +++ b/doc/release-notes-1.0.2.xsl @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8" ?> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" +"/usr/share/xml/docbook/schema/dtd/4.5/docbookx.dtd"> + +<article> + <para> + Version 1.0.2 is a bugfix release, addressing a minor issue + found in version 1.0.1 + </para> + <para> + AltOS Firmware Changes + <itemizedlist> + <listitem> + On TeleMetrum, wait to enable the radio link for remote command operations + until the device enters either idle or invalid mode. Ticket #26. + </listitem> + <listitem> + On TeleMini, delay during reboot for one second to give the + TeleDongle time to leave radio link mode. Otherwise, the + TeleDongle would send another radio link packet out while the + TeleMini was rebooting, sending TeleMini right back to idle + mode. Ticket #27. + </listitem> + </itemizedlist> + </para> +</article> |