Author: toad
Date: 2006-11-15 15:03:05 +0000 (Wed, 15 Nov 2006)
New Revision: 10928
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
997:
- lots of datastore fixes
- fix CSS comments (was causing internal error)
- update initial version of indexes (should speed up fetching them on new nodes)
- minor bugfix in SizeUtil
- wording fix on queue page
- fcp access to peer private notes
- base64 changes (shouldn't be used by anything)
- some config doc updates
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-11-15 15:02:47 UTC (rev
10927)
+++ trunk/freenet/src/freenet/node/Version.java 2006-11-15 15:03:05 UTC (rev
10928)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 996;
+ private static final int buildNumber = 997;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 978;