From ca8709f9b14a6c312be54e296904c5eb3267fcf8 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 28 Sep 2011 00:43:42 -0700 Subject: [PATCH] doc: Add 1.0.2 release notes Signed-off-by: Keith Packard --- doc/Makefile | 3 ++- doc/altusmetrum.xsl | 1 + doc/release-notes-1.0.2.xsl | 26 ++++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 doc/release-notes-1.0.2.xsl diff --git a/doc/Makefile b/doc/Makefile index 14bce5c9..81515b45 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -7,7 +7,8 @@ RELNOTES=\ release-notes-0.8.html \ release-notes-0.9.html \ release-notes-0.9.2.html \ - release-notes-1.0.1.html + release-notes-1.0.1.html \ + release-notes-1.0.2.html RELNOTES_XSL=$(RELNOTES:.html=.xsl) HTML=altusmetrum.html altos.html telemetry.html $(RELNOTES) diff --git a/doc/altusmetrum.xsl b/doc/altusmetrum.xsl index 606c8b99..19cc758f 100644 --- a/doc/altusmetrum.xsl +++ b/doc/altusmetrum.xsl @@ -2480,6 +2480,7 @@ NAR #88757, TRA #12200 Release Notes + 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 @@ + + + +
+ + Version 1.0.2 is a bugfix release, addressing a minor issue + found in version 1.0.1 + + + AltOS Firmware Changes + + + On TeleMetrum, wait to enable the radio link for remote command operations + until the device enters either idle or invalid mode. Ticket #26. + + + 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. + + + +
-- 2.30.2