Author: toad
Date: 2007-07-10 16:40:52 +0000 (Tue, 10 Jul 2007)
New Revision: 14017
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1042:
- fix spurious IllegalStateException related to double unlocking UIDs; would
happen e.g. when we complete a request from the datastore
- updated french translation by batosai
- MeaningfulNodeNameUserAlert was displaying two different apply buttons
- fix an NPE
- save detected.udp as numeric IP:port always
- minor fix to SimpleFieldSet.namesOfDirectSubsets (return String[0] if no
subsets)
- update pInstantReject when we reject due to thread limit
- fix insertion of 2GB+ files
- when redirecvting, don't clobber USKs
- debugging NPEs
- logging
Related:
- more work on unit tests
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-07-10 15:04:21 UTC (rev
14016)
+++ trunk/freenet/src/freenet/node/Version.java 2007-07-10 16:40:52 UTC (rev
14017)
@@ -24,10 +24,10 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1041;
+ private static final int buildNumber = 1042;
/** Oldest build of Fred we will talk to */
- private static final int oldLastGoodBuild = 1040;
+ private static final int oldLastGoodBuild = 1041;
private static final int newLastGoodBuild = 1041;
static final long transitionTime;