Author: toad
Date: 2007-07-27 18:28:21 +0000 (Fri, 27 Jul 2007)
New Revision: 14397

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1050
- german translation updated
- fix insert resuming (persistent temp buckets bugs / unimplemented bits from 
th big refactoring in 1048)
- fix startup NPE when fproxy, fcp or tmci disabled
- minor refactoring:
-- PeerNode.shouldDisconnectNow -> PeerNode.noLongerRoutable (still connected, 
but invalidate)
- logging
sback - minor stuff on unit tests
fred - more work on echo


Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-07-27 18:17:47 UTC (rev 
14396)
+++ trunk/freenet/src/freenet/node/Version.java 2007-07-27 18:28:21 UTC (rev 
14397)
@@ -24,7 +24,7 @@
        public static final String protocolVersion = "1.0";

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

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


Reply via email to