Author: toad
Date: 2006-10-02 20:40:20 +0000 (Mon, 02 Oct 2006)
New Revision: 10594
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
985: Mostly minor stuff:
- Fix a CSS bug (string index out of bounds on some pages)
- Minor changes to the Statistics page
- Typo fix on Queue page
- Detect when an insert has lost its data, show an error, and don't offer to
restart it. Don't throw an NPE if (re)started.
- Make InsertBlock.data "private final"
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-10-02 20:33:03 UTC (rev
10593)
+++ trunk/freenet/src/freenet/node/Version.java 2006-10-02 20:40:20 UTC (rev
10594)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 984;
+ private static final int buildNumber = 985;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 970;