Skip to content

Commit 392e967

Browse files
committed
release 2.1.3-alpha
1 parent 4b00732 commit 392e967

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,16 @@ <h4>Download&ndash;Alpha releases</h4>
191191
us know!
192192

193193
<ul class="tight">
194-
<li><a class="latest" href="https://github.com/downloads/libevent/libevent/libevent-2.1.2-alpha.tar.gz">libevent-2.1.2-alpha.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.1.2-alpha.tar.gz.asc">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.1.2-alpha/ChangeLog">ChangeLog</a><br>Released 2012-11-18
194+
<li><a class="latest" href="https://sourceforge.net/projects/levent/files/libevent/libevent-2.1/libevent-2.1.3-alpha.tar.gz/download">libevent-2.1.3-alpha.tar.gz</a> [<a href="https://sourceforge.net/projects/levent/files/libevent/libevent-2.1/libevent-2.1.3-alpha.tar.gz.asc/download">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.1.3-alpha/ChangeLog">ChangeLog</a><br>Released 2013-05-01
195+
<ul>
196+
<li>New finalization API with fix for bufferevent deadlock issue.
197+
<li>New evdns and evhttp option.
198+
<li>Several new unit tests.
199+
<li>Bugfixes and portability fixes and build fixes too numerous to mention.
200+
<li><a href="https://raw.github.com/libevent/libevent/master/whatsnew-2.1.txt">and much more...</a>
201+
</ul>
202+
203+
<li><a href="https://github.com/downloads/libevent/libevent/libevent-2.1.2-alpha.tar.gz">libevent-2.1.2-alpha.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.1.2-alpha.tar.gz.asc">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.1.2-alpha/ChangeLog">ChangeLog</a><br>Released 2012-11-18
195204
<ul>
196205
<li>Various new functions in the core, evbuffer, and bufferevent APIs
197206
<li>Even more backends can now use portable monotonic timers.
@@ -292,6 +301,7 @@ <h3>Programs using libevent</h3>
292301
<li><a href="http://monkey.org/~provos/dnsscan/">dnsscan</a> &ndash; a fast scanner for identifying open recursive dns resolvers</li>
293302
<li><a href="http://code.google.com/p/kargo-event/">Kargo Event</a> &ndash; a PHP extension for libevent.</li>
294303
<li><a href="http://wlmproxy.org/">wlmproxy</a> &ndash; a transparent proxy server for the MSN Messenger protocol</li>
304+
<li><a href="http://maximelabelle.bitbucket.org/">Scytale</a> &ndash; a database encryption tool.</li>
295305
</ul>
296306

297307
</table>

old-releases.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,16 @@ <h2>Old releases</h2>
5151
<h2><a name="2.1">Libevent 2.1.x</a></h2>
5252
[ <a href="https://raw.github.com/libevent/libevent/master/whatsnew-2.1.txt">What's new in 2.1</a> | <a href="https://raw.github.com/libevent/libevent/master/ChangeLog">2.1.x ChangeLog</a> ]
5353
<ul>
54-
<li><a class="latest" href="https://github.com/downloads/libevent/libevent/libevent-2.1.2-alpha.tar.gz">libevent-2.1.2-alpha.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.1.2-alpha.tar.gz.asc">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.1.2-alpha/ChangeLog">ChangeLog</a><br>Released 2012-11-18
54+
<li><a class="latest" href="https://sourceforge.net/projects/levent/files/libevent/libevent-2.1/libevent-2.1.3-alpha.tar.gz/download">libevent-2.1.3-alpha.tar.gz</a> [<a href="https://sourceforge.net/projects/levent/files/libevent/libevent-2.1/libevent-2.1.3-alpha.tar.gz.asc/download">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.1.3-alpha/ChangeLog">ChangeLog</a><br>Released 2013-05-01
55+
<ul>
56+
<li>New finalization API with fix for bufferevent deadlock issue.
57+
<li>New evdns and evhttp option.
58+
<li>Several new unit tests.
59+
<li>Bugfixes and portability fixes and build fixes too numerous to mention.
60+
<li><a href="https://raw.github.com/libevent/libevent/master/whatsnew-2.1.txt">and much more...</a>
61+
</ul>
62+
63+
<li><a href="https://github.com/downloads/libevent/libevent/libevent-2.1.2-alpha.tar.gz">libevent-2.1.2-alpha.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.1.2-alpha.tar.gz.asc">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.1.2-alpha/ChangeLog">ChangeLog</a><br>Released 2012-11-18
5564
<ul>
5665
<li>Various new functions in the core, evbuffer, and bufferevent APIs
5766
<li>Even more backends can now use portable monotonic timers.

0 commit comments

Comments
 (0)