<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/hiviah/rpm-tor, branch tor-0.2.8.1-alpha</title>
<subtitle>Ondrej's tor-rpm repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/hiviah/rpm-tor.git/'/>
<entry>
<title>Call them relays in the changelog, not servers.</title>
<updated>2016-02-04T18:39:38+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2016-02-04T18:39:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/hiviah/rpm-tor.git/commit/?id=9093e3769746742f95a2a11eb9f8dc2f6d8eb4dc'/>
<id>9093e3769746742f95a2a11eb9f8dc2f6d8eb4dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reflow a paragraph in the changelog</title>
<updated>2016-02-04T18:35:40+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2016-02-04T18:35:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/hiviah/rpm-tor.git/commit/?id=805dfa191b5bf603c80bcf071bbe1f191be4ed3a'/>
<id>805dfa191b5bf603c80bcf071bbe1f191be4ed3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dgoulet found some typos in the changelog</title>
<updated>2016-02-04T18:25:20+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2016-02-04T18:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/hiviah/rpm-tor.git/commit/?id=32b8734ba5d79992c278ad28e2c20ae09917d93d'/>
<id>32b8734ba5d79992c278ad28e2c20ae09917d93d</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 'always_init_base'</title>
<updated>2016-02-04T18:20:21+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2016-02-04T18:20:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/hiviah/rpm-tor.git/commit/?id=abc9ce324e7a0c6a482a861f48fc6bbf0589986b'/>
<id>abc9ce324e7a0c6a482a861f48fc6bbf0589986b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reflow the changelog again.</title>
<updated>2016-02-04T18:19:07+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2016-02-04T18:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/hiviah/rpm-tor.git/commit/?id=532a43ed3ff3b11b3ee23d4abb87ef77a94c4ed6'/>
<id>532a43ed3ff3b11b3ee23d4abb87ef77a94c4ed6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update the changelog more</title>
<updated>2016-02-04T18:18:49+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2016-02-04T18:18:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/hiviah/rpm-tor.git/commit/?id=0fb77ca4a37c9b6830580f6c308e172f56e69475'/>
<id>0fb77ca4a37c9b6830580f6c308e172f56e69475</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix two problems in the 0.2.8.x unit tests</title>
<updated>2016-02-04T17:30:48+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2016-02-04T17:30:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/hiviah/rpm-tor.git/commit/?id=1bac468882fd732460d8a25735131d632f977bfe'/>
<id>1bac468882fd732460d8a25735131d632f977bfe</id>
<content type='text'>
1. We were sometimes using libevent uninitialized, which is Not Allowed.

2. The malformed-PTR dns test was supposed to get a -1 output... but
   the test was wrong, since it forgot that in-addr.arpa addresses
   are in reverse order.

Bugs not in any released tor.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. We were sometimes using libevent uninitialized, which is Not Allowed.

2. The malformed-PTR dns test was supposed to get a -1 output... but
   the test was wrong, since it forgot that in-addr.arpa addresses
   are in reverse order.

Bugs not in any released tor.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version. (This is not yet the release.)</title>
<updated>2016-02-04T15:07:06+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2016-02-04T15:07:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/hiviah/rpm-tor.git/commit/?id=5da517e6897c4b997bb165dfd11e95f8f9c2bbbe'/>
<id>5da517e6897c4b997bb165dfd11e95f8f9c2bbbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revise some more changelog entries</title>
<updated>2016-02-04T01:24:00+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2016-02-04T01:24:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/hiviah/rpm-tor.git/commit/?id=08788a81bc4ab3653e95bb8a7e727a28c53b7342'/>
<id>08788a81bc4ab3653e95bb8a7e727a28c53b7342</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 'openssl_compat'</title>
<updated>2016-02-03T19:46:33+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2016-02-03T19:46:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/hiviah/rpm-tor.git/commit/?id=a5f7a8b047e3e0e58604b054ef98b998be537523'/>
<id>a5f7a8b047e3e0e58604b054ef98b998be537523</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
