Author: toad
Date: 2006-09-29 19:17:02 +0000 (Fri, 29 Sep 2006)
New Revision: 10576
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
983:
- CSS: Fix url() - CSS backgrounds, includes etc were broken by last build
- Swapping stats fix; round some numbers; clean up stats code
- Ignore a / at the end of the URI when inserting a directory over FCP
- Once we pass 66% of an insert, encode all the remaining blocks so we can make
the metadata, insert it, and give the user the key. => URIGenerated and
PutFetchable should be soon after we reach 2/3rds of an insert.
- Restart button for failed requests (not tested for PUTDIR).
- Don't automatically restart finished requests on startup!
- Minor refactoring
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-09-29 19:07:23 UTC (rev
10575)
+++ trunk/freenet/src/freenet/node/Version.java 2006-09-29 19:17:02 UTC (rev
10576)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 982;
+ private static final int buildNumber = 983;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 970;