add list of Changes
authorDirk Koopman <djk@tobit.co.uk>
Sat, 23 Jun 2007 22:19:07 +0000 (23:19 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Sat, 23 Jun 2007 22:19:07 +0000 (23:19 +0100)
Changes
perl/Version.pm

diff --git a/Changes b/Changes
index c24b10bc7af500b8b2077adc1f62ab581105e2c1..0dee640fe715c1599ff2bc40200bbd4897a1b421 100644 (file)
--- 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
index d4abfda344af1e01ce31ca2c3e5b36690d64c7b9..a4aaf1cb31b4447b7192280932dec08c6bdb3335 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.54';
 $subversion = '0';
-$build = '72';
+$build = '73';
 
 1;