Update of /cvsroot/freenet/freenet/src/freenet
In directory sc8-pr-cvs1:/tmp/cvs-serv7338/freenet/src/freenet

Modified Files:
        Version.java 
Log Message:
6300:
The removal of the functional checkpointing code in the FailureTable made things 
_very_ unhappy, so I put it back.  
This may not be the best way to handle it, but I think it'll be pretty effective for 
now.
If it needs to be taken back out, at least make sure it doesn't run-away checkpoint 
itself.

Index: Version.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/Version.java,v
retrieving revision 1.496
retrieving revision 1.497
diff -u -w -r1.496 -r1.497
--- Version.java        2 Nov 2003 02:16:16 -0000       1.496
+++ Version.java        3 Nov 2003 00:40:49 -0000       1.497
@@ -20,7 +20,7 @@
     public static String protocolVersion = "1.47";
     
     /** The build number of the current revision */
-    public static final int buildNumber = 6299;
+    public static final int buildNumber = 6300;
 
     public static final int ignoreBuildsAfter = 6500;
     

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to