From 927256505d39c5501aebc9a7d70c28eaab1ee465 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 14 Oct 2012 00:07:48 -0400 Subject: [PATCH] Document a dependency. --- NEWS | 1 + irkerd | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index aca1759..fb11aca 100644 --- 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 9f00833..35632cf 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.2: see +the irc client library at version >= 3.2.2 which requires 2.7: see http://pypi.python.org/pypi/irc/ """ -- 2.26.2