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

Modified Files:
        Version.java 
Log Message:
6301:
Niklas:
Refactoring of routing points
OCM PeerHandler mode is default
Add some color methods for future graph improvements
Me:
Improved HTML output for FT, use many small table instead of one big table, and add a 
# DNFs Ignored field
Add code to track number of DNFs ignored due to an FT entry
Fix important bug in shouldFail, was giving false positives
A few other FT tidbits

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

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

Reply via email to