From: Dirk Koopman Date: Sat, 23 Jun 2007 22:19:07 +0000 (+0100) Subject: add list of Changes X-Git-Tag: 1.55~142 X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=0bf3741541e019f34e3723649cf487e9982d978d add list of Changes --- diff --git a/Changes b/Changes index c24b10bc..0dee640f 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,13 @@ +23Jun06======================================================================= +1. fix basic deduping algorithm +2. rearrange node startup protocol to avoid issuing unnecessary PC92 and also +to spread the PC92Cs out for dependent nodes. +3. increase the PC92C update time to 1 hour. +4. fix sh/route, with a view toward replacing Route::alldxchan. +5. downgrade a link advertising pc9x if no PC92C forthcoming from it back to +old style protocol and carry on, rather than disconnecting (protocol facist +that I was). +6. Fix isolated pc9x nodes so that they remain in oldstyle protocol. 22Jun06======================================================================= 1. Fix Alias for sh/mydx (so it isn't the same as sh/myfdx). 2. Fix sh/c/n uninitialised variable message diff --git a/perl/Version.pm b/perl/Version.pm index d4abfda3..a4aaf1cb 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 = '72'; +$build = '73'; 1;