Author: toad
Date: 2008-11-14 18:45:43 +0000 (Fri, 14 Nov 2008)
New Revision: 23592

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1178: (Still mandatory Sunday)
- Fix a few bugs in the WouldBlockException useralert.
- Fix an NPE caused in the last build. And don't worry about message queue 
timeouts if we have no current tracker.


Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2008-11-14 18:44:16 UTC (rev 
23591)
+++ trunk/freenet/src/freenet/node/Version.java 2008-11-14 18:45:43 UTC (rev 
23592)
@@ -24,11 +24,11 @@
        public static final String protocolVersion = "1.0";
 
        /** The build number of the current revision */
-       private static final int buildNumber = 1177;
+       private static final int buildNumber = 1178;
 
        /** Oldest build of Fred we will talk to */
        private static final int oldLastGoodBuild = 1175;
-       private static final int newLastGoodBuild = 1177;
+       private static final int newLastGoodBuild = 1178;
        static final long transitionTime;
        
        static {

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to