* 2005-09-29 0.6.1 released

2005-09-29  jrandom
    * Let syndie users modify their metadata.
    * Reseed the router on startup if there aren't enough peer references
      known locally.  This can be disabled by creating the file .i2pnoreseed
      in your home directory, and the existing detection and reseed handling
      on the web interface is unchanged.
This commit is contained in:
jrandom
2005-09-29 19:19:22 +00:00
committed by zzz
parent 1b8419b9b5
commit 848ead7683
13 changed files with 158 additions and 39 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.248 $ $Date: 2005/09/27 17:42:49 $";
public final static String VERSION = "0.6.0.6";
public final static long BUILD = 8;
public final static String ID = "$Revision: 1.249 $ $Date: 2005/09/28 04:17:54 $";
public final static String VERSION = "0.6.1";
public final static long BUILD = 0;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);