Author: toad
Date: 2006-12-01 02:15:23 +0000 (Fri, 01 Dec 2006)
New Revision: 11167
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1005:
Detect RSS when Firefox/IE would, and show a warning about it.
Some work on node-to-node messages.
Add new per-peer option "ignore source port" (can be set from advanced
darknet). Set this if you are connecting to a peer behind a corporate NAT and
having connection problems. (DO NOT set it otherwise).
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-12-01 02:06:10 UTC (rev
11166)
+++ trunk/freenet/src/freenet/node/Version.java 2006-12-01 02:15:23 UTC (rev
11167)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1004;
+ private static final int buildNumber = 1005;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 990;