From ae0a51669cfd93e8388fcd15568a2edbf521331a Mon Sep 17 00:00:00 2001 From: complication Date: Mon, 6 Oct 2008 13:28:34 +0000 Subject: [PATCH] * Update versions, package release --- core/java/src/net/i2p/CoreVersion.java | 2 +- history.txt | 5 ++++ initialNews.xml | 4 +-- installer/install.xml | 2 +- news.xml | 30 +++++++++++-------- .../src/net/i2p/router/RouterVersion.java | 4 +-- 6 files changed, 28 insertions(+), 19 deletions(-) diff --git a/core/java/src/net/i2p/CoreVersion.java b/core/java/src/net/i2p/CoreVersion.java index 87b002c08..e98f28742 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 16ecceaf7..1e97434d2 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 1a9faeaea..e7ec94b27 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 0135bcf19..e609603dc 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 32f73b6e9..a34bf7350 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. +