<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask_client.git/changes, branch 0.8.2</title>
<subtitle>[bitmask_client] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/'/>
<entry>
<title>[bug] fix concatenation of full_user_id to make mail work</title>
<updated>2015-03-09T18:47:56+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-03-06T15:48:09+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=e73b98496e865b1b3573de53b7b6f48217543587'/>
<id>e73b98496e865b1b3573de53b7b6f48217543587</id>
<content type='text'>
At some moment, the semantics of the username that we pick from the
login widget changed, so that there's a duplication of the domain part
in the full_user_id that we were passing to the keymanager and the mail
services.

This fix has already been done in the current develop branch (for next
release 0.9.0), so there's no need to port it when merging it back.

While it is true that there's no official release of the client supporting
mail yet, this was an easy fix to port so we will do a 0.8.2
bugfix release so that the 0.8 branch can be used experimentally to test
against development providers. This doesn't mean that you can expect
support on the 0.8.x branch yet, it's only that there is one less bug in
here :)

Resolves: #6759
Releases: 0.8.2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At some moment, the semantics of the username that we pick from the
login widget changed, so that there's a duplication of the domain part
in the full_user_id that we were passing to the keymanager and the mail
services.

This fix has already been done in the current develop branch (for next
release 0.9.0), so there's no need to port it when merging it back.

While it is true that there's no official release of the client supporting
mail yet, this was an easy fix to port so we will do a 0.8.2
bugfix release so that the 0.8 branch can be used experimentally to test
against development providers. This doesn't mean that you can expect
support on the 0.8.x branch yet, it's only that there is one less bug in
here :)

Resolves: #6759
Releases: 0.8.2
</pre>
</div>
</content>
</entry>
<entry>
<title>Fold in changes.</title>
<updated>2015-02-25T15:51:49+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-02-25T15:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=e23e5fb0d42ddc66ae6c61100067dbd19f85da46'/>
<id>e23e5fb0d42ddc66ae6c61100067dbd19f85da46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'leapcode/pr/826' into release/0.8.x</title>
<updated>2015-02-23T18:45:48+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-02-23T18:45:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=1f4e0c32f49337e216eaaac83a8eeca9674370a4'/>
<id>1f4e0c32f49337e216eaaac83a8eeca9674370a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changes file to reflect tcp-&gt;ipc change.</title>
<updated>2015-02-23T18:36:38+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-02-23T18:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=04be045242b0fd0c669610f54db7a9fdeb3b77f3'/>
<id>04be045242b0fd0c669610f54db7a9fdeb3b77f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Regression fix: Use the right provider to log in.</title>
<updated>2015-02-23T16:08:03+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-02-19T21:34:44+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=4bad7062364c72215da9fd2256451c7a3d0a356f'/>
<id>4bad7062364c72215da9fd2256451c7a3d0a356f</id>
<content type='text'>
FIX: Login attempt is made against previously selected provider.

Closes #6654.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FIX: Login attempt is made against previously selected provider.

Closes #6654.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fall back to plain ZMQ if Curve is not available.</title>
<updated>2015-02-20T17:23:05+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-02-19T17:12:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=00b8cbaa31d48326b36928228269ac14276fd5ee'/>
<id>00b8cbaa31d48326b36928228269ac14276fd5ee</id>
<content type='text'>
Use global flag for ZMQ_HAS_CURVE.
Closes #6646
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use global flag for ZMQ_HAS_CURVE.
Closes #6646
</pre>
</div>
</content>
</entry>
<entry>
<title>Split changelog into recent changes and history.</title>
<updated>2015-02-12T14:47:21+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-02-12T00:25:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=ff705af455af17710bab34c7959f1c54fb963839'/>
<id>ff705af455af17710bab34c7959f1c54fb963839</id>
<content type='text'>
Closes #6717.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6717.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'release/0.8.x' into develop</title>
<updated>2015-02-05T19:23:05+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-02-05T19:23:05+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=91f0a38f5911d0f26210f62a94ab46e741e30189'/>
<id>91f0a38f5911d0f26210f62a94ab46e741e30189</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fold in changes.</title>
<updated>2015-02-04T17:39:15+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-02-02T21:10:44+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=9796a14b964f50ae7a9be2aaff7f7bb887f4bed4'/>
<id>9796a14b964f50ae7a9be2aaff7f7bb887f4bed4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for 'nobody' (used on Arch) group name.</title>
<updated>2015-01-08T18:29:36+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-01-07T21:49:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=54521d35d239c2e62d42e9c77690b9d1bc94f7db'/>
<id>54521d35d239c2e62d42e9c77690b9d1bc94f7db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
