Author: toad
Date: 2006-10-05 00:15:46 +0000 (Thu, 05 Oct 2006)
New Revision: 10602

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
986:
- Fix CSS backgrounds (and other stuff including url()'s).
- Some work on freenet.ini persistence.
- Fix metadata problems inserting large files with filenames.
- Add EarlyEncode option in FCP inserts, which causes the node to try to get a 
key ASAP (at the cost of some CPU and memory)


Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-10-04 20:20:32 UTC (rev 
10601)
+++ trunk/freenet/src/freenet/node/Version.java 2006-10-05 00:15:46 UTC (rev 
10602)
@@ -24,7 +24,7 @@
        public static final String protocolVersion = "1.0";

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

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


Reply via email to