From: Keith Packard Date: Wed, 28 Sep 2011 07:43:42 +0000 (-0700) Subject: doc: Add 1.0.2 release notes X-Git-Tag: 1.0.2~1 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=ca8709f9b14a6c312be54e296904c5eb3267fcf8 doc: Add 1.0.2 release notes Signed-off-by: Keith Packard --- 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. + + + +