From: Eric S. Raymond Date: Mon, 26 Nov 2012 06:06:56 +0000 (-0500) Subject: Version bump for 1.14 release. X-Git-Tag: 1.14~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4dc182ecbd4230e933fb0ccc90dd9b45967046d5;p=irker.git Version bump for 1.14 release. --- diff --git a/NEWS b/NEWS index 269b971..7d02419 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ irker history +1.14 @ + irclib 5.0 and urlparse compatibility fixes. + 1.13 @ 2012-11-06 Fix for a very rare thread race found by AI0867. Work around a midesign in the IRC library. diff --git a/irkerd b/irkerd index 202593a..884fe6d 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.13" +version = "1.14" import sys, getopt, urlparse, time, random, socket, signal import threading, Queue, SocketServer diff --git a/irkerhook.py b/irkerhook.py index 6a46622..4434aa0 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.13" +version = "1.14" import os, sys, commands, socket, urllib, subprocess, locale from pipes import quote as shellquote