From 49c02f13b26058bb08c0f15c217c4812a9e75f72 Mon Sep 17 00:00:00 2001 From: zzz Date: Tue, 19 Feb 2008 15:39:44 +0000 Subject: [PATCH] -5 --- history.txt | 12 ++++++++++++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index 62d438033..b51b74ea9 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,12 @@ +2008-02-19 zzz + * Addressbook: Disallow '--' in host names except in IDN, + add some reserved host names + * I2PTunnel: Clarify edit form + * NetDb: Remove many stats from netDb, effective as of .32 + * profiles.jsp: Display capabilities + * Tunnels: Enforce max tunnel length of 8, catch an index error + http://forum.i2p/viewtopic.php?t=2561 + 2008-02-16 zzz * Fix race in TunnelDispatcher which caused participating tunnel count to seesaw - @@ -22,6 +31,9 @@ * Change SimpleTimer CRIT to a WARN, increase threshold * Checklist update +2008-02-11 welterde + * Fix an NPE in UDP http://forum.i2p/viewtopic.php?t=2545 + 2008-02-10 zzz * Add new tunnel build algorithm (preliminary) * Change NTCP backlogged message from error to warning diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 2876d26c8..825e0ec0c 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -17,7 +17,7 @@ import net.i2p.CoreVersion; public class RouterVersion { public final static String ID = "$Revision: 1.548 $ $Date: 2008-02-10 15:00:00 $"; public final static String VERSION = "0.6.1.31"; - public final static long BUILD = 4; + public final static long BUILD = 5; public static void main(String args[]) { System.out.println("I2P Router version: " + VERSION + "-" + BUILD); System.out.println("Router ID: " + RouterVersion.ID);