Version bump for 1.17 release. 1.17
authorEric S. Raymond <esr@thyrsus.com>
Sun, 3 Feb 2013 21:08:48 +0000 (16:08 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 3 Feb 2013 21:08:48 +0000 (16:08 -0500)
NEWS
irkerd
irkerhook.py

diff --git a/NEWS b/NEWS
index 70385d06a7a293264676316580e23d4fb359e09f..bd86244c573b7b1f8e93e94a0786591485849d72 100644 (file)
--- 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 71ab42b9f6ceb3b2ab0272721f569a92aae2c679..8ef0b63ed266c68c08cfc6dbc11f52d1b95ef282 100755 (executable)
--- 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
index 908f6b63ce5d8379588b374f42eeff5a01a5734c..29434c75f12826b2e8e03a840b909e9b5b40e381 100755 (executable)
@@ -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