@@ -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 > - 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 > - 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