Author: toad
Date: 2007-03-29 22:03:19 +0000 (Thu, 29 Mar 2007)
New Revision: 12434
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1022:
- store fixes: prevent timeout when reconstructing secondary db, detect empty
secondary db and reconstruct on startup
- fix FCP downloads to disk
- avoid an infinite loop in DSA code
- fix parsing of ReturnType
- delete dead code, trivial refactorings
- debug paranoia
- comments
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-03-29 22:02:57 UTC (rev
12433)
+++ trunk/freenet/src/freenet/node/Version.java 2007-03-29 22:03:19 UTC (rev
12434)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1021;
+ private static final int buildNumber = 1022;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1016;