Author: toad
Date: 2007-02-11 01:21:57 +0000 (Sun, 11 Feb 2007)
New Revision: 11760

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1015:
- fix signature in node references (was corrupt)
- fix adding some old references
- don't let the wrapper time us out while loading persistent requests on startup
- store persistent requests after changing priority etc through the web 
interface
- don't forget to start the persister thread
- bback's PersistentRequestModified message
- minor code cleanups


Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-02-11 01:07:50 UTC (rev 
11759)
+++ trunk/freenet/src/freenet/node/Version.java 2007-02-11 01:21:57 UTC (rev 
11760)
@@ -24,7 +24,7 @@
        public static final String protocolVersion = "1.0";

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

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


Reply via email to