Author: nextgens
Date: 2006-08-30 10:18:03 +0000 (Wed, 30 Aug 2006)
New Revision: 10294

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
954:
        * Create a pinhole in the content filter to allow external links 
through /_CHECKED_HTTP_
        * Speed up Node.maybeLogPeerNodeStatusSummary() to reduce the time 
spent in PacketSender's loop
        * New setting for selective logging : don't generate strings unless we 
need them
    * Now we can set the "private comment" when adding a new peer
    * We don't show all useless stuffs if there is no peer on the /darknet/ page
        * Display SimpleVersion() insteed of Version() on the darknet toadlet
        * Rename the default index's name
        * Fix a bug in the bookmark handler (requests were created but not 
started)

And various bugfixes...

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-08-29 21:26:56 UTC (rev 
10293)
+++ trunk/freenet/src/freenet/node/Version.java 2006-08-30 10:18:03 UTC (rev 
10294)
@@ -21,7 +21,7 @@
        public static final String protocolVersion = "1.0";

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

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


Reply via email to