From 10aed35b089100763bb9b930e58986a4075827ee Mon Sep 17 00:00:00 2001 From: zzz Date: Mon, 15 Nov 2010 00:23:00 +0000 Subject: [PATCH] 0.8.1 --- .../src/org/klomp/snark/web/I2PSnarkServlet.java | 2 +- core/java/src/net/i2p/CoreVersion.java | 2 +- history.txt | 2 ++ installer/install.xml | 2 +- installer/resources/initialNews.xml | 4 ++-- installer/resources/news.xml | 15 +++++++++------ router/java/src/net/i2p/router/RouterVersion.java | 4 ++-- 7 files changed, 18 insertions(+), 13 deletions(-) diff --git a/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java b/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java index 8508fd99c..cad04b475 100644 --- a/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java +++ b/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java @@ -274,7 +274,7 @@ public class I2PSnarkServlet extends Default { out.write("\n"); out.write(" "); + out.write("\">"); // space here would look better but nbsp is too big and thinsp breaks out.write(_("ETA")); out.write("\n"); out.write(" i2p - 0.8 + 0.8.1 diff --git a/installer/resources/initialNews.xml b/installer/resources/initialNews.xml index 8c661f953..4e1aa66c6 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 9e754a9e4..adbd23d47 100644 --- a/installer/resources/news.xml +++ b/installer/resources/news.xml @@ -1,17 +1,20 @@

-The 0.8 release contains the usual collection of bug fixes, -as well as completion of the German translation by eche|on and a complete Dutch translation by monkeybrains and duck. -This release is fully compatible with the 0.7.x releases. +The 0.8.1 release contains the usual collection of bug fixes, +and a newly colorful i2psnark theme by dr|zed. +For increased security, files created by the router will now be readable only by the owner (mode 600). As usual, upgrading is recommended.

+We have updated all our technical specifications +and Javadocs, check them out. + Please help grow the network! -Say hello to the volunteers on the new #i2p-help IRC channel. +Say hello to the volunteers on the #i2p-help IRC channel. Give the developers feedback on IRC #i2p or forum.i2p and get involved, diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 987fc2f75..a411b0099 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -18,10 +18,10 @@ public class RouterVersion { /** deprecated */ public final static String ID = "Monotone"; public final static String VERSION = CoreVersion.VERSION; - public final static long BUILD = 19; + public final static long BUILD = 0; /** for example "-test" */ - public final static String EXTRA = "-rc"; + public final static String EXTRA = ""; public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA; public static void main(String args[]) { System.out.println("I2P Router version: " + FULL_VERSION);