Author: nextgens
Date: 2007-11-09 17:46:40 +0000 (Fri, 09 Nov 2007)
New Revision: 15725

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1071:

New  features:
        - StartupToadlet
        - Refactoring of the /plugins/ toadlet to improve usability
        - Refactoring of part of the plugins API (work in progress)
        - Start plugins off-thread

Bugfixes:
        - HTMLNode was a bit too strict
        - *loads* of various bugfixes to fproxy
        - Maybe fix completionTime on FCP ClientPuts
        - Handshake once a while even with really old nodes
        - Fix the worrying message displayed about jfk (exponent-unknown)

Updated translations:
        - Norwegian thanks to Martin Nyhus
        - German thanks to Thomas

Credits:
        - Bombe
        - nextgens
        - toad

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-11-09 17:24:53 UTC (rev 
15724)
+++ trunk/freenet/src/freenet/node/Version.java 2007-11-09 17:46:40 UTC (rev 
15725)
@@ -24,7 +24,7 @@
        public static final String protocolVersion = "1.0";

        /** The build number of the current revision */
-       private static final int buildNumber = 1070;
+       private static final int buildNumber = 1071;

        /** Oldest build of Fred we will talk to */
        private static final int oldLastGoodBuild = 1069;


Reply via email to