<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git/changes, branch 0.9.0</title>
<subtitle>[bitmask-dev] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/'/>
<entry>
<title>[pkg] bump dependencies</title>
<updated>2015-10-28T14:58:41+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-10-28T14:58:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=639df4f63b16465003463ae9587ac982135ba3ac'/>
<id>639df4f63b16465003463ae9587ac982135ba3ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] merge RCs changes and fold in files</title>
<updated>2015-10-28T14:57:39+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-10-28T14:54:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=bd1a4037236c5f8591afdebaf8cef704f3600cc0'/>
<id>bd1a4037236c5f8591afdebaf8cef704f3600cc0</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 changes file for #7512</title>
<updated>2015-10-07T15:08:53+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-10-07T15:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=f3f0909b3a083db7e689f2d78f64911d183cfcb6'/>
<id>f3f0909b3a083db7e689f2d78f64911d183cfcb6</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-10-05T16:16:54+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-10-05T15:33:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=ca0fbf276f7374c9b2d5acfee277f65877bebc05'/>
<id>ca0fbf276f7374c9b2d5acfee277f65877bebc05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] move assign to prevent race condition</title>
<updated>2015-10-02T17:56:07+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-10-02T17:56:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=bc0fecfdf6c7bd681b44ba4e39a054e05f16463d'/>
<id>bc0fecfdf6c7bd681b44ba4e39a054e05f16463d</id>
<content type='text'>
When the error happens too quickly, the errback is called before the
assign of the callLater. And in the errback we cancel that call which
gives an error.

- Related: #7451
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the error happens too quickly, the errback is called before the
assign of the callLater. And in the errback we cancel that call which
gives an error.

- Related: #7451
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] signal soledad bootstrap fail on init</title>
<updated>2015-10-02T16:33:34+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-10-02T14:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=bb8646d9769cb3c1d2b84b43047e6feaf8e40966'/>
<id>bb8646d9769cb3c1d2b84b43047e6feaf8e40966</id>
<content type='text'>
- Resolves: #7503

Signed-off-by: Ivan Alejandro &lt;ivanalejandro0@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #7503

Signed-off-by: Ivan Alejandro &lt;ivanalejandro0@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] remove bubble argument from the logbook NullHandler</title>
<updated>2015-10-02T14:37:24+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2015-10-02T12:14:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=709812ce05b908616efb536820185e1a0eecc1b0'/>
<id>709812ce05b908616efb536820185e1a0eecc1b0</id>
<content type='text'>
NullHandler doesn't have anymore the argument bubble.
https://pythonhosted.org/Logbook/changelog.html#version-0-11-0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NullHandler doesn't have anymore the argument bubble.
https://pythonhosted.org/Logbook/changelog.html#version-0-11-0
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] disable email firewall on docker containers</title>
<updated>2015-09-23T18:58:21+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-09-23T18:32:22+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=c4d239f56947cf5ae4c4d260946bf5ff9fe040cf'/>
<id>c4d239f56947cf5ae4c4d260946bf5ff9fe040cf</id>
<content type='text'>
- Related: #7471
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Related: #7471
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] fold in changes</title>
<updated>2015-09-22T17:13:15+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-09-22T17:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=aa31828fca8bb64ace56f6f3b2b94f90ffced3c2'/>
<id>aa31828fca8bb64ace56f6f3b2b94f90ffced3c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] retrieve specific smtp certificate. Closes: #4284</title>
<updated>2015-09-21T20:59:36+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-09-02T20:04:06+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=ce63b5a0277b3ff062d04a17af9e9a927b7d9b87'/>
<id>ce63b5a0277b3ff062d04a17af9e9a927b7d9b87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
