From: Dirk Koopman Date: Mon, 25 Jun 2007 21:16:07 +0000 (+0100) Subject: add comment about chat to Changes X-Git-Tag: 1.55~121 X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=d44eaf6ad528386e7f8aa0457e40c302046e23b2 add comment about chat to Changes --- 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;