Author: toad
Date: 2007-03-31 16:45:15 +0000 (Sat, 31 Mar 2007)
New Revision: 12481

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1024:
- fix Direct Disk Access: double closing of a FileBucket.FileBucketOutputStream 
was breaking temp files.
- updater
-- document the revocation key uri option.
-- don't follow permanent redirects on the revocation fetch, blow immediately 
including the url in the message.
- require freenet-ext.jar #12
- don't show alerts summary if we won't show the alerts anyway
- drop the database version from the stats page as it's not accurate
- logging


Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-03-31 16:44:45 UTC (rev 
12480)
+++ trunk/freenet/src/freenet/node/Version.java 2007-03-31 16:45:15 UTC (rev 
12481)
@@ -24,7 +24,7 @@
        public static final String protocolVersion = "1.0";

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

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


Reply via email to