From: Eric S. Raymond Date: Wed, 7 Nov 2012 05:45:23 +0000 (-0500) Subject: Ready for 1.13 release. X-Git-Tag: 1.13^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8efb19c997f7bd51fe24d49856de07dbc0e161bf;p=irker.git Ready for 1.13 release. --- diff --git a/NEWS b/NEWS index cd7fe8c..269b971 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,8 @@ irker history -1.13 @ +1.13 @ 2012-11-06 Fix for a very rare thread race found by AI0867. - The IRC library at version 3.4 or later is required for this version! + Work around a midesign in the IRC library. 1.12 @ 2012-10-11 Emergency workaround for a Unicode-handling error buried deep in irclib. diff --git a/irkerd b/irkerd index 4aa9d8a..bcff361 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.12" +version = "1.13" import sys, getopt, urlparse, time, random, socket, signal import threading, Queue, SocketServer diff --git a/irkerhook.py b/irkerhook.py index f79ef5f..a60084e 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.12" +version = "1.13" import os, sys, commands, socket, urllib, subprocess, locale from pipes import quote as shellquote