From: Eric S. Raymond Date: Wed, 3 Oct 2012 04:30:30 +0000 (-0400) Subject: Version bump for release. X-Git-Tag: 1.5^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dbcb19860e69df9966bc5bb3d1344116368db8af;p=irker.git Version bump for release. --- diff --git a/NEWS b/NEWS index 0d90965..3d88eb4 100644 --- a/NEWS +++ b/NEWS @@ -27,7 +27,7 @@ The color variable is no longer boolean; may be miRC or ANSI. The installation instructions for irkerhook.py have changed! -1.5 @ +1.5 @ 2012-10-03 Mercurial support. Shorten nick negotiation by choosing a random bick base from a large range. Make irkerd exit cleanly on control-C. diff --git a/irkerd b/irkerd index d7d5aba..651bad0 100755 --- a/irkerd +++ b/irkerd @@ -62,7 +62,7 @@ import sys, json, getopt, urlparse, time, random import threading, Queue, SocketServer import irc.client, logging -version = "1.4" +version = "1.5" # Sketch of implementation: # diff --git a/irkerhook.py b/irkerhook.py index fabc754..244b65c 100755 --- a/irkerhook.py +++ b/irkerhook.py @@ -39,7 +39,7 @@ default_channels = "irc://chat.freenode.net/%(project)s,irc://chat.freenode.net/ import os, sys, commands, socket, urllib, json -version = "1.4" +version = "1.5" def shellquote(s): return "'" + s.replace("'","'\\''") + "'"