From d7a43c5255e2cd6f806303fe19a373a97e6c9389 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 3 Feb 2013 16:08:48 -0500 Subject: [PATCH] Version bump for 1.17 release. --- NEWS | 3 +++ irkerd | 2 +- irkerhook.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.26.2