From f8df357134ec88d15af915e92d9341ce56c679bc Mon Sep 17 00:00:00 2001 From: zzz Date: Sun, 28 Aug 2011 19:05:06 +0000 Subject: [PATCH] -2 --- 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 2d83a709c..a3719969c 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,13 @@ +2011-08-28 zzz + * checkcerts.sh: New test + * Console: Remove 'firewalled and fast' message, just say 'firewalled' + * I2PTunnelRunner: Fix logging + * Log: Fix level stuck at DEBUG when using public constructor + * OutboundMessageRegistry: Cleanups + * Stats: Restore pre-0.8.8 API to not create a new Rate if it does not + exist in RateStat.getRate() + * UPnP: Lower some log levels + 2011-08-26 kytv * Debian: Bugfix: Avoid overwriting preseeded debconf values upon package installation (ticket #514). diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 87e5bffca..282c18b42 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 = 1; + public final static long BUILD = 2; /** for example "-test" */ public final static String EXTRA = "";