<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/configure.ac, branch debian/0.9.4.5</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F0.9.4.5</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F0.9.4.5'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2011-08-08T13:30:42+00:00</updated>
<entry>
<title>update version for a Bdale build for use turning on TeleMini v1.0</title>
<updated>2011-08-08T13:30:42+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2011-08-08T13:30:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6d5e5b0be237d5448aa9d15decd6127cf41ca7b2'/>
<id>urn:sha1:6d5e5b0be237d5448aa9d15decd6127cf41ca7b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set version to 0.9.4.4</title>
<updated>2011-07-17T15:14:09+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-07-17T15:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1332ed55192f22525f31574f60fae4c6579e6f7f'/>
<id>urn:sha1:1332ed55192f22525f31574f60fae4c6579e6f7f</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Set version to 0.9.4.3 for Bdale 2011-7-16 flights</title>
<updated>2011-07-16T01:53:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-07-16T01:53:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7bb11b716ccb6c80701bc3f34ecf9bef97cbbfc9'/>
<id>urn:sha1:7bb11b716ccb6c80701bc3f34ecf9bef97cbbfc9</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: product defines are always in ao_product.h</title>
<updated>2011-07-07T00:49:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-07-07T00:49:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=504ab7ab355652d5d01094c927089029596a0753'/>
<id>urn:sha1:504ab7ab355652d5d01094c927089029596a0753</id>
<content type='text'>
When all products were built in a single directory, each one had a
separate version of ao_product.h. Now that they all reside in
sub-directories, each directory has its own ao_product.h

This change is needed so that other modules in the system can use the
product defines; otherwise, ao_product.h was not built at the right time.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Version strings must be &lt; 8 bytes long</title>
<updated>2011-07-05T01:02:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-07-05T01:02:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c763a3f9cf2bf055e9705ce5ff4bc172f445037d'/>
<id>urn:sha1:c763a3f9cf2bf055e9705ce5ff4bc172f445037d</id>
<content type='text'>
The new telemetry packets include the version string, so make sure its
less than 8 characters long

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Support raw telemetry from TeleDongle</title>
<updated>2011-06-28T08:03:00+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-06-28T08:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7fd9b8f720add559b262e81d61ededc9df16ca94'/>
<id>urn:sha1:7fd9b8f720add559b262e81d61ededc9df16ca94</id>
<content type='text'>
Use raw telemetry frames when TeleDongle supports them, this involves
parsing the hex dump of the packet instead of having teledongle take
the packet apart. Only the legacy format is working at this point; the
altos bits for the new split telemetry frames is not written yet.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Switch version to 0.9.4</title>
<updated>2011-05-26T03:38:02+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-05-26T03:38:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4d27e281f81aee88adff3d84085356ec310e4b92'/>
<id>urn:sha1:4d27e281f81aee88adff3d84085356ec310e4b92</id>
<content type='text'>
For Mayhem, so we can tell what version each board is running

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Add software version to Configure AltosUI dialog</title>
<updated>2011-03-20T01:47:55+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-03-20T01:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e980b251e5a4d25410710a9aa89ef940e06b0d93'/>
<id>urn:sha1:e980b251e5a4d25410710a9aa89ef940e06b0d93</id>
<content type='text'>
Show this somewhere so we can figure out what is installed.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Bump published version number to 0.9.1</title>
<updated>2011-03-16T21:08:42+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-03-16T21:08:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=45395c7825184efb835d5b165fa132be20c7f6fe'/>
<id>urn:sha1:45395c7825184efb835d5b165fa132be20c7f6fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>prepare to release</title>
<updated>2011-01-19T07:04:45+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2011-01-19T07:04:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6244f2316267738781e31a773b377bcf8c476918'/>
<id>urn:sha1:6244f2316267738781e31a773b377bcf8c476918</id>
<content type='text'>
</content>
</entry>
</feed>
