Author: toad
Date: 2006-09-22 16:00:59 +0000 (Fri, 22 Sep 2006)
New Revision: 10501

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
977:
- Fix a deadlock and simplify PeerNode locking
- Volodya's FreenetFINs, http://wiki.freenetproject.org/FreenetFINs (will be 
converted to a plugin later)
- Fix a NullPointerException when adding peers
- Be more tolerant of clock skew; throttle.dat can get corrupted by clock skew, 
resulting in requests not working
- always write fproxy.bindTo to freenet.ini (not updatable from fproxy)
- fix an internal link on the queue page
- Don't show the panic button option to newbies
- Darknet HTML/CSS fixes
- Minor refactoring re human readable time intervals/sizes
- Network size estimation optimisations / fixes
- IPv6 fixes
- fcp.allowedHosts|bindTo: not expert, always write to disk


Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-09-22 15:49:13 UTC (rev 
10500)
+++ trunk/freenet/src/freenet/node/Version.java 2006-09-22 16:00:59 UTC (rev 
10501)
@@ -21,7 +21,7 @@
        public static final String protocolVersion = "1.0";

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

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


Reply via email to