Version bump for release. 1.12
authorEric S. Raymond <esr@thyrsus.com>
Thu, 11 Oct 2012 18:54:09 +0000 (14:54 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 11 Oct 2012 18:54:09 +0000 (14:54 -0400)
NEWS
irkerd
irkerhook.py

diff --git a/NEWS b/NEWS
index 5973ca751da26289ba2318cc03b642cc8480c25c..0b70edfe5d09adac9f08ade8673ff76cccd6a1db 100644 (file)
--- 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 6f4574ef4d3d7c14b7d722dcaadbde98b7130cba..ed92efc58f2bb178b0bd968a39b305e3a5ee60eb 100755 (executable)
--- 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
index 76171b935680848538a635da350abe862bf68941..af5a1562b2ad43860ff73dc3594651cd0c577b35 100755 (executable)
@@ -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