first part of 1.6.4 release
authorBdale Garbee <bdale@gag.com>
Fri, 17 Jun 2016 16:27:41 +0000 (10:27 -0600)
committerBdale Garbee <bdale@gag.com>
Fri, 17 Jun 2016 16:27:41 +0000 (10:27 -0600)
15 files changed:
AltOS/releases/1.6.4.mdwn [new file with mode: 0644]
AltOS/releases/1.6.4/Altos-Linux-1.6.4.sh [new file with mode: 0755]
AltOS/releases/1.6.4/Altos-Mac-1.6.4.dmg [new file with mode: 0644]
AltOS/releases/1.6.4/Altos-Windows-1-6-4.exe [new file with mode: 0644]
AltOS/releases/1.6.4/release-notes-1.6.4.html [new file with mode: 0644]
MicroPeak/releases/1.6.4.mdwn [new file with mode: 0644]
MicroPeak/releases/1.6.4/MicroPeak-Linux-1.6.4.sh [new file with mode: 0755]
MicroPeak/releases/1.6.4/MicroPeak-Mac-1.6.4.dmg [new file with mode: 0644]
MicroPeak/releases/1.6.4/MicroPeak-Windows-1-6-4.exe [new file with mode: 0644]
MicroPeak/releases/1.6.4/release-notes-1.6.4.html [new file with mode: 0644]
TeleGPS/releases/1.6.4.mdwn [new file with mode: 0644]
TeleGPS/releases/1.6.4/TeleGPS-Linux-1.6.4.sh [new file with mode: 0755]
TeleGPS/releases/1.6.4/TeleGPS-Mac-1.6.4.dmg [new file with mode: 0644]
TeleGPS/releases/1.6.4/TeleGPS-Windows-1-6-4.exe [new file with mode: 0644]
TeleGPS/releases/1.6.4/release-notes-1.6.4.html [new file with mode: 0644]

