Skip to content
Snippets Groups Projects
Commit 9d3ac3bb authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

Version bump for release.

parent 56608c9e
No related branches found
No related tags found
No related merge requests found
irker history 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! The IRC library at version 3.2 or later is required for this version!
Only ship to freenode #commits by default. Only ship to freenode #commits by default.
......
...@@ -42,7 +42,7 @@ CONNECTION_MAX = 200 # To avoid hitting a thread limit ...@@ -42,7 +42,7 @@ CONNECTION_MAX = 200 # To avoid hitting a thread limit
# No user-serviceable parts below this line # No user-serviceable parts below this line
version = "1.11" version = "1.12"
import sys, getopt, urlparse, time, random, socket, signal import sys, getopt, urlparse, time, random, socket, signal
import threading, Queue, SocketServer import threading, Queue, SocketServer
......
...@@ -37,7 +37,7 @@ default_channels = "irc://chat.freenode.net/#commits" ...@@ -37,7 +37,7 @@ default_channels = "irc://chat.freenode.net/#commits"
# No user-serviceable parts below this line: # No user-serviceable parts below this line:
# #
version = "1.11" version = "1.12"
import os, sys, commands, socket, urllib, subprocess, locale import os, sys, commands, socket, urllib, subprocess, locale
from pipes import quote as shellquote from pipes import quote as shellquote
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment