From 5a69de36502e74c8e0c0b29bbf9d0c25825e8b09 Mon Sep 17 00:00:00 2001 From: zzz Date: Mon, 9 Jun 2008 14:12:09 +0000 Subject: [PATCH] 0.6.2-1 --- history.txt | 11 +++++++++++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index 7ebbc82d15..6a7acc1aab 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,6 @@ +2008-06-09 zzz + * Propagate i2.i2p.i2p-0.6.2.1-pre branch to i2p.i2p + 2008-06-09 zzz * Reachability: Restrict peers with no SSU address at all from inbound tunnels * News: @@ -60,6 +63,14 @@ - Hide ident, provide a tooltip and a link - Add a warning if you are firewalled and class O +2008-06-07 Complication + * Fix version in news.xml so it could be published + +* 2008-06-07 0.6.2 released + +2008-06-07 Complication + * Write announcement and prepare for release + 2008-05-29 zzz * Fix up initialNews.xml diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index c7b65ae172..1edabb54b0 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-06-07 23:00:00 $"; public final static String VERSION = "0.6.2"; - public final static long BUILD = 0; + public final static long BUILD = 1; public static void main(String args[]) { System.out.println("I2P Router version: " + VERSION + "-" + BUILD); System.out.println("Router ID: " + RouterVersion.ID);