diff --git a/AltOS/releases/1.6.4.mdwn b/AltOS/releases/1.6.4.mdwn
new file mode 100644 (file)
index 0000000..f645801
--- /dev/null
@@ -0,0 +1,13 @@
+---------------------------------
+### AltOS Version 1.6.4 ###
+
+- Available Downloads:
+       - [Windows Installer](/AltOS/releases/1.6.4/Altos-Windows-1-6-4.exe)
+       - [Mac OS X Package](/AltOS/releases/1.6.4/Altos-Mac-1.6.4.dmg)
+       - [Linux](/AltOS/releases/1.6.4/Altos-Linux-1.6.4.sh)
+       - [Source Snapshot](http://git.gag.com/?p=fw/altos;a=snapshot;h=refs/tags/1.6.4;sf=tgz)
+- Related Programs
+       - [MicroPeak 1.6.4](/MicroPeak/releases/1.6.4.html)
+       - [TeleGPS 1.6.4](/TeleGPS/releases/1.6.4.html)
+
+[[!inline pages="./1.6.4/release-notes-1.6.4.html" rss="no" raw="yes" ]]
diff --git a/AltOS/releases/1.6.4/Altos-Linux-1.6.4.sh b/AltOS/releases/1.6.4/Altos-Linux-1.6.4.sh
new file mode 100755 (executable)
index 0000000..b816032
Binary files /dev/null and b/AltOS/releases/1.6.4/Altos-Linux-1.6.4.sh differ
diff --git a/AltOS/releases/1.6.4/Altos-Mac-1.6.4.dmg b/AltOS/releases/1.6.4/Altos-Mac-1.6.4.dmg
new file mode 100644 (file)
index 0000000..876f743
Binary files /dev/null and b/AltOS/releases/1.6.4/Altos-Mac-1.6.4.dmg differ
diff --git a/AltOS/releases/1.6.4/Altos-Windows-1-6-4.exe b/AltOS/releases/1.6.4/Altos-Windows-1-6-4.exe
new file mode 100644 (file)
index 0000000..67b42e4
Binary files /dev/null and b/AltOS/releases/1.6.4/Altos-Windows-1-6-4.exe differ
diff --git a/AltOS/releases/1.6.4/release-notes-1.6.4.html b/AltOS/releases/1.6.4/release-notes-1.6.4.html
new file mode 100644 (file)
index 0000000..95ab79b
--- /dev/null
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Release Notes for Version 1.6.4</title><link rel="stylesheet" type="text/css" href="am.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /></head><body><div xml:lang="en" class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a id="idm1"></a>Release Notes for Version 1.6.4</h2></div></div><hr /></div><p>Version 1.6.4 fixes a bluetooth communication problem with
+TeleBT v1.0 devices, along with some altosui and altosdroid
+minor nits. It also now ships firmware for some newer devices.</p><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_altos"></a>1. AltOS</h2></div></div></div><p>AltOS fixes:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+Fix hardware flow control on TeleBT v1.0. Hardware RTS/CTS
+doesn’t seem to work, switch from using the hardware to
+driving these pins with software.
+</li><li class="listitem">
+Fix ARM USB drivers to deal with OS restarts. Needed to
+reset all USB-related state when the USB bus is reset. These
+fixes affect all STM32L, STM32F0 and LPC11U14 based devices.
+</li></ul></div></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_altosui_telegps_and_altosdroid_applications"></a>2. AltosUI, TeleGPS and AltosDroid Applications</h2></div></div></div><p>AltosUI, TeleGPS and AltosDroid New Features:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+Automatically switch from meters or feet to kilometers or
+miles for distance units.
+</li><li class="listitem">
+Add Monitor Idle mode to TeleGPS application.
+</li></ul></div><p>AltosUI, TeleGPS and AltosDroid Fixes:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+Abort map preloading when the preload map dialog is closed.
+</li><li class="listitem">
+In AltosDroid, Don’t reconnect to last device if the user
+had disconnected it the last time the application was
+active.
+</li></ul></div></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_documentation"></a>3. Documentation</h2></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+Mention TeleMega v2.0 in hardware specs table.
+</li><li class="listitem">
+Document TeleGPS RF output in telegps manual.
+</li></ul></div></div></div></body></html>
\ No newline at end of file
diff --git a/MicroPeak/releases/1.6.4.mdwn b/MicroPeak/releases/1.6.4.mdwn
new file mode 100644 (file)
index 0000000..4703248
--- /dev/null
@@ -0,0 +1,10 @@
+-------------------------------------
+### MicroPeak version 1.6.4 ###
+
+- Available Downloads:
+       - [Windows](/MicroPeak/releases/1.6.4/MicroPeak-Windows-1-6-4.exe)
+       - [Linux](/MicroPeak/releases/1.6.4/MicroPeak-Linux-1.6.4.sh)
+       - [Mac OS X](/MicroPeak/releases/1.6.4/MicroPeak-Mac-1.6.4.dmg)
+       - [Source Snapshot](http://git.gag.com/?p=fw/altos;a=snapshot;h=refs/tags/1.6.4;sf=tgz)
+
+[[!inline pages="./1.6.4/release-notes-1.6.4.html" rss="no" raw="yes" ]]
diff --git a/MicroPeak/releases/1.6.4/MicroPeak-Linux-1.6.4.sh b/MicroPeak/releases/1.6.4/MicroPeak-Linux-1.6.4.sh
new file mode 100755 (executable)
index 0000000..f0b14ef
Binary files /dev/null and b/MicroPeak/releases/1.6.4/MicroPeak-Linux-1.6.4.sh differ
diff --git a/MicroPeak/releases/1.6.4/MicroPeak-Mac-1.6.4.dmg b/MicroPeak/releases/1.6.4/MicroPeak-Mac-1.6.4.dmg
new file mode 100644 (file)
index 0000000..9478f31
Binary files /dev/null and b/MicroPeak/releases/1.6.4/MicroPeak-Mac-1.6.4.dmg differ
diff --git a/MicroPeak/releases/1.6.4/MicroPeak-Windows-1-6-4.exe b/MicroPeak/releases/1.6.4/MicroPeak-Windows-1-6-4.exe
new file mode 100644 (file)
index 0000000..5bfdf05
Binary files /dev/null and b/MicroPeak/releases/1.6.4/MicroPeak-Windows-1-6-4.exe differ
diff --git a/MicroPeak/releases/1.6.4/release-notes-1.6.4.html b/MicroPeak/releases/1.6.4/release-notes-1.6.4.html
new file mode 100644 (file)
index 0000000..95ab79b
--- /dev/null
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Release Notes for Version 1.6.4</title><link rel="stylesheet" type="text/css" href="am.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /></head><body><div xml:lang="en" class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a id="idm1"></a>Release Notes for Version 1.6.4</h2></div></div><hr /></div><p>Version 1.6.4 fixes a bluetooth communication problem with
+TeleBT v1.0 devices, along with some altosui and altosdroid
+minor nits. It also now ships firmware for some newer devices.</p><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_altos"></a>1. AltOS</h2></div></div></div><p>AltOS fixes:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+Fix hardware flow control on TeleBT v1.0. Hardware RTS/CTS
+doesn’t seem to work, switch from using the hardware to
+driving these pins with software.
+</li><li class="listitem">
+Fix ARM USB drivers to deal with OS restarts. Needed to
+reset all USB-related state when the USB bus is reset. These
+fixes affect all STM32L, STM32F0 and LPC11U14 based devices.
+</li></ul></div></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_altosui_telegps_and_altosdroid_applications"></a>2. AltosUI, TeleGPS and AltosDroid Applications</h2></div></div></div><p>AltosUI, TeleGPS and AltosDroid New Features:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+Automatically switch from meters or feet to kilometers or
+miles for distance units.
+</li><li class="listitem">
+Add Monitor Idle mode to TeleGPS application.
+</li></ul></div><p>AltosUI, TeleGPS and AltosDroid Fixes:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+Abort map preloading when the preload map dialog is closed.
+</li><li class="listitem">
+In AltosDroid, Don’t reconnect to last device if the user
+had disconnected it the last time the application was
+active.
+</li></ul></div></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_documentation"></a>3. Documentation</h2></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+Mention TeleMega v2.0 in hardware specs table.
+</li><li class="listitem">
+Document TeleGPS RF output in telegps manual.
+</li></ul></div></div></div></body></html>
\ No newline at end of file
diff --git a/TeleGPS/releases/1.6.4.mdwn b/TeleGPS/releases/1.6.4.mdwn
new file mode 100644 (file)
index 0000000..4221225
--- /dev/null
@@ -0,0 +1,10 @@
+-----------------
+### TeleGPS version 1.6.4 ###
+
+- Available Downloads:
+       - [Windows](/TeleGPS/releases/1.6.4/TeleGPS-Windows-1-6-4.exe)
+       - [Linux](/TeleGPS/releases/1.6.4/TeleGPS-Linux-1.6.4.sh)
+       - [Mac OS X](/TeleGPS/releases/1.6.4/TeleGPS-Mac-1.6.4.dmg)
+       - [Source Snapshot](http://git.gag.com/?p=fw/altos;a=snapshot;h=refs/tags/1.6.4;sf=tgz)
+
+[[!inline pages="./1.6.4/release-notes-1.6.4.html" rss="no" raw="yes" ]]
diff --git a/TeleGPS/releases/1.6.4/TeleGPS-Linux-1.6.4.sh b/TeleGPS/releases/1.6.4/TeleGPS-Linux-1.6.4.sh
new file mode 100755 (executable)
index 0000000..e8fb9b6
Binary files /dev/null and b/TeleGPS/releases/1.6.4/TeleGPS-Linux-1.6.4.sh differ
diff --git a/TeleGPS/releases/1.6.4/TeleGPS-Mac-1.6.4.dmg b/TeleGPS/releases/1.6.4/TeleGPS-Mac-1.6.4.dmg
new file mode 100644 (file)
index 0000000..1bee15b
Binary files /dev/null and b/TeleGPS/releases/1.6.4/TeleGPS-Mac-1.6.4.dmg differ
diff --git a/TeleGPS/releases/1.6.4/TeleGPS-Windows-1-6-4.exe b/TeleGPS/releases/1.6.4/TeleGPS-Windows-1-6-4.exe
new file mode 100644 (file)
index 0000000..88e1560
Binary files /dev/null and b/TeleGPS/releases/1.6.4/TeleGPS-Windows-1-6-4.exe differ
diff --git a/TeleGPS/releases/1.6.4/release-notes-1.6.4.html b/TeleGPS/releases/1.6.4/release-notes-1.6.4.html
new file mode 100644 (file)
index 0000000..95ab79b
--- /dev/null
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Release Notes for Version 1.6.4</title><link rel="stylesheet" type="text/css" href="am.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /></head><body><div xml:lang="en" class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a id="idm1"></a>Release Notes for Version 1.6.4</h2></div></div><hr /></div><p>Version 1.6.4 fixes a bluetooth communication problem with
+TeleBT v1.0 devices, along with some altosui and altosdroid
+minor nits. It also now ships firmware for some newer devices.</p><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_altos"></a>1. AltOS</h2></div></div></div><p>AltOS fixes:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+Fix hardware flow control on TeleBT v1.0. Hardware RTS/CTS
+doesn’t seem to work, switch from using the hardware to
+driving these pins with software.
+</li><li class="listitem">
+Fix ARM USB drivers to deal with OS restarts. Needed to
+reset all USB-related state when the USB bus is reset. These
+fixes affect all STM32L, STM32F0 and LPC11U14 based devices.
+</li></ul></div></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_altosui_telegps_and_altosdroid_applications"></a>2. AltosUI, TeleGPS and AltosDroid Applications</h2></div></div></div><p>AltosUI, TeleGPS and AltosDroid New Features:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+Automatically switch from meters or feet to kilometers or
+miles for distance units.
+</li><li class="listitem">
+Add Monitor Idle mode to TeleGPS application.
+</li></ul></div><p>AltosUI, TeleGPS and AltosDroid Fixes:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+Abort map preloading when the preload map dialog is closed.
+</li><li class="listitem">
+In AltosDroid, Don’t reconnect to last device if the user
+had disconnected it the last time the application was
+active.
+</li></ul></div></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_documentation"></a>3. Documentation</h2></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+Mention TeleMega v2.0 in hardware specs table.
+</li><li class="listitem">
+Document TeleGPS RF output in telegps manual.
+</li></ul></div></div></div></body></html>
\ No newline at end of file