diff --git a/core/java/src/net/i2p/CoreVersion.java b/core/java/src/net/i2p/CoreVersion.java index f462c0082..87b002c08 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.72 $ $Date: 2008-06-07 23:00:00 $"; - public final static String VERSION = "0.6.2"; + public final static String ID = "$Revision: 1.72 $ $Date: 2008-08-24 12:00:00 $"; + public final static String VERSION = "0.6.3"; public static void main(String args[]) { System.out.println("I2P Core version: " + VERSION); diff --git a/history.txt b/history.txt index c3ee4511f..d1259ddba 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,8 @@ +* 2008-08-24 0.6.3 released + +2008-08-24 Complication + * Update versions, package release + 2008-08-20 zzz * Blocklists: Handle blank lines and \r\n in blocklist.txt * NTCP: Add connection limit, set by i2np.ntcp.maxConnections, diff --git a/initialNews.xml b/initialNews.xml index efe2021ce..1a9faeaea 100644 --- a/initialNews.xml +++ b/initialNews.xml @@ -1,5 +1,5 @@ - - +

Congratulations on getting I2P installed!

    diff --git a/installer/install.xml b/installer/install.xml index 7eb80c311..0135bcf19 100644 --- a/installer/install.xml +++ b/installer/install.xml @@ -4,7 +4,7 @@ i2p - 0.6.2 + 0.6.3 diff --git a/news.xml b/news.xml index e9efe9c7f..32f73b6e9 100644 --- a/news.xml +++ b/news.xml @@ -1,5 +1,5 @@ - - +

    • -2008-06-07: 0.6.2 Released +2008-08-24: 0.6.3 Released

    -The 0.6.2 release delivers notable performance and anonymity improvements. -LeaseSet data is no longer added to every end-to-end message, reducing protocol overhead. -Unreachable peers are avoided as inbound tunnel gateways, -which helps reliability and makes it possible to use persistent Lease selection, -which in turn helps performance by reducing out-of-order message delivery. -The sequence of peers in a tunnel is now kept in a strict order -according to XOR distance from a random value, to make it harder -for an adversary to gather meaningful statistics for a predecessor attack. -Improvements to applications like I2PSnark and the Router Console are also introduced. -

    +The 0.6.3 release introduces multiple bugfixes, optimizations and security improvements. +Routers will start monitoring the number of well-behaved NetDB peers, +volunteering as one if a shortage develops and they can. +Well-behaved NetDB nodes are preferred stronger, and ill-behaved nodes +blacklisted more effectively. LeaseSets are handled more efficiently, +new fixes should enable the correct operation of UDP introducers. +I2P also gains preliminary support for permanent IP blocklists, +and a new peer connection limiter. Improvements to the Router Console +should make configuring client applications easier and I2PSnark +will now resist corrupt data better.