News update.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 9 Oct 2012 01:26:34 +0000 (21:26 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 9 Oct 2012 01:26:34 +0000 (21:26 -0400)
NEWS

diff --git a/NEWS b/NEWS
index ce39670cedda59e6c202a212195ebc1ea7304257..69f349ec42d9e057a660c69bd46fb044f101e80f 100644 (file)
--- 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.
 
   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.