diff --git a/core/java/src/net/i2p/CoreVersion.java b/core/java/src/net/i2p/CoreVersion.java index 02ad3e6c9b..d587fa5faa 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.33 $ $Date: 2005/03/29 19:07:37 $"; - public final static String VERSION = "0.5.0.6"; + public final static String ID = "$Revision: 1.34 $ $Date: 2005/04/06 10:43:26 $"; + public final static String VERSION = "0.5.0.7"; public static void main(String args[]) { System.out.println("I2P Core version: " + VERSION); diff --git a/history.txt b/history.txt index 204b2f92a7..bace186e34 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,6 @@ -$Id: history.txt,v 1.195 2005/04/17 21:07:58 jrandom Exp $ +$Id: history.txt,v 1.196 2005/04/20 14:15:28 jrandom Exp $ + +* 2005-04-20 0.5.0.7 released 2005-04-20 jrandom * In the SDK, we don't actually need to block when we're sending a message diff --git a/initialNews.xml b/initialNews.xml index bf2d24c509..95048d59f3 100644 --- a/initialNews.xml +++ b/initialNews.xml @@ -1,14 +1,14 @@ - - + - + anonannouncement="http://i2p/NF2RLVUxVulR3IqK0sGJR0dHQcGXAzwa6rEO4WAWYXOHw-DoZhKnlbf1nzHXwMEJoex5nFTyiNMqxJMWlY54cvU~UenZdkyQQeUSBZXyuSweflUXFqKN-y8xIoK2w9Ylq1k8IcrAFDsITyOzjUKoOPfVq34rKNDo7fYyis4kT5bAHy~2N1EVMs34pi2RFabATIOBk38Qhab57Umpa6yEoE~rbyR~suDRvD7gjBvBiIKFqhFueXsR2uSrPB-yzwAGofTXuklofK3DdKspciclTVzqbDjsk5UXfu2nTrC1agkhLyqlOfjhyqC~t1IXm-Vs2o7911k7KKLGjB4lmH508YJ7G9fLAUyjuB-wwwhejoWqvg7oWvqo4oIok8LG6ECR71C3dzCvIjY2QcrhoaazA9G4zcGMm6NKND-H4XY6tUWhpB~5GefB3YczOqMbHq4wi0O9MzBFrOJEOs3X4hwboKWANf7DT5PZKJZ5KorQPsYRSq0E3wSOsFCSsdVCKUGsAAAA/pipermail/i2p/April-2005/000709.html" + publicannouncement="http://dev.i2p.net/pipermail/i2p/April-2005/000709.html" /> +

Congratulations on getting I2P installed!

diff --git a/installer/install.xml b/installer/install.xml index 9c869ea656..567e9c2da1 100644 --- a/installer/install.xml +++ b/installer/install.xml @@ -4,7 +4,7 @@ i2p - 0.5.0.6 + 0.5.0.7 diff --git a/news.xml b/news.xml index c8e14d0f78..cdb2b7ef06 100644 --- a/news.xml +++ b/news.xml @@ -1,16 +1,15 @@ - - + - -0.5.0.6 release available! Thanks everyone for upgrading to 0.5.0.5 so -quickly - this new 0.5.0.6 should help out with eepsite reliability -substantially, fixing several major bugs in the netDb operation.
+ anonannouncement="http://i2p/NF2RLVUxVulR3IqK0sGJR0dHQcGXAzwa6rEO4WAWYXOHw-DoZhKnlbf1nzHXwMEJoex5nFTyiNMqxJMWlY54cvU~UenZdkyQQeUSBZXyuSweflUXFqKN-y8xIoK2w9Ylq1k8IcrAFDsITyOzjUKoOPfVq34rKNDo7fYyis4kT5bAHy~2N1EVMs34pi2RFabATIOBk38Qhab57Umpa6yEoE~rbyR~suDRvD7gjBvBiIKFqhFueXsR2uSrPB-yzwAGofTXuklofK3DdKspciclTVzqbDjsk5UXfu2nTrC1agkhLyqlOfjhyqC~t1IXm-Vs2o7911k7KKLGjB4lmH508YJ7G9fLAUyjuB-wwwhejoWqvg7oWvqo4oIok8LG6ECR71C3dzCvIjY2QcrhoaazA9G4zcGMm6NKND-H4XY6tUWhpB~5GefB3YczOqMbHq4wi0O9MzBFrOJEOs3X4hwboKWANf7DT5PZKJZ5KorQPsYRSq0E3wSOsFCSsdVCKUGsAAAA/pipermail/i2p/April-2005/000709.html" + publicannouncement="http://dev.i2p.net/pipermail/i2p/April-2005/000709.html" /> + +0.5.0.7 release available! It is backwards compatible, but should +help eepsite authors keep their sites reachable, so give it a whirl!
diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 1d7021deb3..bd50e1adb8 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.187 $ $Date: 2005/04/17 21:07:58 $"; - public final static String VERSION = "0.5.0.6"; - public final static long BUILD = 5; + public final static String ID = "$Revision: 1.188 $ $Date: 2005/04/20 14:15:25 $"; + public final static String VERSION = "0.5.0.7"; + 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);