From: Eric S. Raymond Date: Fri, 25 Jan 2013 03:43:27 +0000 (-0500) Subject: Versin bump for release 1.16. X-Git-Tag: 1.16^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=80152144fa1ae3b8a6477a6d6fc6361a18cab30b;p=irker.git Versin bump for release 1.16. --- diff --git a/NEWS b/NEWS index 4f9c496..746cb35 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ irker history -1.6 @ - Deal with non-ASCII author names and '|' in the command line. +1.6 @ 2013-01-24 + Deal gracefully with non-ASCII author names and '|' in the command line. 1.15 @ 2012-12-08 Don't append an extra newline in the Subversion hook. diff --git a/irkerd b/irkerd index 5f90fdc..8ec8412 100755 --- a/irkerd +++ b/irkerd @@ -42,7 +42,7 @@ CONNECTION_MAX = 200 # To avoid hitting a thread limit # No user-serviceable parts below this line -version = "1.15" +version = "1.16" import sys, getopt, urlparse, time, random, socket, signal import threading, Queue, SocketServer diff --git a/irkerhook.py b/irkerhook.py index 527266f..908f6b6 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.15" +version = "1.16" import os, sys, commands, socket, urllib, subprocess, locale from pipes import quote as shellquote