Update of /cvsroot/freenet/freenet/src/freenet
In directory sc8-pr-cvs1:/tmp/cvs-serv21267/src/freenet

Modified Files:
        Version.java 
Log Message:
6170:
Fix synchronization on wrong object for runningConnections in LocalNIOInterface. Bug 
could conceivably have caused web interface to freeze.
Check if we need to reenable web interface if we runningConnections-- in 
ConnectionShell finalizer.
Logging.


Index: Version.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/Version.java,v
retrieving revision 1.362
retrieving revision 1.363
diff -u -r1.362 -r1.363
--- Version.java        4 Sep 2003 22:45:05 -0000       1.362
+++ Version.java        5 Sep 2003 02:00:45 -0000       1.363
@@ -18,7 +18,7 @@
     public static String protocolVersion = "1.46";
     
     /** The build number of the current revision */
-    public static final int buildNumber = 6169;
+    public static final int buildNumber = 6170;
     // 6028: may 3; ARK retrieval fix
 
     public static final int ignoreBuildsAfter = 6500;

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to