Author: toad
Date: 2007-03-08 16:59:20 +0000 (Thu, 08 Mar 2007)
New Revision: 12039

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1019:
- various improvements to error recovery and error handling in the datastore
- don't crash thread/startup when reading an invalid pubkey.
- don't return the wrong pubkey, return null. practical effect is that we may 
have been using the wrong pubkey in many cases, this may have caused (possibly 
relayed) requests to fail with internal errors (at the node level).
- suggest that the user forward a port in the NAT warning
- display the database version on the stats page
- add *Option.getDefault()
- exclude plugins from build path until we can make all of freenet 1.5-capable
- logging / debugging code, delete old dead back compat code


Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-03-08 15:03:24 UTC (rev 
12038)
+++ trunk/freenet/src/freenet/node/Version.java 2007-03-08 16:59:20 UTC (rev 
12039)
@@ -24,7 +24,7 @@
        public static final String protocolVersion = "1.0";

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

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


Reply via email to