From a57800ddfc2e1360bc9a562c242352768d97b4d3 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 9 Oct 2012 07:13:01 -0400 Subject: [PATCH] Version bump for release. --- NEWS | 2 +- irkerd | 2 +- irkerhook.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 69f349e..6871a28 100644 --- 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 c55c0eb..6652e92 100755 --- 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 diff --git a/irkerhook.py b/irkerhook.py index 33167ea..0a87565 100755 --- a/irkerhook.py +++ b/irkerhook.py @@ -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 -- 2.26.2