From d44eaf6ad528386e7f8aa0457e40c302046e23b2 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Mon, 25 Jun 2007 22:16:07 +0100 Subject: [PATCH] add comment about chat to Changes --- Changes | 2 ++ perl/Version.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index a7828aae..e60161c4 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ 1. make sure that a C record is sent for node call every update period. 2. make announces work again (probably). 3. Fix long standing possibility of a crash with a new user. +4. Add continuous chatting (like talk with no message eg 'chat #9000' just on +its own with no message). 24Jun07======================================================================= 1. Fix the routing algorithms to allow route selection in the face of incomplete trees of nodes (trees as produced by sh/newc). diff --git a/perl/Version.pm b/perl/Version.pm index 71724268..21614f4f 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -11,6 +11,6 @@ use vars qw($version $subversion $build); $version = '1.54'; $subversion = '0'; -$build = '92'; +$build = '94'; 1; -- 2.34.1