Author: toad
Date: 2007-07-19 11:29:01 +0000 (Thu, 19 Jul 2007)
New Revision: 14191

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1046:
- Opennet fixes: ArrayStoreException when have filled up the routing table
- FCP opennet support fixes
- Various fixes to probe requests. Send a probe trace on completion.
- Logging, comments
Related
- Fix NPE in UP&P plugin
- Lots of work on unit tests
Credits:
- saces
- sback
- toad

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-07-19 08:45:12 UTC (rev 
14190)
+++ trunk/freenet/src/freenet/node/Version.java 2007-07-19 11:29:01 UTC (rev 
14191)
@@ -24,11 +24,11 @@
        public static final String protocolVersion = "1.0";

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

        /** Oldest build of Fred we will talk to */
-       private static final int oldLastGoodBuild = 1044;
-       private static final int newLastGoodBuild = 1045;
+       private static final int oldLastGoodBuild = 1045;
+       private static final int newLastGoodBuild = 1046;
        static final long transitionTime;

        static {


Reply via email to