Author: toad
Date: 2008-11-08 18:46:07 +0000 (Sat, 08 Nov 2008)
New Revision: 23436
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1172:
Fix UOM triggering too early.
If data fits, compressed, into a single CHK, don't put the codec on the
redirect as well (causes Not in archive etc).
Faster, simpler decompression.
Don't force old users (strictly, users with peers and/or opennet) to go through
the wizard again.
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2008-11-08 18:35:57 UTC (rev
23435)
+++ trunk/freenet/src/freenet/node/Version.java 2008-11-08 18:46:07 UTC (rev
23436)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1171;
+ private static final int buildNumber = 1172;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1169;