Author: toad
Date: 2006-11-12 03:44:31 +0000 (Sun, 12 Nov 2006)
New Revision: 10900
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
995 changelog:
- Many fproxy-related/USK-related/TOO_MANY_PATH_COMPONENTS-related bugfixes in
the client layer. Fixes loading freesites with many out-of-date activelink
images.
- Datastore changes: Lots of refactoring. Single global Environment used by all
stores. Config option databaseMaxMemory for maximum amount of memory used by
datastore. Significantly speeds up start-up and probably has other benefits
too. Automatic migration is included; creation of database-<port> and moving
all the data to individual files in the storeDir -
{chk|ssk|pubkey}-{port}.{cache|store}.
- Fix handling of large SI multipliers (thanks UniquePerson)
- Don't try every time to load the native FEC code. Give up after the first
time.
- ModifyPeer/RemovePeer on an unknown peer now returns a UniqueNodeIdentifier
FCP error message.
- Include proper warning messages in fproxy- and fcp- .allowedHosts
descriptions.
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-11-12 03:31:21 UTC (rev
10899)
+++ trunk/freenet/src/freenet/node/Version.java 2006-11-12 03:44:31 UTC (rev
10900)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 994;
+ private static final int buildNumber = 995;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 978;