From: Eric S. Raymond Date: Tue, 26 Nov 2013 15:13:08 +0000 (-0500) Subject: Version bump for release 2.1. X-Git-Tag: 2.1^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=44741082584ee9436befd815b7e042e51da9c901;p=irker.git Version bump for release 2.1. --- diff --git a/NEWS b/NEWS index b655ff9..b6d2f95 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ irker history -Repository head: +2.1 @ 2013-11-26 A performance improvement in the git repository hook. Documentation polishing. diff --git a/irkerd b/irkerd index a43197e..ddd3f9c 100755 --- a/irkerd +++ b/irkerd @@ -43,7 +43,7 @@ CONNECTION_MAX = 200 # To avoid hitting a thread limit # No user-serviceable parts below this line -version = "2.0" +version = "2.1" import sys, getopt, urlparse, time, random, socket, signal, re import threading, Queue, SocketServer, select diff --git a/irkerhook.py b/irkerhook.py index 20ef911..5852b12 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 = "2.0" +version = "2.1" import os, sys, commands, socket, urllib, subprocess, locale, datetime from pipes import quote as shellquote