diff --git a/history.txt b/history.txt index dfe7d6c49..65566854f 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,12 @@ +2015-03-18 zzz + * NetDB: + - Send exploratory lookups directly to the floodfill if + we are already connected to him + - Don't encrypt RI lookups when overloaded + - Don't explore when overloaded + * Tunnels: Drop instead of reject requests on high job lag + * UPnP: Update to cyberlink 3.0 + 2015-03-16 zzz * Apache Tomcat 6.0.43 * NetDB: Send RI lookups directly to the floodfill if diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 4e28a2c8d..c10128fe6 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 = "";