Skip to content

Commit 4b00732

Browse files
committed
Add new releases (2.1.2-alpha, 2.0.21-stable) to website
1 parent 21fdc54 commit 4b00732

2 files changed

Lines changed: 49 additions & 4 deletions

File tree

index.html

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,15 @@ <h3>Download&ndash;Stable releases</h3>
136136
like to track the latest development versions and report bugs in them.
137137

138138
<ul class="tight">
139-
<li><a class="latest" href="https://github.com/downloads/libevent/libevent/libevent-2.0.20-stable.tar.gz">libevent-2.0.20-stable.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.0.20-stable.tar.gz.asc">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.0.20-stable/ChangeLog">ChangeLog</a><br>Released 2012-08-23
139+
<li><a class="latest" href="https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz">libevent-2.0.21-stable.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz.asc">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.0.21-stable/ChangeLog">ChangeLog</a><br>Released 2012-11-18
140+
<ul>
141+
<li>Several SSL correctness and performance fixes.
142+
<li>Build fixes for mingw64
143+
<li>Avoid a few resource leaks
144+
<li>and more...
145+
</ul>
146+
147+
<li><a href="https://github.com/downloads/libevent/libevent/libevent-2.0.20-stable.tar.gz">libevent-2.0.20-stable.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.0.20-stable.tar.gz.asc">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.0.20-stable/ChangeLog">ChangeLog</a><br>Released 2012-08-23
140148
<ul>
141149
<li>Fix a crash on windows.
142150
<li>Make event_pending() threadsafe.
@@ -183,7 +191,22 @@ <h4>Download&ndash;Alpha releases</h4>
183191
us know!
184192

185193
<ul class="tight">
186-
<li><a class="latest" href="https://github.com/downloads/libevent/libevent/libevent-2.1.1-alpha.tar.gz">libevent-2.1.1-alpha.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.1.1-alpha.tar.gz.asc">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.1.1-alpha/ChangeLog">ChangeLog</a><br>Released 2012-04-03
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
195+
<ul>
196+
<li>Various new functions in the core, evbuffer, and bufferevent APIs
197+
<li>Even more backends can now use portable monotonic timers.
198+
<li>Updated autotools build infrastructure for faster builds.
199+
<li>More reliable unit tests
200+
<li>Internal event-callback interface now refactored for flexibility
201+
and performance
202+
<li>Faster notification with kqueue, faster/more precise timers on Linux
203+
<li>Numerous small performance improvements and data structure tweaks
204+
throughout the codebase
205+
<li>Various bugfixes against 2.1.1-alpha
206+
<li><a href="https://raw.github.com/libevent/libevent/master/whatsnew-2.1.txt">and much more...</a>
207+
</ul>
208+
209+
<li><a href="https://github.com/downloads/libevent/libevent/libevent-2.1.1-alpha.tar.gz">libevent-2.1.1-alpha.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.1.1-alpha.tar.gz.asc">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.1.1-alpha/ChangeLog">ChangeLog</a><br>Released 2012-04-03
187210
<ul>
188211
<li>First alpha release in the 2.1.x series.
189212
<li>Useful features for controlling the event loop and avoiding priority inversion

old-releases.html

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,22 @@ <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.1-alpha.tar.gz">libevent-2.1.1-alpha.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.1.1-alpha.tar.gz.asc">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.1.1-alpha/ChangeLog">ChangeLog</a>&nbsp;-&nbsp;Released 2012-04-03
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
55+
<ul>
56+
<li>Various new functions in the core, evbuffer, and bufferevent APIs
57+
<li>Even more backends can now use portable monotonic timers.
58+
<li>Updated autotools build infrastructure for faster builds.
59+
<li>More reliable unit tests
60+
<li>Internal event-callback interface now refactored for flexibility
61+
and performance
62+
<li>Faster notification with kqueue, faster/more precise timers on Linux
63+
<li>Numerous small performance improvements and data structure tweaks
64+
throughout the codebase
65+
<li>Various bugfixes against 2.1.1-alpha
66+
<li><a href="https://raw.github.com/libevent/libevent/master/whatsnew-2.1.txt">and much more...</a>
67+
</ul>
68+
69+
<li><a href="https://github.com/downloads/libevent/libevent/libevent-2.1.1-alpha.tar.gz">libevent-2.1.1-alpha.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.1.1-alpha.tar.gz.asc">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.1.1-alpha/ChangeLog">ChangeLog</a>&nbsp;-&nbsp;Released 2012-04-03
5570
<ul>
5671
<li>First alpha release in the 2.1.x series.
5772
<li>Useful features for controlling the event loop and avoiding priority inversion
@@ -65,8 +80,15 @@ <h2><a name="2.1">Libevent 2.1.x</a></h2>
6580
<h2><a name="2.0">Libevent 2.0.x</a></h2>
6681
[ <a href="https://raw.github.com/libevent/libevent/patches-2.0/whatsnew-2.0.txt">What's new in 2.0</a> | <a href="https://raw.github.com/libevent/libevent/patches-2.0/ChangeLog">2.0.x ChangeLog</a> ]
6782
<ul>
83+
<li><a class="latest" href="https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz">libevent-2.0.21-stable.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz.asc">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.0.21-stable/ChangeLog">ChangeLog</a><br>Released 2012-11-18
84+
<ul>
85+
<li>Several SSL correctness and performance fixes.
86+
<li>Build fixes for mingw64
87+
<li>Avoid a few resource leaks
88+
<li>and more...
89+
</ul>
6890

69-
<li><a class="latest" href="https://github.com/downloads/libevent/libevent/libevent-2.0.20-stable.tar.gz">libevent-2.0.20-stable.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.0.20-stable.tar.gz.asc">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.0.20-stable/ChangeLog">ChangeLog</a><br>Released 2012-08-23
91+
<li><a href="https://github.com/downloads/libevent/libevent/libevent-2.0.20-stable.tar.gz">libevent-2.0.20-stable.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.0.20-stable.tar.gz.asc">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.0.20-stable/ChangeLog">ChangeLog</a><br>Released 2012-08-23
7092
<ul>
7193
<li>Fix a crash on windows.
7294
<li>Make event_pending() threadsafe.

0 commit comments

Comments
 (0)