Author: toad
Date: 2007-09-10 21:55:15 +0000 (Mon, 10 Sep 2007)
New Revision: 15122
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1061:
- Fix bug: We won't disconnecting from non-routable peers, even if they stopped
sending us packets.
Back compatibility removal:
- FCP: Enforce TestDDA/FileHash by default. Apparently current versions of
Frost/Thaw are compatible.
- Remove all code related to pre-1010 keys. It is not possible to fetch them
and nodes will not route them as they will be considered to be invalid.
- Turn off TMCI by default. Hardly anyone uses it.
FCP:
- Better connection close behaviour.
L10N:
- Spanish translation updates
- Minor french translation fix
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-09-10 21:34:50 UTC (rev
15121)
+++ trunk/freenet/src/freenet/node/Version.java 2007-09-10 21:55:15 UTC (rev
15122)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1060;
+ private static final int buildNumber = 1061;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1056;