From cffcbe5f946dfdabd00325beb423d26d1b314b28 Mon Sep 17 00:00:00 2001
From: zzz
+
+2008-03-09: 0.6.1.32 Released
+
+The 0.6.1.32 release contains a new, more efficient
+tunnel build algorithm, and fixes participating tunnel counts.
+These changes should help network capacity, so please
+upgrade when you get a chance.
+This release also increases the default inbound bandwidth limit to 32KBps.
+You may wish to adjust your limits on
+config.jsp.
+
2008-02-29: Upcoming 0.6.1.32 Release
@@ -25,24 +38,9 @@ If you already have three Update URLs, you do not have to do anything.
-2008-02-10: 0.6.1.31 released
+2008-02-05: Upgrading from 0.6.1.30 and Earlier Releases
-The transitional 0.6.1.31 release will make the I2P
-release process independent of jrandom and *.i2p.net servers,
-introducing two new update verification keys, adding support
-for distributed update hosting inside I2P, and changing many URLs.
-
-It introduces version 2 of the SAM protocol,
-along with substantial improvements to the address book,
-I2PSnark and ircproxy. Unless you have already done that,
-read about the update procedure below.
-
-
-2008-02-05: Upcoming 0.6.1.31 Release
-
-And, since i2p's lead developer
+Since i2p's lead developer
has gone AWOL,
we do not have his update signing key or write access to
www.i2p or
@@ -51,13 +49,12 @@ Complication and zzz have generated new signing keys, and they and Amiga are pro
update file hosting. These changes must be configured in your router to take effect.
Make the following configuration changes and your router will automatically install
-the upcoming 0.6.1.31 release when it becomes available.
-The release will include SAM v2, new jump server links, and addressbook, IRC proxy, and i2psnark improvements.
+the latest release.
We recommend the automated process as it will verify the key of the signed update file.
If you do not make these changes,
-you will still be able to manually download the new i2pupdate.zip file from locations to
-be announced.
+you may manually download the i2pupdate.zip file from
+www.i2p2.i2p/download.
If you would like to verify the trusted update keys, they are also posted and signed here. -
-The new release will be announced here, on -the forums, on IRC, and on Syndie. -New users may install 0.6.1.31 from the -www.i2p2.de download page. Thank you for your support during this transition. For help please contact us on #i2p.
Amiga, Complication, welterde, zzz diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index a4ea22835..92ada8a2f 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -16,8 +16,8 @@ import net.i2p.CoreVersion; */ public class RouterVersion { public final static String ID = "$Revision: 1.548 $ $Date: 2008-02-10 15:00:00 $"; - public final static String VERSION = "0.6.1.31"; - public final static long BUILD = 9; + public final static String VERSION = "0.6.1.32"; + 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);