Skip to content

Commit 21fdc54

Browse files
committed
Pull a few older releases off the main page
1 parent 180887c commit 21fdc54

1 file changed

Lines changed: 0 additions & 42 deletions

File tree

index.html

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -162,39 +162,6 @@ <h3>Download&ndash;Stable releases</h3>
162162
<li>and more...
163163
</ul>
164164

165-
<li><a href="https://github.com/downloads/libevent/libevent/libevent-2.0.17-stable.tar.gz">libevent-2.0.17-stable.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.0.17-stable.tar.gz.asc">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.0.17-stable/ChangeLog">ChangeLog</a><br>Released 2012-02-10
166-
<ul>
167-
<li>Fix some subtle crash bugs in signals, win64.
168-
<li>Avoid spurious EV_READ events from nonexistent fds when using kqueue.
169-
<li>Fix a nasty list-corruption bug in event_reinit().
170-
<li>Prevent stalls in filtering SSL connections (Maseeb Abdul Qadir and Mark Ellzey)
171-
<li>and more...
172-
</ul>
173-
<li><a href="https://github.com/downloads/libevent/libevent/libevent-2.0.16-stable.tar.gz">libevent-2.0.16-stable.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.0.16-stable.tar.gz.asc">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.0.16-stable/ChangeLog">ChangeLog</a><br>Released 2011-11-18
174-
<ul>
175-
<li>Construct an event_base more reliably on Windows when threading is disabled.
176-
<li>Fix for a crash in evbuffer_remove_buffer() by Greg Hazel
177-
<li>Fixes for CPU-spinning problems during SSL reads by Mark Ellzey
178-
<li>and more...
179-
</ul>
180-
<li><a href="https://github.com/downloads/libevent/libevent/libevent-2.0.15-stable.tar.gz">libevent-2.0.15-stable.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.0.15-stable.tar.gz.asc">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.0.15-stable/ChangeLog">ChangeLog</a><br>Released 2011-10-12
181-
<ul>
182-
<li>evbuffer_add_file now works with SSL bufferevents
183-
<li>DNS fixes from Leonid Evdokimov
184-
<li>An evbuffer callback bugfix from Alex
185-
<li>Correct behavior for event_base_loop() from a signal event's callback
186-
<li>and more...
187-
</ul>
188-
<li><a href="https://github.com/downloads/libevent/libevent/libevent-2.0.14-stable.tar.gz">libevent-2.0.14-stable.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-2.0.14-stable.tar.gz.asc">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-2.0.14-stable/ChangeLog">ChangeLog</a><br>Released 2011-08-31
189-
<ul>
190-
<li>Several SSL bufferevent fixes from Joachim Bauch
191-
<li>A Solaris sendfile bugfix from Michael Herf
192-
<li>A few other IOCP and rate-limiting bufferevent fixes
193-
<li>Memory leak fixes from Leonid Evdokimov
194-
<li>Coverity fixes from Harlan Stenn
195-
<li>Portability and build fixes from Dave Hart and Mitchell Livingston
196-
<li>and more...
197-
</ul>
198165

199166
<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
200167
<ul>
@@ -208,15 +175,6 @@ <h3>Download&ndash;Stable releases</h3>
208175
<li>Define _REENTRANT as needed on Solaris, elsewhere (6cbea13)
209176
<li>Other bugfixes for http, memory management, and cleanup.
210177
</ul>
211-
<li><a href="https://github.com/downloads/libevent/libevent/libevent-1.4.13-stable.tar.gz">libevent-1.4.13-stable.tar.gz</a> [<a href="https://github.com/downloads/libevent/libevent/libevent-1.4.13-stable.tar.gz.sig">GPG Sig</a>] <a href="https://raw.github.com/libevent/libevent/release-1.4.13-stable/ChangeLog">ChangeLog</a><br>Released 2009-11-17
212-
<ul>
213-
<li>If the kernel tells us that there are a negative number of bytes to read from a socket, do not believe it (Alexander Pronchenkov)
214-
<li>Use less memory in epoll backend and priority system
215-
<li>Do not drop data from evbuffer when out of memory
216-
<li>Fix compilation on Android, HPUX, GNU/kFreeBSD
217-
<li>When running set[ug]id, don't check the environment
218-
<li>and more...
219-
</ul>
220178
</ul>
221179

222180
<h4>Download&ndash;Alpha releases</h4>

0 commit comments

Comments
 (0)