Author: toad
Date: 2009-01-17 18:35:39 +0000 (Sat, 17 Jan 2009)
New Revision: 25112
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1199:
Turtling:
- If a turtled transfer fails, treat it the same as if it were non-turtle: if
it was a timeout, backoff, if it wasn't, add to per-node failure table for 10
minutes.
Web interface:
- Fix a double-encoded link when redirecting to /wizard/.
- When fixing a link, check whether it has already been fixLink'ed, and
complain and use the old one if so.
Client layer:
- If the last block of a splitfile is the full size, then count it towards FEC
even if we are told to ignore the last block.
- Fail a splitfile immediately if a block is not full size, unless ignore last
block is set and the block is the last data block.
Statistics:
- Actually show the number of timed out transfers, not the number of turtles
duplicated.
- Don't count a failed transfer against the % turtles failed if it was turtled
upstream.
Dev stuff:
- Add the new codes to RetrievalException.getErrString.
- Logging.
Installer:
- Use freenet.url.dat in browse.sh / browse.cmd.
- Don't specify the wizard URL, the node will do that automatically.
- Enable history cloaking.
- Remove MDNSDiscovery plugin: we don't open to the LAN unless the user
configures it, and MDNSDiscovery is the biggest cause of the node hanging on
shutdown.
- Remove some leftover dont-close-me handling code causing spurious errors on
install.
XMLSpider: (toad, tommy)
- Compile fix.
- More blacklist extensions.
XMLLibrarian:
- Fix links.
KeyExplorer:
- Fix links.
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2009-01-17 18:24:51 UTC (rev
25111)
+++ trunk/freenet/src/freenet/node/Version.java 2009-01-17 18:35:39 UTC (rev
25112)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1198;
+ private static final int buildNumber = 1199;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1197;
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs