File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,7 +136,16 @@ <h3>Download–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.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
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
140+ < ul >
141+ < li > Fix a crash on windows.
142+ < li > Make event_pending() threadsafe.
143+ < li > Another SSL callback behavior fixes
144+ < li > Avoid an evdns segfault (Greg Hazel)
145+ < li > and more...
146+ </ ul >
147+
148+ < 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
140149 < ul >
141150 < li > Fix periodic timeout behavior when time jumps forward
142151 < li > Avoid certain priority inversions
Original file line number Diff line number Diff line change @@ -66,7 +66,16 @@ <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.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
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
70+ < ul >
71+ < li > Fix a crash on windows.
72+ < li > Make event_pending() threadsafe.
73+ < li > Another SSL callback behavior fixes
74+ < li > Avoid an evdns segfault (Greg Hazel)
75+ < li > and more...
76+ </ ul >
77+
78+ < 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
7079 < ul >
7180 < li > Fix periodic timeout behavior when time jumps forward
7281 < li > Avoid certain priority inversions
You can’t perform that action at this time.
0 commit comments