From 77310e17d13860ac037cfb7c0de920b6d003b464 Mon Sep 17 00:00:00 2001 From: jrandom Date: Thu, 15 Feb 2007 23:25:04 +0000 Subject: [PATCH] * 2007-02-15 0.6.1.27 released 2007-02-15 jrandom * Limit the whispering floodfill sends to at most 3 randomly chosen from the known floodfill peers --- core/java/src/net/i2p/CoreVersion.java | 4 ++-- history.txt | 8 +++++++- initialNews.xml | 4 ++-- installer/install.xml | 2 +- news.xml | 4 ++-- router/java/src/net/i2p/router/RouterVersion.java | 6 +++--- .../src/net/i2p/router/transport/ntcp/NTCPConnection.java | 5 ++++- 7 files changed, 21 insertions(+), 12 deletions(-) diff --git a/core/java/src/net/i2p/CoreVersion.java b/core/java/src/net/i2p/CoreVersion.java index e6ff3452a..cad3aec6a 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.8 $ $Date: 2006-09-09 12:46:25 $"; - public final static String VERSION = "0.6.1.26"; + public final static String ID = "$Revision: 1.69 $ $Date: 2006-10-08 20:44:55 $"; + public final static String VERSION = "0.6.1.27"; public static void main(String args[]) { System.out.println("I2P Core version: " + VERSION); diff --git a/history.txt b/history.txt index e63e3771f..ab05c87be 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,10 @@ -$Id: history.txt,v 1.549 2007-02-13 23:33:36 jrandom Exp $ +$Id: history.txt,v 1.550 2007-02-14 16:35:43 jrandom Exp $ + +* 2007-02-15 0.6.1.27 released + +2007-02-15 jrandom + * Limit the whispering floodfill sends to at most 3 randomly + chosen from the known floodfill peers 2007-02-14 jrandom * Don't filter out KICK and H(ide oper status) IRC messages diff --git a/initialNews.xml b/initialNews.xml index 706dd8e51..9822ced95 100644 --- a/initialNews.xml +++ b/initialNews.xml @@ -1,5 +1,5 @@ - - + i2p - 0.6.1.26 + 0.6.1.27 diff --git a/news.xml b/news.xml index d65e2ee4f..00dc9c56f 100644 --- a/news.xml +++ b/news.xml @@ -1,5 +1,5 @@ - - +