From: blackh <gra...@li...> - 2003-08-03 09:51:21
|
blackh Sun Aug 3 02:51:21 2003 EDT Modified files: /grapevine configure configure.ac /grapevine/raisen/grapevine address-ref.xml address.xml grapevine.dtd init.xml version.xml /grapevine/raisen/local request.xml Log: Bug fix: Seed node addresses were getting cleaned up when they shouldn't be. Index: grapevine/raisen/local/request.xml diff -u grapevine/raisen/local/request.xml:1.30 grapevine/raisen/local/request.xml:1.31 --- grapevine/raisen/local/request.xml:1.30 Wed Jul 23 04:50:59 2003 +++ grapevine/raisen/local/request.xml Sun Aug 3 02:51:20 2003 @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!-- $Id: request.xml,v 1.30 2003/07/23 11:50:59 blackh Exp $ --> +<!-- $Id: request.xml,v 1.31 2003/08/03 09:51:20 blackh Exp $ --> <!DOCTYPE grapevine SYSTEM "../raisen.dtd" [ @@ -37,7 +37,7 @@ <grapevine> - <domain name="local.request" author1="Stephen Blackheath" rev="$Revision: 1.30 $"> + <domain name="local.request" author1="Stephen Blackheath" rev="$Revision: 1.31 $"> <rules> main: req=<request id="[id]" mode="process"> @@ -91,10 +91,8 @@ <p>This is the local web interface of your node in the <a target="grapevineproject.org" href="http://grapevineproject.org/">Grapevine</a> peer-to-peer network.</p> <p>This software doesn't do anything very useful yet, but with the help you are giving us by running it on your system, we can complete the project.</p> - <p><font size="-2">Latest code change (23 Jul 2003): Several bug fixes in network logic, - and some progress on a part of the logic called 'discovery', where a node can introduce - one of its neighbours to another. This makes all nodes discover their neighbours - quickly upon joining the network.</font></p> + <p><font size="-2">Latest code change (03 Aug 2003): Bug fix: Seed node addresses + were getting cleaned up when they shouldn't be.</font></p> <p> <table cellspacing="3" cellpadding="0" border="0"> <tr> |