Author: toad
Date: 2007-03-31 14:03:55 +0000 (Sat, 31 Mar 2007)
New Revision: 12464
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1023:
- Fix inherited default of "downloads" for downloadAllowedDirs, should be "all"
- Timeout fixes (failing to start up) in the store code
- Other store (reconstruction etc) fixes, mostly but not all error handling,
also trying to find out why dupes happen (may just be old corrupt stores
because of old code?)
- Minor splitfile insert errors fix
- Bandwidth limit fixes
- Logging
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-03-31 00:38:20 UTC (rev
12463)
+++ trunk/freenet/src/freenet/node/Version.java 2007-03-31 14:03:55 UTC (rev
12464)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1022;
+ private static final int buildNumber = 1023;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1016;