Version bump for release. 1.10
authorEric S. Raymond <esr@thyrsus.com>
Tue, 9 Oct 2012 11:13:01 +0000 (07:13 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 9 Oct 2012 11:13:01 +0000 (07:13 -0400)
NEWS
irkerd
irkerhook.py

diff --git a/NEWS b/NEWS
index 69f349ec42d9e057a660c69bd46fb044f101e80f..6871a281a9bbaf0814dc74ccc606d1866a988ed8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
                        irker history 
 
-1.10 @
+1.10 @ 2012-10-09
   Expire disconnected connections if they aren't needed or can't reconnect.
   Eventlet support removed - didn't play well with the library mutex.
 
diff --git a/irkerd b/irkerd
index c55c0eb67a6551cf1cb97367b91d2b5adc9210fa..6652e921700e66acfa44d12596960283e2c64c89 100755 (executable)
--- a/irkerd
+++ b/irkerd
@@ -42,7 +42,7 @@ CONNECTION_MAX = 200          # To avoid hitting a thread limit
 
 # No user-serviceable parts below this line
 
-version = "1.9"
+version = "1.10"
 
 import sys, getopt, urlparse, time, random, socket
 import threading, Queue, SocketServer
index 33167ea7fe5047c7a782db68e5d93d1b89d6fb79..0a875650384ec523ebea58244dc2969e2646dd33 100755 (executable)
@@ -37,7 +37,7 @@ default_channels = "irc://chat.freenode.net/%(project)s,irc://chat.freenode.net/
 # No user-serviceable parts below this line:
 #
 
-version = "1.9"
+version = "1.10"
 
 import os, sys, commands, socket, urllib, subprocess
 from pipes import quote as shellquote