Author: toad
Date: 2009-01-22 14:35:12 +0000 (Thu, 22 Jan 2009)
New Revision: 25209

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1204:
- Fix a serious low-level (Peer/FreenetInetAddress) bug causing announcement 
failures. Add some paranoia to prevent the fix from causing problems, and 
detect if it does.

wxFCP (saces)
- Comments / TODO's.


Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2009-01-22 14:24:53 UTC (rev 
25208)
+++ trunk/freenet/src/freenet/node/Version.java 2009-01-22 14:35:12 UTC (rev 
25209)
@@ -24,7 +24,7 @@
        public static final String protocolVersion = "1.0";
 
        /** The build number of the current revision */
-       private static final int buildNumber = 1203;
+       private static final int buildNumber = 1204;
 
        /** Oldest build of Fred we will talk to */
        private static final int oldLastGoodBuild = 1197;

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

Reply via email to