Change the documented library requirement to 3.4.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 21 Oct 2012 01:48:23 +0000 (21:48 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 21 Oct 2012 01:48:23 +0000 (21:48 -0400)
NEWS
install.txt
irkerd

diff --git a/NEWS b/NEWS
index d27286b91067aedfc194f027cf0e6e0229bcf5db..cd7fe8cd706bb5468235030d3588902fe5476138 100644 (file)
--- 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.
index e8b63be14b8b9ba53f9f64efaae50e1df6ab7ee6..048d51298771bbbb0205c53de02cef614efd15bf 100644 (file)
@@ -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 <http://pypi.python.org/pypi/irc/>; use version 3.2.3 or later,
-not 3.0 or the even older code from SourceForge.
+it.  See <http://pypi.python.org/pypi/irc/>; 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 ffd8f8fe297df882c01a2bec6fd60bdb1ce69e9a..23038afecad17f971c747f1bdaf76425bb6356ab 100755 (executable)
--- a/irkerd
+++ b/irkerd
@@ -19,7 +19,7 @@ Design and code by Eric S. Raymond <esr@thyrsus.com>. See the project
 resource page at <http://www.catb.org/~esr/irker/>.
 
 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/
 """