Author: nextgens
Date: 2006-09-08 22:03:05 +0000 (Fri, 08 Sep 2006)
New Revision: 10438
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
975:
* Fix a deadlock
* Fix spiders
* Fix YetAnotherBug during node's initialization (config was written
more than once)
* Add allowLocalAddresses UI to /darknet/ and FCP
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-09-08 21:21:58 UTC (rev
10437)
+++ trunk/freenet/src/freenet/node/Version.java 2006-09-08 22:03:05 UTC (rev
10438)
@@ -21,7 +21,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 974;
+ private static final int buildNumber = 975;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 950;