From: Eric S. Raymond Date: Wed, 25 Dec 2013 02:29:53 +0000 (-0500) Subject: Version bump for 2.5 release. X-Git-Tag: 2.5^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b11b45683879bde257389b21d1c0171db819c47d;p=irker.git Version bump for 2.5 release. --- 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