From 9aaad00383bc13f96557cad71ac39070ef6bded1 Mon Sep 17 00:00:00 2001 From: jrandom Date: Fri, 2 Sep 2005 19:10:05 +0000 Subject: [PATCH] 0.6.0.5 --- core/java/src/net/i2p/CoreVersion.java | 6 +++--- history.txt | 4 +++- initialNews.xml | 4 ++-- installer/resources/i2ptunnel.config | 4 ++-- news.xml | 8 +++----- router/java/src/net/i2p/router/RouterVersion.java | 6 +++--- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/core/java/src/net/i2p/CoreVersion.java b/core/java/src/net/i2p/CoreVersion.java index 8384bb8ff..c9e75c384 100644 --- a/core/java/src/net/i2p/CoreVersion.java +++ b/core/java/src/net/i2p/CoreVersion.java @@ -14,11 +14,11 @@ package net.i2p; * */ public class CoreVersion { - public final static String ID = "$Revision: 1.39 $ $Date: 2005/08/21 13:39:05 $"; - public final static String VERSION = "0.6.0.4"; + public final static String ID = "$Revision: 1.0 $ $Date: 2005/09/01 15:27:36 $"; + public final static String VERSION = "0.6.0.5"; public static void main(String args[]) { System.out.println("I2P Core version: " + VERSION); System.out.println("ID: " + ID); } -} \ No newline at end of file +} diff --git a/history.txt b/history.txt index e4b920f83..ef2770b47 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,6 @@ -$Id: history.txt,v 1.235 2005/09/01 15:27:35 jrandom Exp $ +$Id: history.txt,v 1.236 2005/09/02 13:34:14 jrandom Exp $ + +* 2005-09-02 0.6.0.5 released 2005-09-02 jrandom * Don't refuse to send a netDb store if the targetted peer has failed a diff --git a/initialNews.xml b/initialNews.xml index c37805474..620577323 100644 --- a/initialNews.xml +++ b/initialNews.xml @@ -1,5 +1,5 @@ - - + - + -• 0.6.0.3 now brings you the new peer testing code - please verify your reachability! -
-• A new Irc2p server is now online: irc.freshcoffee.i2p [external link] | [i2p link] +• 0.6.0.5 should fix 0.6.0.4's eepsite reachability problem - operators please upgrade soon!
diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 12f94fbbe..02d92e0b7 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.224 $ $Date: 2005/09/01 15:27:35 $"; - public final static String VERSION = "0.6.0.4"; - public final static long BUILD = 1; + public final static String ID = "$Revision: 1.225 $ $Date: 2005/09/02 13:34:15 $"; + public final static String VERSION = "0.6.0.5"; + public final static long BUILD = 0; public static void main(String args[]) { System.out.println("I2P Router version: " + VERSION); System.out.println("Router ID: " + RouterVersion.ID);