Author: toad
Date: 2007-02-15 01:53:15 +0000 (Thu, 15 Feb 2007)
New Revision: 11797
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1016:
- don't restart completed requests on every startup!
- fix bug related to saving peers file to disk (??)
- auto-upgrade old node updater settings
- fproxy-originated changes to global queued requests now send the relevant
notifications
- darknet page: if a node fails to add, don't go into limbo
- don't show the cancel button on the bookmark edit form when in add mode
(subject of some controversy)
- don't show multiple copies of the STUN NAT detected message
- use the standard 301 header name (Moved Permanently), possibly fixes
redirection in some browsers
- cancel requests more quickly if e.g. fetching a multi-level manifest or a
container
- add binary/zip-compressed and fix some mime type detection / file naming bugs
- better/more user friendly error handling in a few cases
- minor refactoring, synchronization fixes, chasing wierd bugs
- logging, indenting, comments
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-02-15 01:48:17 UTC (rev
11796)
+++ trunk/freenet/src/freenet/node/Version.java 2007-02-15 01:53:15 UTC (rev
11797)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1015;
+ private static final int buildNumber = 1016;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1010;