<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git, branch 0.9.1</title>
<subtitle>[bitmask-dev] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/'/>
<entry>
<title>[docs] update history with latest changelogs</title>
<updated>2015-11-03T15:49:53+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-11-03T15:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=aecb13feed8797acaa3f91be45a82a52b64d4723'/>
<id>aecb13feed8797acaa3f91be45a82a52b64d4723</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] update release notes</title>
<updated>2015-11-03T15:36:03+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-11-03T15:36:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=24c449aaea2c4099b150763d2042029591119012'/>
<id>24c449aaea2c4099b150763d2042029591119012</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] fold in changes</title>
<updated>2015-11-03T15:35:48+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-11-03T15:35:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=5995b8339d67effdd58f92e1b357c2f5a7e4ce0a'/>
<id>5995b8339d67effdd58f92e1b357c2f5a7e4ce0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>try to use /usr/bin/gpg1, gpg2 is broken for keygen</title>
<updated>2015-11-03T14:52:59+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-11-03T14:52:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=5d4835203875197959810d013d2d411d72db2cd1'/>
<id>5d4835203875197959810d013d2d411d72db2cd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] add ui message to help new mail users</title>
<updated>2015-11-03T14:32:26+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-10-30T16:03:05+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=e5afffff50a746ebf3df3d8cacaf094e3f6e08c1'/>
<id>e5afffff50a746ebf3df3d8cacaf094e3f6e08c1</id>
<content type='text'>
Add a UI message for the user to know where to go next.
This message goes away after 60 seconds or right after a MUA logs in.

- Resolves: #7552
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a UI message for the user to know where to go next.
This message goes away after 60 seconds or right after a MUA logs in.

- Resolves: #7552
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] this was really a feature, not a bugfix</title>
<updated>2015-11-02T22:48:55+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-11-02T22:48:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=59fe42cf9e82336042602bb95b1aaacfb8f19ca1'/>
<id>59fe42cf9e82336042602bb95b1aaacfb8f19ca1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] use gpg2 binary if gpg not found. Closes: #7563</title>
<updated>2015-11-02T22:33:43+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-11-02T22:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=4ba177189002b6afd827002d5924545276a6f30b'/>
<id>4ba177189002b6afd827002d5924545276a6f30b</id>
<content type='text'>
from debian stretch on, gpg will be a symlink to gpg2.
this is currently failing if one uses dpkg-divert to make gpg2 provide
/usr/bin/gpg.

this solution just attempts to use gpg2 binary if the search for gpg
binary fails.

- Resolves: #7563
- Releases: 0.9.1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from debian stretch on, gpg will be a symlink to gpg2.
this is currently failing if one uses dpkg-divert to make gpg2 provide
/usr/bin/gpg.

this solution just attempts to use gpg2 binary if the search for gpg
binary fails.

- Resolves: #7563
- Releases: 0.9.1
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] merge previous feature file into new changelog format</title>
<updated>2015-11-02T20:47:41+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-11-02T20:43:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=526fe62df28694e7e7fb5f7a3371b97403a9fdee'/>
<id>526fe62df28694e7e7fb5f7a3371b97403a9fdee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] add new changelog format</title>
<updated>2015-11-02T20:47:41+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-11-02T20:27:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=4d872d604d1f24f370c727c94b0d5ac9352f3d19'/>
<id>4d872d604d1f24f370c727c94b0d5ac9352f3d19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] use embedded minitornado. Closes: #7562</title>
<updated>2015-11-02T20:47:41+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-11-02T20:23:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=9362e251290426e819551f05a0bc6135582acb74'/>
<id>9362e251290426e819551f05a0bc6135582acb74</id>
<content type='text'>
using system tornado library raises a bug due to a mismatching
signature.

- Resolves: #7562
- Releases: 0.9.1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using system tornado library raises a bug due to a mismatching
signature.

- Resolves: #7562
- Releases: 0.9.1
</pre>
</div>
</content>
</entry>
</feed>
