From: Eric S. Raymond Date: Sun, 3 Feb 2013 21:08:48 +0000 (-0500) Subject: Version bump for 1.17 release. X-Git-Tag: 1.17 X-Git-Url: http://git.tremily.us/?p=irker.git;a=commitdiff_plain;h=refs%2Ftags%2F1.17 Version bump for 1.17 release. --- diff --git a/NEWS b/NEWS index 70385d0..bd86244 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ irker history +1.17 @ 2013-02-03 + Various minor fixes and bulletproofing. + 1.16 @ 2013-01-24 Deal gracefully with non-ASCII author names and '|' in the command line. diff --git a/irkerd b/irkerd index 71ab42b..8ef0b63 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.16" +version = "1.17" import sys, getopt, urlparse, time, random, socket, signal import threading, Queue, SocketServer diff --git a/irkerhook.py b/irkerhook.py index 908f6b6..29434c7 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.16" +version = "1.17" import os, sys, commands, socket, urllib, subprocess, locale from pipes import quote as shellquote