<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/phw/bridgedb, branch bridgedb-0.9.4</title>
<subtitle>Philipp's bridgedb repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/phw/bridgedb.git/'/>
<entry>
<title>Merge branch 'release-0.9.4'</title>
<updated>2020-02-19T18:09:20+00:00</updated>
<author>
<name>Philipp Winter</name>
<email>phw@nymity.ch</email>
</author>
<published>2020-02-19T18:09:20+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/phw/bridgedb.git/commit/?id=9a7ae57cfc85be8aa488bf0e69e8b6f35e2ce38d'/>
<id>9a7ae57cfc85be8aa488bf0e69e8b6f35e2ce38d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version number to 0.9.4.</title>
<updated>2020-02-19T18:09:06+00:00</updated>
<author>
<name>Philipp Winter</name>
<email>phw@nymity.ch</email>
</author>
<published>2020-02-19T18:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/phw/bridgedb.git/commit/?id=e461a7a0477a31e11ac89cc3161cbf24a4bea9e7'/>
<id>e461a7a0477a31e11ac89cc3161cbf24a4bea9e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'defect/30946' into develop</title>
<updated>2020-02-19T18:08:03+00:00</updated>
<author>
<name>Philipp Winter</name>
<email>phw@nymity.ch</email>
</author>
<published>2020-02-19T18:08:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/phw/bridgedb.git/commit/?id=c3a820daeffa1acc02b9c0458ba8495ff387ecd4'/>
<id>c3a820daeffa1acc02b9c0458ba8495ff387ecd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documented return value.</title>
<updated>2020-02-19T18:06:50+00:00</updated>
<author>
<name>Philipp Winter</name>
<email>phw@nymity.ch</email>
</author>
<published>2020-02-14T18:07:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/phw/bridgedb.git/commit/?id=1f614896ed3442c8758e7ea10bef0c1fc366a4c1'/>
<id>1f614896ed3442c8758e7ea10bef0c1fc366a4c1</id>
<content type='text'>
The function is returning a bytes, and not a str.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The function is returning a bytes, and not a str.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix str/bytes issue in serving of QR code.</title>
<updated>2020-02-19T18:06:49+00:00</updated>
<author>
<name>Philipp Winter</name>
<email>phw@nymity.ch</email>
</author>
<published>2020-02-14T18:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/phw/bridgedb.git/commit/?id=63ffb833e2592558265d5b23b8b0e1d146daaae7'/>
<id>63ffb833e2592558265d5b23b8b0e1d146daaae7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix remaining str/bytes issues in moat server.</title>
<updated>2020-02-19T18:06:48+00:00</updated>
<author>
<name>Philipp Winter</name>
<email>phw@nymity.ch</email>
</author>
<published>2020-02-13T23:05:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/phw/bridgedb.git/commit/?id=468dfa0fc5e13da9ba384f9bcb6e7e11bfc26482'/>
<id>468dfa0fc5e13da9ba384f9bcb6e7e11bfc26482</id>
<content type='text'>
We ran into these issues while test-deploying the Python 3 branch on
polyanthum.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We ran into these issues while test-deploying the Python 3 branch on
polyanthum.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in directive.</title>
<updated>2020-02-19T18:06:46+00:00</updated>
<author>
<name>Philipp Winter</name>
<email>phw@nymity.ch</email>
</author>
<published>2020-02-12T20:32:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/phw/bridgedb.git/commit/?id=ec9f157a26af9962e80ae1f3e508c755d76ddc51'/>
<id>ec9f157a26af9962e80ae1f3e508c755d76ddc51</id>
<content type='text'>
This fixes the following warning that showed up during installation:

    warning: manifest_maker: MANIFEST.in, line 4: unknown action 'recursice-include'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the following warning that showed up during installation:

    warning: manifest_maker: MANIFEST.in, line 4: unknown action 'recursice-include'
</pre>
</div>
</content>
</entry>
<entry>
<title>Make shebangs use Python 3.</title>
<updated>2020-02-19T18:06:45+00:00</updated>
<author>
<name>Philipp Winter</name>
<email>phw@nymity.ch</email>
</author>
<published>2020-02-12T17:57:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/phw/bridgedb.git/commit/?id=f9978bf5678d77eb1b03fcd2422c44b62a5733d3'/>
<id>f9978bf5678d77eb1b03fcd2422c44b62a5733d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rejection-sample randomly-generated v4 addresses.</title>
<updated>2020-02-19T18:06:44+00:00</updated>
<author>
<name>Philipp Winter</name>
<email>phw@nymity.ch</email>
</author>
<published>2020-02-12T00:28:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/phw/bridgedb.git/commit/?id=60ed840f3882f80b81a984d419cc7f78d1c96cfb'/>
<id>60ed840f3882f80b81a984d419cc7f78d1c96cfb</id>
<content type='text'>
So far, we generated completely random IPv4 addresses which would
sometimes contain multicast addresses.  This patch adds rejection
sampling, as we're already doing it for IPv6 addresses.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So far, we generated completely random IPv4 addresses which would
sometimes contain multicast addresses.  This patch adds rejection
sampling, as we're already doing it for IPv6 addresses.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CHANGELOG entry.</title>
<updated>2020-02-19T18:06:42+00:00</updated>
<author>
<name>Philipp Winter</name>
<email>phw@nymity.ch</email>
</author>
<published>2020-02-07T23:02:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/phw/bridgedb.git/commit/?id=39fa0b07cbcdc0346856abb387c1473d3e851d7d'/>
<id>39fa0b07cbcdc0346856abb387c1473d3e851d7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
