<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/karsten/exonerator, branch exonerator-3.0.0</title>
<subtitle>Karsten's exonerator repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/exonerator.git/'/>
<entry>
<title>Prepare for 3.0.0 release.</title>
<updated>2018-08-13T17:50:52+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2018-08-13T17:50:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/exonerator.git/commit/?id=2612bba5378f8edb53aa8163032f899888c11f56'/>
<id>2612bba5378f8edb53aa8163032f899888c11f56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare ExoneraTorServlet for integration into Tor Metrics.</title>
<updated>2018-08-10T08:15:19+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2018-08-10T07:33:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/exonerator.git/commit/?id=bd235118ebe2505c571fd028f981dd3481dcfedd'/>
<id>bd235118ebe2505c571fd028f981dd3481dcfedd</id>
<content type='text'>
Also add a new ExoneraTorRedirectServlet that redirects to Tor
Metrics, and make it the default.

Implements #23549.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add a new ExoneraTorRedirectServlet that redirects to Tor
Metrics, and make it the default.

Implements #23549.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 2.1.0-dev.</title>
<updated>2018-05-30T13:39:01+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2018-05-30T13:39:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/exonerator.git/commit/?id=48c44a230122ae12441a65299b655ac75113c978'/>
<id>48c44a230122ae12441a65299b655ac75113c978</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare for 2.1.0 release.</title>
<updated>2018-05-29T12:13:49+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2018-05-29T07:40:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/exonerator.git/commit/?id=064670c6a6fa8b7d96e62968624d0636e3b08fb4'/>
<id>064670c6a6fa8b7d96e62968624d0636e3b08fb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace Gson with Jackson.</title>
<updated>2018-05-29T12:13:42+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2018-05-22T18:58:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/exonerator.git/commit/?id=e15c3a64610c04b2db3dcbbd8f7f7890c9a3101e'/>
<id>e15c3a64610c04b2db3dcbbd8f7f7890c9a3101e</id>
<content type='text'>
Implements #26163.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements #26163.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add change log entry for #26032.</title>
<updated>2018-05-11T15:14:45+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2018-05-11T15:14:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/exonerator.git/commit/?id=84b073611ef72d84b58ce1b6cf7aa57afc473abe'/>
<id>84b073611ef72d84b58ce1b6cf7aa57afc473abe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid adding superfluous brackets in suggestion links.</title>
<updated>2018-01-09T09:25:13+00:00</updated>
<author>
<name>iwakeh</name>
<email>iwakeh@torproject.org</email>
</author>
<published>2018-01-09T09:25:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/exonerator.git/commit/?id=fa80fff479cfd10359283e4e40e23b59bc109b50'/>
<id>fa80fff479cfd10359283e4e40e23b59bc109b50</id>
<content type='text'>
Also add a test checking for superfluous brackets.
Fixes task-26032.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add a test checking for superfluous brackets.
Fixes task-26032.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright to 2018.</title>
<updated>2018-01-09T09:25:12+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2018-01-09T09:25:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/exonerator.git/commit/?id=5eaad992014d08b86c9f8361ff0bae7a25d96880'/>
<id>5eaad992014d08b86c9f8361ff0bae7a25d96880</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 to 2.0.2-dev.</title>
<updated>2017-12-20T08:38:09+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2017-12-20T08:38:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/exonerator.git/commit/?id=c4acc1d54af589f9141f8f9982caaa5bdc35ffc4'/>
<id>c4acc1d54af589f9141f8f9982caaa5bdc35ffc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare for 2.0.2 release.</title>
<updated>2017-12-19T16:12:17+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2017-12-19T16:12:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/exonerator.git/commit/?id=55409c9142845275b518f8db4eecc6a7976efb9a'/>
<id>55409c9142845275b518f8db4eecc6a7976efb9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
