diff --git a/history.txt b/history.txt index f85acf8cff..13fde41667 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,15 @@ +2011-10-06 zzz + * RepublishLeaseSetJob: + - Out-of-order JobQueue 3nd try to fix + - Lower timeouts + * Reseed: + - Update host lists + - Switch back to https by default + * Throttle: Increase max message delay + * Transport: + - Add per-style send processing time stat + - Increase default SSU conn limit + 2011-10-05 zzz * Streaming: Fix build * UDP: Catch address without key sooner diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 3c775e75ad..0e04b1445c 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 = 25; + public final static long BUILD = 26; /** for example "-test" */ public final static String EXTRA = "-rc";