Author: toad
Date: 2008-11-27 02:53:10 +0000 (Thu, 27 Nov 2008)
New Revision: 23907

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1184:
- Fix the can't dismiss useralerts bug. POSTing to / in general was broken, 
breaking a number of web interface features (e.g. shutdown). Cause of bug was 
freeing data at the wrong time.
- Fix ConcurrentModificationException (causing Internal error: null) when 
accessing freesites, caused by a problem in the buckets code.
- Fix lots of temp bucket leaks.
- Handle failed insert start in USKInserter better.
Dev stuff:
- Comments.


Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2008-11-27 02:45:55 UTC (rev 
23906)
+++ trunk/freenet/src/freenet/node/Version.java 2008-11-27 02:53:10 UTC (rev 
23907)
@@ -24,7 +24,7 @@
        public static final String protocolVersion = "1.0";
 
        /** The build number of the current revision */
-       private static final int buildNumber = 1183;
+       private static final int buildNumber = 1184;
 
        /** Oldest build of Fred we will talk to */
        private static final int oldLastGoodBuild = 1180;

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

Reply via email to