From 8d9cced128d12139a9475b12fb299eb2a00c5940 Mon Sep 17 00:00:00 2001 From: zzz Date: Wed, 17 Jun 2015 16:17:46 +0000 Subject: [PATCH] history for prop, -6 --- history.txt | 13 +++++++++++++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index ca5af725ae..f43fa1b52a 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,14 @@ +2015-06-17 zzz +Prop from i2p.i2p.zzz.multisess: + * Router, I2CP, Streaming, i2ptunnel: + - Multisession support and multiple destinations in one tunnel pool + - Connections to Hardcoded blacklist of destinations that do not + support ECDSA will use the DSA session + - Change shared clients to ECDSA by default, with a DSA subsession + - Add support for 'aliased' local destinations that use the same tunnel pools + - No UI or config support, no server support, may be added later + - Catch uncaught exceptions in ClientConnectionRunner and stop connection + 2015-06-13 zzz * i2psnark: Fix NPE (ticket #1602) * NetDB: @@ -5,6 +16,8 @@ - Send our own RI unsolicited in reply if we aren't floodfill - Don't ack or flood a store of an unknown type * PeerTestJob: Don't generate zero reply token + * Timestamper: Reduce NTP timeouts to shorten startup time + when NTP is blocked * Tunnels: More checks of messages received down exploratory tunnels 2015-06-08 dg diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 4e28a2c8d2..c10128fe62 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 = "";