Document a dependency.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 14 Oct 2012 04:07:48 +0000 (00:07 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 14 Oct 2012 04:07:48 +0000 (00:07 -0400)
NEWS
irkerd

diff --git a/NEWS b/NEWS
index aca1759c8f507ac5e18326b2738b16ddc554eec4..fb11acaeeca4ccbb15830b332dc1661673c4acbe 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@
 
 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.
 
 1.12 @ 2012-10-11
   Emergency workaround for a Unicode-handling error buried deep in irclib.
diff --git a/irkerd b/irkerd
index 9f008330bc8eed106e66c71fcc1a744ec4860f02..35632cf80c9b6a6b96e03716720f1fbb1a558e47 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: see
+the irc client library at version >= 3.2.2 which requires 2.7: see
 
 http://pypi.python.org/pypi/irc/
 """