Skip to content

Commit 41ecb05

Browse files
committed
put 2.1.4-alpha on website
1 parent 12757cc commit 41ecb05

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

index.html

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -153,25 +153,7 @@ <h3>Download&ndash;Stable releases</h3>
153153
<li>and more...
154154
</ul>
155155

156-
<li><a href="https://github.com/downloads/libevent/libevent/libevent-2.0.19-stable.tar.gz">libevent-2.0.19-stable.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.0.19-stable.tar.gz.asc">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.0.19-stable/ChangeLog">ChangeLog</a><br>Released 2012-05-03
157-
<ul>
158-
<li>Fix periodic timeout behavior when time jumps forward
159-
<li>Avoid certain priority inversions
160-
<li>More OpenSSL callback behavior fixes (Mark Ellzey)
161-
<li>More evdns improvements (Greg Hazel)
162-
<li>Fix a compilation bug with MSVC
163-
<li>and more...
164-
</ul>
165-
166-
<li><a href="https://github.com/downloads/libevent/libevent/libevent-2.0.18-stable.tar.gz">libevent-2.0.18-stable.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.0.18-stable.tar.gz.asc">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.0.18-stable/ChangeLog">ChangeLog</a><br>Released 2012-03-22
167-
<ul>
168-
<li>Fix a crash bug in evdns.
169-
<li>Fix a class of confusing, hard-to-diagnose kqueue errors.
170-
<li>and more...
171-
</ul>
172-
173-
174-
<li><a class="latest" href="https://github.com/downloads/libevent/libevent/libevent-1.4.14b-stable.tar.gz">libevent-1.4.14b-stable.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-1.4.14b-stable.tar.gz.sig">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-1.4.14b-stable/ChangeLog">ChangeLog</a><br>Released 2010-06-07
156+
<li><a href="https://github.com/downloads/libevent/libevent/libevent-1.4.14b-stable.tar.gz">libevent-1.4.14b-stable.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-1.4.14b-stable.tar.gz.sig">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-1.4.14b-stable/ChangeLog">ChangeLog</a><br>Released 2010-06-07
175157
<ul>
176158
<li>Backport evbuffer_readln()
177159
<li>Fix a crash when reading badly formatted resolve.conf (Yasuoka Masahiko)
@@ -191,7 +173,16 @@ <h4>Download&ndash;Alpha releases</h4>
191173
us know!
192174

193175
<ul class="tight">
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
176+
<li><a class="latest" href="https://sourceforge.net/projects/levent/files/libevent/libevent-2.1/libevent-2.1.4-alpha.tar.gz/download">libevent-2.1.4-alpha.tar.gz</a> [<a href="https://sourceforge.net/projects/levent/files/libevent/libevent-2.1/libevent-2.1.4-alpha.tar.gz.asc/download">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.1.4-alpha/ChangeLog">ChangeLog</a><br>Released 2014-03-21
177+
<ul>
178+
<li>Several new utility APIs in libevent core, bufferevents, and evhttp.
179+
<li>Detect closes early with EPOLLRDHUP.
180+
<li>(Optional) support for buildint with cmake.
181+
<li>Bugfixes too numerous to mention.
182+
<li><a href="https://raw.github.com/libevent/libevent/master/whatsnew-2.1.txt">and much more...</a>
183+
</ul>
184+
185+
<li><a 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
195186
<ul>
196187
<li>New finalization API with fix for bufferevent deadlock issue.
197188
<li>New evdns and evhttp option.

old-releases.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@ <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://sourceforge.net/projects/levent/files/libevent/libevent-2.1/libevent-2.1.4-alpha.tar.gz/download">libevent-2.1.4-alpha.tar.gz</a> [<a href="https://sourceforge.net/projects/levent/files/libevent/libevent-2.1/libevent-2.1.4-alpha.tar.gz.asc/download">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.1.4-alpha/ChangeLog">ChangeLog</a><br>Released 2014-03-21
55+
<ul>
56+
<li>Several new utility APIs in libevent core, bufferevents, and evhttp.
57+
<li>Detect closes early with EPOLLRDHUP.
58+
<li>(Optional) support for buildint with cmake.
59+
<li>Bugfixes 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+
5463
<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
5564
<ul>
5665
<li>New finalization API with fix for bufferevent deadlock issue.

0 commit comments

Comments
 (0)