diff --git a/core/java/src/net/i2p/CoreVersion.java b/core/java/src/net/i2p/CoreVersion.java index 87b002c08f..e98f28742d 100644 --- a/core/java/src/net/i2p/CoreVersion.java +++ b/core/java/src/net/i2p/CoreVersion.java @@ -15,7 +15,7 @@ package net.i2p; */ public class CoreVersion { public final static String ID = "$Revision: 1.72 $ $Date: 2008-08-24 12:00:00 $"; - public final static String VERSION = "0.6.3"; + public final static String VERSION = "0.6.4"; public static void main(String args[]) { System.out.println("I2P Core version: " + VERSION); diff --git a/history.txt b/history.txt index 16ecceaf76..1e97434d2f 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,8 @@ +* 2008-10-05 0.6.4 released + +2008-10-05 Complication + * Update versions, package release + 2008-09-29 zzz * i2psnark: Add codevoid link, remove mastertracker diff --git a/initialNews.xml b/initialNews.xml index 1a9faeaeab..e7ec94b279 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 0135bcf196..e609603dcb 100644 --- a/installer/install.xml +++ b/installer/install.xml @@ -4,7 +4,7 @@ i2p - 0.6.3 + 0.6.4 diff --git a/news.xml b/news.xml index 32f73b6e9d..a34bf73502 100644 --- a/news.xml +++ b/news.xml @@ -1,5 +1,5 @@ - - +

    • -2008-08-24: 0.6.3 Released +2008-10-05: 0.6.4 Released

    -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.

    +The 0.6.4 release adds performance and stability improvements. +Floodfill peers which are already connected, are preferred +for RouterInfo stores, and references to new floodfill peers +obtained from ordinary peers in case of shortage. + +Preference for already connected peers is generally increased +by considering them active. Timeouts during tunnel joins +are now counted against peer profiles. + +Improvements to the shutdown handler, tunnel builder, +router throttling, collection of tunnel pool statistics, +as well as router console and I2PSnark improvements +(and texts to explain reachability issues) are also included. +