Update of /cvsroot/freenet/freenet/src/freenet
In directory sc8-pr-cvs1:/tmp/cvs-serv31272/src/freenet
Modified Files:
Version.java
Log Message:
hopefully significant optimization to NGRT.references(id). The old way (which is what
CPAlgoRT still uses) was *really* heavy. Also make the insert box only show up in
advanced mode.
Index: Version.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/Version.java,v
retrieving revision 1.397
retrieving revision 1.398
diff -u -r1.397 -r1.398
--- Version.java 20 Sep 2003 19:58:59 -0000 1.397
+++ Version.java 20 Sep 2003 22:26:14 -0000 1.398
@@ -18,7 +18,7 @@
public static String protocolVersion = "1.46";
/** The build number of the current revision */
- public static final int buildNumber = 6204;
+ public static final int buildNumber = 6205;
// 6028: may 3; ARK retrieval fix
public static final int ignoreBuildsAfter = 6500;
_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs