From: Eric S. Raymond Date: Tue, 9 Oct 2012 01:26:34 +0000 (-0400) Subject: News update. X-Git-Tag: 1.10~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=055ef7ee18b27dac23c18b6c336967896c02368b;p=irker.git News update. --- diff --git a/NEWS b/NEWS index ce39670..69f349e 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,10 @@ irker history +1.10 @ + Expire disconnected connections if they aren't needed or can't reconnect. + Eventlet support removed - didn't play well with the library mutex. + 1.9 @ 2012-10-08 - This is a stable release. Proper mutex locks prevent an occasional thread crash on session timeout. There's now systemd installation support for irkerd. @@ -10,12 +13,10 @@ Cope gracefully if an IRC server dies or hangs during the nick handshake. 1.7 @ 2012-10-05 - This is a stable release. Optional metadata filtering with a user-specified command. irkerd code is now armored against IRC library errors in the delivery threads. 1.6 @ 2012-10-04 - This is a stable release. In 1.5 trying to appease pylint broke the Mercurial hook. Added credits for contributors in hacking.txt. Fix the aging out of connections when we hit a resource limit.