From: Eric S. Raymond Date: Wed, 10 Oct 2012 21:40:23 +0000 (-0400) Subject: Version bump for release. X-Git-Tag: 1.11^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=24403906c02281dc276e017ddb203739731f2619;p=irker.git Version bump for release. --- diff --git a/NEWS b/NEWS index 4e286bf..4fa8900 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ irker history -1.11 @ +1.11 @ 2012-10-10 Code is now fully Unicode-safe. A 'cialike' option emulates the file-summary behavior on the old CIA service. diff --git a/irkerd b/irkerd index e51924f..6d85a6b 100755 --- a/irkerd +++ b/irkerd @@ -42,7 +42,7 @@ CONNECTION_MAX = 200 # To avoid hitting a thread limit # No user-serviceable parts below this line -version = "1.10" +version = "1.11" import sys, getopt, urlparse, time, random, socket, signal import threading, Queue, SocketServer diff --git a/irkerhook.py b/irkerhook.py index ae60cf3..112f255 100755 --- a/irkerhook.py +++ b/irkerhook.py @@ -37,7 +37,7 @@ default_channels = "irc://chat.freenode.net/%(project)s,irc://chat.freenode.net/ # No user-serviceable parts below this line: # -version = "1.10" +version = "1.11" import os, sys, commands, socket, urllib, subprocess, locale from pipes import quote as shellquote