Author: toad
Date: 2008-12-07 00:35:37 +0000 (Sun, 07 Dec 2008)
New Revision: 24115
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1191: Don't fail to start due to updater temp files left over in
persistent-temp with unexpectedly long filenames. Delete them properly, and
also deleteOnExit() them when creating in the first place.
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2008-12-07 00:34:08 UTC (rev
24114)
+++ trunk/freenet/src/freenet/node/Version.java 2008-12-07 00:35:37 UTC (rev
24115)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1190;
+ private static final int buildNumber = 1191;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1188;
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs