From b11b45683879bde257389b21d1c0171db819c47d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 24 Dec 2013 21:29:53 -0500 Subject: [PATCH] Version bump for 2.5 release. --- NEWS | 3 +++ irkerd | 2 +- irkerhook.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 6e6cfc2..a554509 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ irker history +2.5 @ 2013-12-24 + Bug fix - remove a deadlock we inherited from irclib. + 2.4 @ 2013-12-03 Bug fix release - some users reported failure to connect with 2.3. Also prevent a crash if Unicode shows up in the wrong place. diff --git a/irkerd b/irkerd index b0bec84..1f6af3d 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.4" +version = "2.5" import sys, getopt, urlparse, time, random, socket, signal, re import threading, Queue, SocketServer, select diff --git a/irkerhook.py b/irkerhook.py index 4ea7fbe..fcd6f06 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.4" +version = "2.5" import os, sys, commands, socket, urllib, subprocess, locale, datetime from pipes import quote as shellquote -- 2.26.2