Author: toad
Date: 2006-11-15 18:50:45 +0000 (Wed, 15 Nov 2006)
New Revision: 10936

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
998:
- Fix the updater
- Buffer data properly in HTTPRequest parser (significantly speeds up uploading 
files through the browser on the queue page)
- Some comments


Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-11-15 18:41:11 UTC (rev 
10935)
+++ trunk/freenet/src/freenet/node/Version.java 2006-11-15 18:50:45 UTC (rev 
10936)
@@ -24,7 +24,7 @@
        public static final String protocolVersion = "1.0";
 
        /** The build number of the current revision */
-       private static final int buildNumber = 997;
+       private static final int buildNumber = 998;
 
        /** Oldest build of Fred we will talk to */
        private static final int oldLastGoodBuild = 978;

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

Reply via email to