From 1e6edd0763153121c0784d2938554c17f84c7f41 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 17 May 2013 08:49:26 -0400 Subject: [PATCH] Version bumpp for 1.20 release. --- NEWS | 4 ++++ irkerd | 2 +- irkerhook.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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 -- 2.26.2