From c5ba5f3a5bc81d888a71d5cf775de4faa7a09e6a Mon Sep 17 00:00:00 2001 From: zzz Date: Mon, 11 May 2009 16:46:38 +0000 Subject: [PATCH] -13 --- history.txt | 8 ++++++++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index 3f236597f..37533d996 100644 --- a/history.txt +++ b/history.txt @@ -1,5 +1,12 @@ +2009-05-11 zzz + * Connect client: Fix NPE when used with advanced i2ptunnel features + * Context: Don't instantiate unused AdminManager + * logs.jsp: Put critical log at the top + * NetDb: Don't accept stores of our own LeaseSets or RouterInfo + 2009-05-11 mkvore * SAM: fix: removed ERROR level logging when a client disconnects + 2009-05-09 sponge * merge @@ -14,6 +21,7 @@ 2009-05-07 mkvore * SAM: version 3 added * SAM: blocking case corrected on simultaneous client connection (v.1-3) + 2009-05-07 zzz * Add nibble.i2p to proxy list and hosts.txt diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index c0f2d3825..d06a930a7 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -18,7 +18,7 @@ public class RouterVersion { /** deprecated */ public final static String ID = "Monotone"; public final static String VERSION = CoreVersion.VERSION; - public final static long BUILD = 12; + public final static long BUILD = 13; /** for example "-test" */ public final static String EXTRA = ""; public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;