From 9d3ac3bb73756813b5d5fb95e2e9c3e733b7ffc9 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 11 Oct 2012 14:54:09 -0400 Subject: [PATCH] Version bump for release. --- NEWS | 3 ++- irkerd | 2 +- irkerhook.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 5973ca7..0b70edf 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ irker history -1.12 @ +1.12 @ 2012-10-11 + Emergency workaround for a Unicode-handling error buried deep in irclib. The IRC library at version 3.2 or later is required for this version! Only ship to freenode #commits by default. diff --git a/irkerd b/irkerd index 6f4574e..ed92efc 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.11" +version = "1.12" import sys, getopt, urlparse, time, random, socket, signal import threading, Queue, SocketServer diff --git a/irkerhook.py b/irkerhook.py index 76171b9..af5a156 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.11" +version = "1.12" import os, sys, commands, socket, urllib, subprocess, locale from pipes import quote as shellquote -- 2.26.2