diff --git a/history.txt b/history.txt index cd939af9c9..6e3942de7f 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,12 @@ +2012-01-22 zzz + * Transports: Bind only to a single interface if specified + as the host address and it's available (ticket #591) + * VMCommSystem: Move to dummy directory + +2012-01-21 zzz + * Build: Fix Windows build, version checking for release + * Console summary bar: Move some code around + 2012-01-20 sponge * Fix too short of delay for http. It is up to the browser to time out in a shorter time, not the proxy. This is wreaking havoc on large diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index c10128fe62..fecba78d69 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 = 6; + public final static long BUILD = 7; /** for example "-test" */ public final static String EXTRA = "";