Author: toad
Date: 2006-11-01 22:02:35 +0000 (Wed, 01 Nov 2006)
New Revision: 10790
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
993 changelog:
- Hard limit of 50% of storeSize for cache, 50% for store. Node will no longer
shrink on every startup, and will no longer go over the storeSize if the store
grows.
- Fix a regex bug that broke the homepage when there was a peers-related
message to display.
- Secure the ?getThreadDump so it can't be used by malicious websites to DoS
- Fix a CSS bug in the sky theme (progress bars)
- Trivial refactoring
- First step in shutting down the node is now a GET, 2 steps rather than 3
- Rename some rarely used FCP errors, improve descriptions
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-11-01 21:14:56 UTC (rev
10789)
+++ trunk/freenet/src/freenet/node/Version.java 2006-11-01 22:02:35 UTC (rev
10790)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 992;
+ private static final int buildNumber = 993;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 978;