Author: nextgens
Date: 2006-09-06 08:47:40 +0000 (Wed, 06 Sep 2006)
New Revision: 10400
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
966:
* Really fix probes requests
* Correct a typo on the /queue/ page
* Some debugging code has been added to help debugging the 'n2nm flood'
* Now DSAparameters are parsed by PeerNode
* Some refactoring around FNPPacketMangler
* References are now signed and their integrity/authenticity is now
checked.
Mandatory on the 12th.
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-09-05 21:55:06 UTC (rev
10399)
+++ trunk/freenet/src/freenet/node/Version.java 2006-09-06 08:47:40 UTC (rev
10400)
@@ -21,11 +21,11 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 965;
+ private static final int buildNumber = 966;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 950;
- private static final int newLastGoodBuild = 965;
+ private static final int newLastGoodBuild = 966;
private static final long transitionTime;
static {