Author: toad
Date: 2009-01-17 20:09:45 +0000 (Sat, 17 Jan 2009)
New Revision: 25118
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1200:
Web interface:
- Make activelinks configurable and turn off by default.
History cloaking:
- Log an error if try to fixLink on a relative URL.
- Add a couple of missing fixLink()s.
- fixLink() on absolute URLs in local file insert toadlet (when click Browse
Files), queue and connections toadlets (when click sort by headings).
Installer:
- Turn off persistent connections, as firefox only allows 2 persistent
connections vs 8 non-persistent ones.
- Enable history cloaking on Windows (doh).
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2009-01-17 20:02:39 UTC (rev
25117)
+++ trunk/freenet/src/freenet/node/Version.java 2009-01-17 20:09:45 UTC (rev
25118)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1199;
+ private static final int buildNumber = 1200;
/** 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