Versin bump for release 1.16. 1.16
authorEric S. Raymond <esr@thyrsus.com>
Fri, 25 Jan 2013 03:43:27 +0000 (22:43 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 25 Jan 2013 03:43:27 +0000 (22:43 -0500)
NEWS
irkerd
irkerhook.py

diff --git a/NEWS b/NEWS
index 4f9c496a810c5bc082ff7fa7bfb5912e2d0f03a5..746cb35cb33b3a2abf0f73c61e99719ceed7d5df 100644 (file)
--- 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 5f90fdcdff0c775d63399eb3710d202cb44aad23..8ec8412902a05f92d1690d7fc14181e07429ab01 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.15"
+version = "1.16"
 
 import sys, getopt, urlparse, time, random, socket, signal
 import threading, Queue, SocketServer
index 527266f901895d53cbf4500e38ea544aed1d9e11..908f6b63ce5d8379588b374f42eeff5a01a5734c 100755 (executable)
@@ -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