<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos, branch 1.6.3</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.6.3</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.6.3'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2016-05-07T00:12:20+00:00</updated>
<entry>
<title>releasing 1.6.3</title>
<updated>2016-05-07T00:12:20+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2016-05-07T00:12:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2f0c977c747824d0798550ac64eceb1d66c50efd'/>
<id>urn:sha1:2f0c977c747824d0798550ac64eceb1d66c50efd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into branch-1.6</title>
<updated>2016-05-07T00:11:01+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2016-05-07T00:11:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=15ae97fbdb4e75a74ea2e716194661d19dec46ff'/>
<id>urn:sha1:15ae97fbdb4e75a74ea2e716194661d19dec46ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ignore some built files for 1.6.3</title>
<updated>2016-05-07T00:10:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-05-07T00:10:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1216c0ccece4ca1492967a341c5d01e9e5068ed8'/>
<id>urn:sha1:1216c0ccece4ca1492967a341c5d01e9e5068ed8</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' into branch-1.6</title>
<updated>2016-05-06T23:59:39+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2016-05-06T23:59:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ac7be4a40df88ee3a0992e041635e4ac4cf5ac48'/>
<id>urn:sha1:ac7be4a40df88ee3a0992e041635e4ac4cf5ac48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos</title>
<updated>2016-05-06T23:49:30+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2016-05-06T23:49:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ce4c8a8ad57515e851207b0a82f3af791bb30d3e'/>
<id>urn:sha1:ce4c8a8ad57515e851207b0a82f3af791bb30d3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add beep to TeleMega turnon script</title>
<updated>2016-05-06T23:49:09+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2016-05-06T23:49:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=aa9630c30ee09bf358e77bf47ed0815a19237fca'/>
<id>urn:sha1:aa9630c30ee09bf358e77bf47ed0815a19237fca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>windows: Change install to look for browser in a different place</title>
<updated>2016-05-06T23:46:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-05-06T23:46:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=320e312db36fb6519a0bb1530d79595af18cdc86'/>
<id>urn:sha1:320e312db36fb6519a0bb1530d79595af18cdc86</id>
<content type='text'>
The windows registry is a mystery.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Fix map preloading callbacks, run in separate thread</title>
<updated>2016-05-05T09:25:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-05-05T09:25:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e0081f7ba6fc9f1e4484d3e291fd30065ad5b620'/>
<id>urn:sha1:e0081f7ba6fc9f1e4484d3e291fd30065ad5b620</id>
<content type='text'>
The map storage and tile callbacks were muddled together. Create
clearly separate states for map data and have status updates be
delivered when registering for new status events so that registration
is sufficient to track the state without an explicit call to get the
current state.

Run the map tile creation in a separate thread so that even checking
status of files on disk runs out of the UI thread.

These fixes serve to make the pacifier update more smoothly, and also
not over/under count tile loading so that the loading actually
completes when all of the tiles are loaded.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>micropeak: Change order of windows install so that java detect works</title>
<updated>2016-05-05T06:56:44+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-05-05T06:56:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=13179f614a99cad3016832ac1b365eaa4208c10f'/>
<id>urn:sha1:13179f614a99cad3016832ac1b365eaa4208c10f</id>
<content type='text'>
I have no idea why this matters, but if you run the FTDI script before
trying to detect java, then the javaw.exe program isn't found and java
detection fails.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>doc: 1.6.3 release notes note TeleBT rts/cts and TM 2.0 monitor idle fixes</title>
<updated>2016-05-05T04:13:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-05-05T04:13:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=85191fe911a5ea4af384bff9b2ed9986679cd9fd'/>
<id>urn:sha1:85191fe911a5ea4af384bff9b2ed9986679cd9fd</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
