Author: toad
Date: 2007-11-30 00:57:23 +0000 (Fri, 30 Nov 2007)
New Revision: 16114

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1077:
Request starter:
- Don't busy-loop waiting for local requests to be accepted!! Sleep for the 
current delay time after a rejection.
Refactoring
- AddressIdentifier
Temp files:
- Fix bug creating temp files over 2GB
Bookmarks
- Remove the separate category for default bookmarks. They are now editable 
again. Defaults are only used if we have no bookmarks.
Stats
- Show reasons for rejection for both local and remote requests

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-11-30 00:45:53 UTC (rev 
16113)
+++ trunk/freenet/src/freenet/node/Version.java 2007-11-30 00:57:23 UTC (rev 
16114)
@@ -24,7 +24,7 @@
        public static final String protocolVersion = "1.0";

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

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


Reply via email to