From 20facf78d05a2444e959c1b75144555ff8366a58 Mon Sep 17 00:00:00 2001 From: zzz Date: Mon, 15 Dec 2014 14:51:34 +0000 Subject: [PATCH] bump -3 --- history.txt | 12 ++++++++++++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index e5a4d77706..de8ce43e71 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,15 @@ +2014-12-15 zzz + * Console: Prevent two-word translations from splitting across lines in summary bar + * EdDSA: Cleanups + * i2psnark: Unchoke new peer sooner + * SSU: reduce log level of uncaught errors processing I2NP message + * SU3: + - Don't require specification of sig type when signing + - Implement 'extract -k' + - Fix getContentOffset() + - Fail on excess data after signature + * Tunnels: Raise concurrent build limit + 2014-12-08 zzz * HTTP Proxy: Fix parsing of ECDSA address helper * NetDB: Increase lookup throttle time diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 282c18b422..0725033fa6 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 = 2; + public final static long BUILD = 3; /** for example "-test" */ public final static String EXTRA = "";