diff --git a/apps/routerconsole/java/src/net/i2p/router/web/ReseedHandler.java b/apps/routerconsole/java/src/net/i2p/router/web/ReseedHandler.java index b2460dd7c5..243ed87acc 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/ReseedHandler.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/ReseedHandler.java @@ -58,7 +58,7 @@ public class ReseedHandler { } } - private static final String DEFAULT_SEED_URL = "http://dev.i2p.net/i2pdb2/"; + private static final String DEFAULT_SEED_URL = "http://dev.i2p.net/i2pdb/"; /** * Reseed has been requested, so lets go ahead and do it. Fetch all of * the routerInfo-*.dat files from the specified URL (or the default) and diff --git a/apps/syndie/jsp/about.html b/apps/syndie/jsp/about.html index 3741a6d98b..329b5a66fb 100644 --- a/apps/syndie/jsp/about.html +++ b/apps/syndie/jsp/about.html @@ -3,8 +3,7 @@ >

Perhaps the best introduction to Syndie can be found in -Syndie itself.

+href="blog.jsp?blog=ovpBy2mpO1CQ7deYhQ1cDGAwI6pQzLbWOm1Sdd0W06c=&entry=ovpBy2mpO1CQ7deYhQ1cDGAwI6pQzLbWOm1Sdd0W06c=/1132012800001">in Syndie itself.

Updates can be found by filtering for the syndie.intro tag (if you only want to diff --git a/core/java/src/net/i2p/CoreVersion.java b/core/java/src/net/i2p/CoreVersion.java index de1861a5c0..2ffd607023 100644 --- a/core/java/src/net/i2p/CoreVersion.java +++ b/core/java/src/net/i2p/CoreVersion.java @@ -14,8 +14,8 @@ package net.i2p; * */ public class CoreVersion { - public final static String ID = "$Revision: 1.51 $ $Date: 2005/12/22 07:49:10 $"; - public final static String VERSION = "0.6.1.9"; + public final static String ID = "$Revision: 1.52 $ $Date: 2006/01/12 16:18:38 $"; + public final static String VERSION = "0.6.1.10"; public static void main(String args[]) { System.out.println("I2P Core version: " + VERSION); diff --git a/history.txt b/history.txt index c5be6989d4..8d72e01e60 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,6 @@ -$Id: history.txt,v 1.400 2006/02/16 04:45:23 jrandom Exp $ +$Id: history.txt,v 1.401 2006/02/16 05:33:31 jrandom Exp $ + +* 2006-02-16 0.6.1.10 released 2006-02-16 jrandom * Add a new toggle to the web config to enable/disable the load testing diff --git a/initialNews.xml b/initialNews.xml index c270f5481f..010f266c4f 100644 --- a/initialNews.xml +++ b/initialNews.xml @@ -1,5 +1,5 @@ - - + i2p - 0.6.1.9 + 0.6.1.10 diff --git a/installer/resources/shortcutSpec.xml b/installer/resources/shortcutSpec.xml index 3b1605d70d..e3c0e66401 100644 --- a/installer/resources/shortcutSpec.xml +++ b/installer/resources/shortcutSpec.xml @@ -1,7 +1,7 @@ - + - + • -2006-01-12: -0.6.1.9 released, with revamped profiling and an improved Syndie blog interface -
-• -2006-02-12: -5 Day Warning - Upcoming 0.6.1.10 release -will not be backward compatible +2006-02-16: +0.6.1.10 released with some major updates - it is not backwards compatible, so upgrading is essential.
• 2006-02-14: diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index e265eefa68..3473cf47dc 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -15,9 +15,9 @@ import net.i2p.CoreVersion; * */ public class RouterVersion { - public final static String ID = "$Revision: 1.343 $ $Date: 2006/02/16 03:24:20 $"; - public final static String VERSION = "0.6.1.9"; - public final static long BUILD = 28; + public final static String ID = "$Revision: 1.344 $ $Date: 2006/02/16 05:33:29 $"; + public final static String VERSION = "0.6.1.10"; + 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);