irclib is 2.6-compatible again.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 14 Oct 2012 20:24:39 +0000 (16:24 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 14 Oct 2012 20:24:39 +0000 (16:24 -0400)
NEWS
install.txt
irkerd

diff --git a/NEWS b/NEWS
index fb11acaeeca4ccbb15830b332dc1661673c4acbe..d27286b91067aedfc194f027cf0e6e0229bcf5db 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,7 @@
                        irker history 
 
 1.13 @
-  The IRC library at version 3.2 or later is required for this version!
-  This means the daemon requires 2.7, though irkerhook.py works with 2.6.
+  The IRC library at version 3.2.3 or later is required for this version!
 
 1.12 @ 2012-10-11
   Emergency workaround for a Unicode-handling error buried deep in irclib.
index 9a0d320220ef1699309fd17a407c1588e86e852b..e8b63be14b8b9ba53f9f64efaae50e1df6ab7ee6 100644 (file)
@@ -28,7 +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.2 or later,
+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.
 
 The file org.catb.irkerd.plist is a Mac OS/X plist that can be
diff --git a/irkerd b/irkerd
index 35632cf80c9b6a6b96e03716720f1fbb1a558e47..1bc56f2f02b5bd6de23b2c89079ed88561c555e8 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.2 which requires 2.7: see
+the irc client library at version >= 3.2.3 which requires 2.6: see
 
 http://pypi.python.org/pypi/irc/
 """