From: Eric S. Raymond Date: Tue, 4 Feb 2014 22:59:59 +0000 (-0500) Subject: Version bump for 2.6. X-Git-Tag: 2.6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8271b36055833ee341947f22e27a1b053d07bf00;p=irker.git Version bump for 2.6. --- diff --git a/NEWS b/NEWS index a554509..ceacfb1 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ irker history +2.6 @ 2014-02-04 + Fix for an infinite loop on failing to connect to IRC + 2.5 @ 2013-12-24 Bug fix - remove a deadlock we inherited from irclib. diff --git a/irkerd b/irkerd index 0d6d6f8..a71c841 100755 --- a/irkerd +++ b/irkerd @@ -43,7 +43,7 @@ CONNECTION_MAX = 200 # To avoid hitting a thread limit # No user-serviceable parts below this line -version = "2.5" +version = "2.6" import sys, getopt, urlparse, time, random, socket, signal, re import threading, Queue, SocketServer, select diff --git a/irkerhook.py b/irkerhook.py index fcd6f06..d17248a 100755 --- a/irkerhook.py +++ b/irkerhook.py @@ -37,7 +37,7 @@ default_channels = "irc://chat.freenode.net/#commits" # No user-serviceable parts below this line: # -version = "2.5" +version = "2.6" import os, sys, commands, socket, urllib, subprocess, locale, datetime from pipes import quote as shellquote