From: Eric S. Raymond Date: Sun, 5 May 2013 18:25:31 +0000 (-0400) Subject: Version bump for 1.9 release. X-Git-Tag: 1.19^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c07938fb9a088b14749c08899eff215a935804fe;p=irker.git Version bump for 1.9 release. --- diff --git a/NEWS b/NEWS index 1f63f66..0bd30e7 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ irker history -1.18 +1.19 @ 2013-05-06 + Fixed a minor bug in argument processing + +1.18 @ 2013-04-16 Added -l option; irker can now be used as a channel monitor. Added -n and -p option: the nick can be forced and authenticated. diff --git a/irkerd b/irkerd index 1b25d92..391ff36 100755 --- a/irkerd +++ b/irkerd @@ -44,7 +44,7 @@ CONNECTION_MAX = 200 # To avoid hitting a thread limit # No user-serviceable parts below this line -version = "1.18" +version = "1.19" import sys, getopt, urlparse, time, random, socket, signal, re import threading, Queue, SocketServer diff --git a/irkerhook.py b/irkerhook.py index 972a6ab..38b3552 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.18" +version = "1.19" import os, sys, commands, socket, urllib, subprocess, locale, datetime from pipes import quote as shellquote