From: Eric S. Raymond Date: Thu, 11 Oct 2012 18:54:09 +0000 (-0400) Subject: Version bump for release. X-Git-Tag: 1.12^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9d3ac3bb73756813b5d5fb95e2e9c3e733b7ffc9;p=irker.git Version bump for release. --- 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