From 4dc182ecbd4230e933fb0ccc90dd9b45967046d5 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 26 Nov 2012 01:06:56 -0500 Subject: [PATCH] Version bump for 1.14 release. --- NEWS | 3 +++ irkerd | 2 +- irkerhook.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.26.2