diff --git a/apps/routerconsole/jsp/help.jsp b/apps/routerconsole/jsp/help.jsp
index ac945604a..734b38c3d 100644
--- a/apps/routerconsole/jsp/help.jsp
+++ b/apps/routerconsole/jsp/help.jsp
@@ -11,11 +11,11 @@
If you'd like to help improve or translate the documentation, or
help with other aspects of the project, please see the documentation for
volunteers.
-
Further assistance is available here:
Further assistance is available here:
-You may also try the I2P forum +
You may also try the I2P forum or IRC.
@@ -75,7 +75,7 @@ The local applications connecting through your router. These may be clients started through I2PTunnel or external programs connecting through SAM, BOB, or directly to I2CP.
+Shortly after the release of I2P version 0.7.7, we are happy to announce the first stage of the Chinese translation of the website, thanks to our new Chinese translator, "walking". This we hope is the start of a bigger trend to get the website and console translated into YOUR language. Please visit the #i2p chat channel on Freenode IRC or anonymously over I2P via localhost:6668 if you wish to help. We appeal at this time especially to French and Spanish translators, since we seem to have plenty of you running I2P!
++
I2P version 0.7.7 contains several anonymity improvements. The use of session keys for crypto was completely reworked, -and I2PSnark now uses its own tunnels for tracker communication. +and I2PSnark now uses its own tunnels for tracker communication. Work continues on improving the router console, -including conformance to HTML standards and better support of UTF-8. +including conformance to HTML standards, better support of UTF-8, and dr|z3d's ongoing +console theme wizardry, including an extensively +reworked "classic" theme optimized for less capable computers or browsers.
Work also continues on increasing speeds, both by reducing the number of session keys transferred, by improving the diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index bd644cee5..ef84e9e97 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 = 2; + public final static long BUILD = 3; /** for example "-test" */ public final static String EXTRA = ""; public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;