Author: toad
Date: 2006-09-01 21:58:54 +0000 (Fri, 01 Sep 2006)
New Revision: 10341

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
956:
Possibly fix freenet.ini corruption.
Fix a deadlock, possibly some more too.
Fixes on parsing CSS comments and HTML comments.
Regenerate the CSSTokenizer on "ant distclean" (=> requires jflex to build from 
distclean)
Minor config fixes.
Drop the "a new build is available" completely, it confuses some users. 
(Better wording would be welcomed; a node has the new build, but we don't 
actually have it downloaded and ready to update to yet).


Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-09-01 21:53:47 UTC (rev 
10340)
+++ trunk/freenet/src/freenet/node/Version.java 2006-09-01 21:58:54 UTC (rev 
10341)
@@ -21,7 +21,7 @@
        public static final String protocolVersion = "1.0";

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

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


Reply via email to