diff --git a/core/java/src/net/i2p/CoreVersion.java b/core/java/src/net/i2p/CoreVersion.java
index 6d1f72c7d..02ad3e6c9 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.32 $ $Date: 2005/03/24 02:29:28 $";
- public final static String VERSION = "0.5.0.5";
+ 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 static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);
diff --git a/history.txt b/history.txt
index 3551d0201..91ac6030a 100644
--- a/history.txt
+++ b/history.txt
@@ -1,4 +1,6 @@
-$Id: history.txt,v 1.187 2005/04/05 11:06:16 jrandom Exp $
+$Id: history.txt,v 1.188 2005/04/05 17:24:32 jrandom Exp $
+
+* 2005-04-06 0.5.0.6 released
2005-04-05 jrandom
* Retry I2PTunnel startup if we are unable to build a socketManager for a
diff --git a/initialNews.xml b/initialNews.xml
index 4fea4c519..bf2d24c50 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/000676.html"
+ publicannouncement="http://dev.i2p.net/pipermail/i2p/April-2005/000676.html" />
+
Congratulations on getting I2P installed!
diff --git a/installer/install.xml b/installer/install.xml
index d8306c253..9c869ea65 100644
--- a/installer/install.xml
+++ b/installer/install.xml
@@ -4,7 +4,7 @@
i2p
- 0.5.0.5
+ 0.5.0.6
diff --git a/news.xml b/news.xml
index 05459ad83..c8e14d0f7 100644
--- a/news.xml
+++ b/news.xml
@@ -1,42 +1,16 @@
-
-
-
-
-Most users on 0.5.0.5! Hopefully in the next day or so we'll see the
-remaining ones upgrade. One bug thats been reported in 0.5.0.5 is that it will
-sometimes improperly notify you of an update - we think this has been fixed in
-CVS, but it hasn't been released yet. We'll add additional text here when a
-release is made, so you don't need to update until then.
+ anonannouncement="http://i2p/NF2RLVUxVulR3IqK0sGJR0dHQcGXAzwa6rEO4WAWYXOHw-DoZhKnlbf1nzHXwMEJoex5nFTyiNMqxJMWlY54cvU~UenZdkyQQeUSBZXyuSweflUXFqKN-y8xIoK2w9Ylq1k8IcrAFDsITyOzjUKoOPfVq34rKNDo7fYyis4kT5bAHy~2N1EVMs34pi2RFabATIOBk38Qhab57Umpa6yEoE~rbyR~suDRvD7gjBvBiIKFqhFueXsR2uSrPB-yzwAGofTXuklofK3DdKspciclTVzqbDjsk5UXfu2nTrC1agkhLyqlOfjhyqC~t1IXm-Vs2o7911k7KKLGjB4lmH508YJ7G9fLAUyjuB-wwwhejoWqvg7oWvqo4oIok8LG6ECR71C3dzCvIjY2QcrhoaazA9G4zcGMm6NKND-H4XY6tUWhpB~5GefB3YczOqMbHq4wi0O9MzBFrOJEOs3X4hwboKWANf7DT5PZKJZ5KorQPsYRSq0E3wSOsFCSsdVCKUGsAAAA/pipermail/i2p/April-2005/000676.html"
+ publicannouncement="http://dev.i2p.net/pipermail/i2p/April-2005/000676.html" />
+
+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.
diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java
index a083decd5..c93f8ccdf 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.180 $ $Date: 2005/04/05 11:06:15 $";
+ public final static String ID = "$Revision: 1.181 $ $Date: 2005/04/05 17:24:32 $";
public final static String VERSION = "0.5.0.5";
- public final static long BUILD = 5;
+ public final static long BUILD = 6;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION);
System.out.println("Router ID: " + RouterVersion.ID);