add comment about chat to Changes
authorDirk Koopman <djk@tobit.co.uk>
Mon, 25 Jun 2007 21:16:07 +0000 (22:16 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Mon, 25 Jun 2007 21:16:07 +0000 (22:16 +0100)
Changes
perl/Version.pm

diff --git a/Changes b/Changes
index a7828aae89602f87ca7ebc91a57ea4c9523f8e39..e60161c4c656eacdbf1d48aa43e02718715284f5 100644 (file)
--- 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).
index 717242689c65000faf91af4c08b5b4f292f02729..21614f4ffd7b20d74de7bf17b201c946f6c1b3b4 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.54';
 $subversion = '0';
-$build = '92';
+$build = '94';
 
 1;