<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/micropeak, branch 1.6.0.4</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.6.0.4</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.6.0.4'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2015-06-17T07:13:03+00:00</updated>
<entry>
<title>micropeak: Update mac/windows FTDI drivers</title>
<updated>2015-06-17T07:13:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-06-17T06:49:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c71abc5c29025eb57fc78968a4ccf8c34cb3a6f2'/>
<id>urn:sha1:c71abc5c29025eb57fc78968a4ccf8c34cb3a6f2</id>
<content type='text'>
Use latest FTDI drivers.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib/altosuilib: Update library version to 7</title>
<updated>2015-05-26T03:34:05+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-05-26T03:34:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=cb23b992be8ba40c97d8988c134a814a13ccd58c'/>
<id>urn:sha1:cb23b992be8ba40c97d8988c134a814a13ccd58c</id>
<content type='text'>
So many ABI/API changes

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>windows: Use new windows stub to launch applications</title>
<updated>2015-03-29T19:10:47+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-03-29T19:10:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=356617a3476e237311b8bbcefd6beda8271b120d'/>
<id>urn:sha1:356617a3476e237311b8bbcefd6beda8271b120d</id>
<content type='text'>
This avoids needing to locate javaw on the system while also making
the registry entries less fragile.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Bump java library versions</title>
<updated>2015-02-08T04:42:15+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-02-08T04:42:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4231d68bae69d9a7d1f52205002db452cd5f986d'/>
<id>urn:sha1:4231d68bae69d9a7d1f52205002db452cd5f986d</id>
<content type='text'>
Lots of minor API/ABI changes; make sure people can install both 1.5
and 1.6 at the same time.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>micropeak: Install Windows AltusMetrum driver bits</title>
<updated>2015-02-06T11:33:28+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-02-06T11:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=21ff52befb27decc4b23458315620c47d7a07b21'/>
<id>urn:sha1:21ff52befb27decc4b23458315620c47d7a07b21</id>
<content type='text'>
Make AltOS-based µPUSB devices work with MicroPeak

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>micropeak: Support both FTDI and Altus Metrum USB IDs</title>
<updated>2015-02-06T11:32:27+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-02-06T11:32:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a3f26f6d0c7574b8cdaecbccd7cfe89aaeb736b0'/>
<id>urn:sha1:a3f26f6d0c7574b8cdaecbccd7cfe89aaeb736b0</id>
<content type='text'>
The windows driver only returns FTDI devices when
altos_ftdi_list_start is invoked, so we need to call both that and the
regular altos_list_start to get all of the devices.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>micropeak: Fix file association registry install on Windows</title>
<updated>2015-02-06T11:31:07+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-02-06T11:31:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=cc707432c6eaedb9587bb63ac570146b356b6bfd'/>
<id>urn:sha1:cc707432c6eaedb9587bb63ac570146b356b6bfd</id>
<content type='text'>
Need to invoke DisableX64FSRedirection before setting file association
registry entries or Windows won't find our application.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>micropeak: Support µPUSB with our own USB ids</title>
<updated>2014-12-06T23:09:48+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-12-06T23:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5b7ec0c69343db3793c0317939b5eff1f2d04752'/>
<id>urn:sha1:5b7ec0c69343db3793c0317939b5eff1f2d04752</id>
<content type='text'>
This matches the new µPUSB id as well as the FTDI USB id.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>.desktop: Use %F instead of %f in .desktop files</title>
<updated>2014-09-10T06:43:10+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-09-10T06:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1992a1e3046a5414ce8d394e1cd8e5e6f6338d29'/>
<id>urn:sha1:1992a1e3046a5414ce8d394e1cd8e5e6f6338d29</id>
<content type='text'>
%F is a list of files, %f is a single file. All of our tools can
handle lists of files, so make the .desktop file reflect that.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>linux-fat: Fix up fat linux install icons, mime types and .desktop files</title>
<updated>2014-07-15T07:44:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-15T07:44:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ec7ceb607f5ba7e1ed5cfd32b7a452a5f364b095'/>
<id>urn:sha1:ec7ceb607f5ba7e1ed5cfd32b7a452a5f364b095</id>
<content type='text'>
use the standard xdg utilities to install mime type and .desktop
files. The standard xdg icon installer doesn't handle svg icons, so we
have to do those manually.

With this patch, xfce, gnome3 and kde4 all place the applications in
user-visible menus, display correct file icons and launch correct
applications for our file types.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
