From abd96a920fa4373ebc62e2098bf482c3e8cbfc99 Mon Sep 17 00:00:00 2001 From: zzz Date: Mon, 15 Feb 2010 12:43:28 +0000 Subject: [PATCH] 0.7.11 --- core/java/src/net/i2p/CoreVersion.java | 2 +- history.txt | 2 ++ installer/install.xml | 2 +- installer/resources/i2prouter | 5 ++-- installer/resources/initialNews.xml | 4 +-- installer/resources/news.xml | 28 +++++++++++-------- .../src/net/i2p/router/RouterVersion.java | 2 +- 7 files changed, 26 insertions(+), 19 deletions(-) diff --git a/core/java/src/net/i2p/CoreVersion.java b/core/java/src/net/i2p/CoreVersion.java index c569b119f..9f4071800 100644 --- a/core/java/src/net/i2p/CoreVersion.java +++ b/core/java/src/net/i2p/CoreVersion.java @@ -16,7 +16,7 @@ package net.i2p; public class CoreVersion { /** deprecated */ public final static String ID = "Monotone"; - public final static String VERSION = "0.7.10"; + public final static String VERSION = "0.7.11"; public static void main(String args[]) { System.out.println("I2P Core version: " + VERSION); diff --git a/history.txt b/history.txt index 06021da40..c71adb80d 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,5 @@ +* 2010-02-15 0.7.11 released + 2010-02-13 sponge * Fix addWebApplications API goofup * Bump BOB version, which I forgot to do. diff --git a/installer/install.xml b/installer/install.xml index b8d369a88..06e55256d 100644 --- a/installer/install.xml +++ b/installer/install.xml @@ -4,7 +4,7 @@ i2p - 0.7.10 + 0.7.11 diff --git a/installer/resources/i2prouter b/installer/resources/i2prouter index 16a46a747..be6ef4fcd 100644 --- a/installer/resources/i2prouter +++ b/installer/resources/i2prouter @@ -9,8 +9,9 @@ # wrapper configuration file. # # Note that the wrapper only supports Windows, Mac, and -# certain Linux architectures. If this script fails to -# successfully invoke i2psvc on your platform, +# certain Linux architectures. +# It may also fail on some 64-bit platforms. +# If this script fails to successfully invoke i2psvc on your platform, # try the runplain.sh script instead. # diff --git a/installer/resources/initialNews.xml b/installer/resources/initialNews.xml index 18906b2ff..dd40850c2 100644 --- a/installer/resources/initialNews.xml +++ b/installer/resources/initialNews.xml @@ -1,6 +1,6 @@

  • Congratulations on getting I2P installed!

diff --git a/installer/resources/news.xml b/installer/resources/news.xml index 3c84cacf7..9a76a074f 100644 --- a/installer/resources/news.xml +++ b/installer/resources/news.xml @@ -1,21 +1,25 @@ -

+

-0.7.10 closes some recently-discovered vulnerabilities related to the -way routers communicate with floodfill peers. -Network database stores and verifies are moved from exploratory to client tunnels, and are encrypted. +The 0.7.11 release fixes several issues, some related to clocks, which prevented new routers from quickly integrating into the network. +It also fixes the installer for 64-bit Windows. +The release includes an +update to Jetty 5.1.15 +to fix this vulnerability.

-Also, to improve anonymity, router's fast peer set is now limited to a maximum of 30. -The release also fixes a bug causing Windows installs to fail when the install or user path -contained a "\r" or "\n". +As usual, the release contains more anonymity and performance improvements, +and an assortment of bug fixes. Upgrading is recommended. +

+We already have more big improvements in development for the next two releases. Please give the developers feedback on IRC #i2p or forum.i2p -and get involved -or donate! -We are still looking for help on new and existing translations. +and get involved, +spread the word, +and donate! +We are still looking for volunteers to work on new and existing translations. Please volunteer on IRC #i2p.

diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 353176635..200f91ede 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -18,7 +18,7 @@ public class RouterVersion { /** deprecated */ public final static String ID = "Monotone"; public final static String VERSION = CoreVersion.VERSION; - public final static long BUILD = 14; + public final static long BUILD = 0; /** for example "-test" */ public final static String EXTRA = "";