From: Eric S. Raymond Date: Fri, 29 Nov 2013 11:11:31 +0000 (-0500) Subject: Version bump for 2.2 release. X-Git-Tag: 2.2^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cdd5b4a74483ebe40849986d66bdae0898b391b4;p=irker.git Version bump for 2.2 release. --- diff --git a/NEWS b/NEWS index 9eb4e80..3567d26 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,8 @@ irker history -Repository head: - Fixed unicode processing +2.2 @ 2013-11-29 + Fixed Unicode processing - got busted in 2.0 when irclib was removed. + Show Pyton traceback on higher debug levels. 2.1 @ 2013-11-26 A performance improvement in the git repository hook. diff --git a/irkerd b/irkerd index 9693e6d..f3c53a6 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.1" +version = "2.2" import sys, getopt, urlparse, time, random, socket, signal, re import threading, Queue, SocketServer, select diff --git a/irkerhook.py b/irkerhook.py index 5852b12..35f305a 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.1" +version = "2.2" import os, sys, commands, socket, urllib, subprocess, locale, datetime from pipes import quote as shellquote