From: Eric S. Raymond Date: Tue, 2 Oct 2012 16:10:31 +0000 (-0400) Subject: Version bump for release. X-Git-Tag: 1.4~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=96b35b303b52a150e8643c45aa9d0ba5d4c1f6e0;p=irker.git Version bump for release. --- diff --git a/NEWS b/NEWS index 50feb14..675d909 100644 --- a/NEWS +++ b/NEWS @@ -21,7 +21,7 @@ irkerd now uses green threads, with much lower overhead. Fix a bug in handling of channel names with no prefix. -1.4 @ +1.4 @ 2012-10-01 Graceful handling of server disconnects and kicks. Distribution now inclues an installable irkerd plist for Mac OS/X. The color variable is no longer boolean; may be miRC or ANSI. diff --git a/irkerd b/irkerd index fe99a05..1dc8489 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.3" +version = "1.4" # Sketch of implementation: # diff --git a/irkerhook.py b/irkerhook.py index eaf9f00..70a496e 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.3" +version = "1.4" def shellquote(s): return "'" + s.replace("'","'\\''") + "'"