From 3ecc38cc9ce9b95dfafa1f0cc832228302e53c72 Mon Sep 17 00:00:00 2001 From: zzz Date: Sat, 12 Mar 2011 18:03:32 +0000 Subject: [PATCH] -6 --- history.txt | 10 ++++++++++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index 6c5591b442..8bf5c2aef8 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,13 @@ +2011-03-12 zzz + * Blocklist: Add bogons since they won't change any more + * BuildHandler: Loop double-check + * Console: + - Fix HTML errors in form message box, + logs.jsp, netdb.jsp, profiles.jsp, stats.jsp, + configpeer.jsp, configtunnels.jsp, configupdate.jsp + - ngettext cleanups + * LogWriter: Prevent NPE after permissions fail + 2011-03-11 duck * Susimail: translation support, including dutch translation. diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 4e28a2c8d2..c10128fe62 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 = 5; + public final static long BUILD = 6; /** for example "-test" */ public final static String EXTRA = "";