From 0bf3741541e019f34e3723649cf487e9982d978d Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Sat, 23 Jun 2007 23:19:07 +0100 Subject: [PATCH] add list of Changes --- Changes | 10 ++++++++++ perl/Version.pm | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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; -- 2.34.1