From e1c1db987218d7490e042f6e3447607f56387f43 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Fri, 16 Aug 2002 00:51:28 +0000 Subject: [PATCH] "make check" / Python 1.5 compatibility fixes. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index fd8bc3777..e366d49cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-08-16 Per Cederqvist <ceder@ceder.dyndns.org> + "make check" / Python 1.5 compatibility fixes. + * doc/checkargs.py (lexer.__init__): Use string.split for Python + 1.5 compatibility. + Dump info about existing sessions to a file specified by "Connection status file:". (Bug 706). * src/server/connections.h (Connection): Added the "peer" field. -- GitLab