Author: toad
Date: 2006-09-28 22:49:31 +0000 (Thu, 28 Sep 2006)
New Revision: 10557
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
982:
- Single-file inserts can have a filename, and we auto-detect it from the key
or the TargetFilename field on ClientPut. (Fixes Thaw). (me)
- More stats on the stats page. (ljn1981)
- Fix an exploitable bug in the CSS filter, and several minor ones. (me)
- More feedback when adding a ref fails. (me)
- Fix adding references from IRC. (me)
- Try to fix/investigate reports of crazy numbers for various stats. (me)
- Minor change to block transmitter. (me)
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-09-28 22:46:24 UTC (rev
10556)
+++ trunk/freenet/src/freenet/node/Version.java 2006-09-28 22:49:31 UTC (rev
10557)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 981;
+ private static final int buildNumber = 982;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 970;