From a56e8a292cf1611fe84d7392d596e4bb29e5907e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 20 Oct 2012 21:48:23 -0400 Subject: [PATCH] Change the documented library requirement to 3.4. --- NEWS | 3 ++- install.txt | 3 +-- irkerd | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index d27286b..cd7fe8c 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,8 @@ irker history 1.13 @ - The IRC library at version 3.2.3 or later is required for this version! + Fix for a very rare thread race found by AI0867. + The IRC library at version 3.4 or later is required for this version! 1.12 @ 2012-10-11 Emergency workaround for a Unicode-handling error buried deep in irclib. diff --git a/install.txt b/install.txt index e8b63be..048d512 100644 --- a/install.txt +++ b/install.txt @@ -28,8 +28,7 @@ You should *not* make irker visible from outside the site firewall, as it can be used to spam IRC channels while masking the source address. You will need to have Jason Coombs's irc library where Python can see -it. See ; use version 3.2.3 or later, -not 3.0 or the even older code from SourceForge. +it. See ; use version 3.4 or later. The file org.catb.irkerd.plist is a Mac OS/X plist that can be installed to launch irkerd as a boot-time service on that system. diff --git a/irkerd b/irkerd index ffd8f8f..23038af 100755 --- a/irkerd +++ b/irkerd @@ -19,7 +19,7 @@ Design and code by Eric S. Raymond . See the project resource page at . Requires Python 2.6 or 2.5 with the simplejson library installed, and -the irc client library at version >= 3.2.3 which requires 2.6: see +the irc client library at version >= 3.4 which requires 2.6: see http://pypi.python.org/pypi/irc/ """ -- 2.26.2