From 8efb19c997f7bd51fe24d49856de07dbc0e161bf Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 7 Nov 2012 00:45:23 -0500 Subject: [PATCH] Ready for 1.13 release. --- NEWS | 4 ++-- irkerd | 2 +- irkerhook.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.26.2