Skip to content

Commit 6df43be

Browse files
committed
Release 2.0.19-stable
1 parent 0501138 commit 6df43be

2 files changed

Lines changed: 23 additions & 2 deletions

File tree

index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,17 @@ <h3>Download&ndash;Stable releases</h4>
126126
like to track the latest development versions and report bugs in them.
127127

128128
<ul class="tight">
129-
<li><a class="latest" 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
129+
<li><a class="latest" 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
130+
<ul>
131+
<li>Fix periodic timeout behavior when time jumps forward
132+
<li>Avoid certain priority inversions
133+
<li>More OpenSSL callback behavior fixes (Mark Ellzey)
134+
<li>More evdns improvements (Greg Hazel)
135+
<li>Fix a compilation bug with MSVC
136+
<li>and more...
137+
</ul>
138+
139+
<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
130140
<ul>
131141
<li>Fix a crash bug in evdns.
132142
<li>Fix a class of confusing, hard-to-diagnose kqueue errors.

old-releases.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,18 @@ <h2><a name="2.0">Libevent 2.0.x</a></h2>
6666
[ <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> ]
6767
<ul>
6868

69-
<li><a class="latest" 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>&nbsp;-&nbsp;Released 2012-03-22
69+
<li><a class="latest" 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
70+
<ul>
71+
<li>Fix periodic timeout behavior when time jumps forward
72+
<li>Avoid certain priority inversions
73+
<li>More OpenSSL callback behavior fixes (Mark Ellzey)
74+
<li>More evdns improvements (Greg Hazel)
75+
<li>Fix a compilation bug with MSVC
76+
<li>and more...
77+
</ul>
78+
79+
80+
<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>&nbsp;-&nbsp;Released 2012-03-22
7081
<ul>
7182
<li>Fix a crash bug in evdns.
7283
<li>Fix a class of confusing, hard-to-diagnose kqueue errors.

0 commit comments

Comments
 (0)