diff --git a/history.txt b/history.txt index 2d83a709c6..a3719969cb 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 87e5bffca0..282c18b422 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 = "";