From: Eric S. Raymond Date: Fri, 17 May 2013 12:49:26 +0000 (-0400) Subject: Version bumpp for 1.20 release. X-Git-Tag: 1.20^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1e6edd0763153121c0784d2938554c17f84c7f41;p=irker.git Version bumpp for 1.20 release. --- diff --git a/NEWS b/NEWS index 0bd30e7..9f3ff4c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ irker history +1.20 @ 2013-05-17 + Compatibility back to Python 2.4 (provided simplejson is present). + Increased anti-flood delay to avoid trouble with freenode. + 1.19 @ 2013-05-06 Fixed a minor bug in argument processing diff --git a/irkerd b/irkerd index bbdfb87..f6c7146 100755 --- a/irkerd +++ b/irkerd @@ -44,7 +44,7 @@ CONNECTION_MAX = 200 # To avoid hitting a thread limit # No user-serviceable parts below this line -version = "1.19" +version = "1.20" import sys, getopt, urlparse, time, random, socket, signal, re import threading, Queue, SocketServer diff --git a/irkerhook.py b/irkerhook.py index e713e19..b96cd23 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 = "1.19" +version = "1.20" import os, sys, commands, socket, urllib, subprocess, locale, datetime from pipes import quote as shellquote