From 8271b36055833ee341947f22e27a1b053d07bf00 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 4 Feb 2014 17:59:59 -0500 Subject: [PATCH] Version bump for 2.6. --- NEWS | 3 +++ irkerd | 2 +- irkerhook.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.26.2