<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/client, branch debian/platform-0.6</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>Freeze debian version.</title>
<updated>2014-12-16T15:27:57+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2014-12-16T15:27:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=61bf66223be996a47e446512f493cc4e934156c7'/>
<id>61bf66223be996a47e446512f493cc4e934156c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge tag '0.6.3' into debian/experimental</title>
<updated>2014-12-16T15:26:33+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2014-12-16T15:26:33+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=33c5c241cfb3d5262beafdc51cbb25a81be5828c'/>
<id>33c5c241cfb3d5262beafdc51cbb25a81be5828c</id>
<content type='text'>
Tag soledad 0.6.3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tag soledad 0.6.3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fold in changes.</title>
<updated>2014-12-16T15:05:19+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2014-12-16T15:05:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=b44103de55cd9d2f347c344c23d71cb87d8d06cb'/>
<id>b44103de55cd9d2f347c344c23d71cb87d8d06cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix deferred enc/dec params and fallback (#6500).</title>
<updated>2014-12-15T17:55:25+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2014-12-15T17:55:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=a7abb6eb3fe9a0a904bcabd0bf344637e9fd4e62'/>
<id>a7abb6eb3fe9a0a904bcabd0bf344637e9fd4e62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Freeze debian version.</title>
<updated>2014-12-11T19:02:00+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2014-12-11T19:02:00+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=ecea1be2047acd24b89180b65a3149942d72d0a7'/>
<id>ecea1be2047acd24b89180b65a3149942d72d0a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge tag '0.6.2' into deb-0.6.1</title>
<updated>2014-12-11T19:01:19+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2014-12-11T19:01:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=8ec6af48d91ce83e60d2e42e48c6c6d61a3ea312'/>
<id>8ec6af48d91ce83e60d2e42e48c6c6d61a3ea312</id>
<content type='text'>
Tag soledad version 0.6.2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tag soledad version 0.6.2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix incorrect ssl context setup</title>
<updated>2014-12-11T18:49:35+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2014-12-09T22:07:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=dafcfac4663d00ee2049b0a245c2ecb84ef2bad5'/>
<id>dafcfac4663d00ee2049b0a245c2ecb84ef2bad5</id>
<content type='text'>
The changes introduced in aafa79c0f5 having to do with the cert
verification are incorrect, regarding the use of the newest ssl context
api introduced in python 2.7.9. There the use of the server setup was
taken, instead of the correct client options.

I hereby apologize for the insuficient testing on that fix. It happens
that I wrongly tested in an evironment that did the fallback to
pre-2.7.9 interpreter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The changes introduced in aafa79c0f5 having to do with the cert
verification are incorrect, regarding the use of the newest ssl context
api introduced in python 2.7.9. There the use of the server setup was
taken, instead of the correct client options.

I hereby apologize for the insuficient testing on that fix. It happens
that I wrongly tested in an evironment that did the fallback to
pre-2.7.9 interpreter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Freeze debian version.</title>
<updated>2014-12-08T16:51:27+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2014-12-08T16:51:27+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=5fd9f1630e6e8b257e50fb3271bbd3931ff7ad45'/>
<id>5fd9f1630e6e8b257e50fb3271bbd3931ff7ad45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge tag '0.6.1' into deb-0.6.1</title>
<updated>2014-12-08T16:49:33+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2014-12-08T16:49:33+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=38cb4b7c04c7d6275f92268bcc45b32491660c11'/>
<id>38cb4b7c04c7d6275f92268bcc45b32491660c11</id>
<content type='text'>
Tag soledad version 0.6.1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tag soledad version 0.6.1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fold in changes.</title>
<updated>2014-12-08T16:36:48+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2014-12-08T16:36:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=2abe641215b6435fa3c18ae802a621a23d01f643'/>
<id>2abe641215b6435fa3c18ae802a621a23d01f643</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
