From 3da850a6b95ae5391c149d16d809dc931c5615c5 Mon Sep 17 00:00:00 2001 From: zzz Date: Sat, 31 Jan 2015 15:20:37 +0000 Subject: [PATCH] bump -17 --- history.txt | 9 +++++++++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index 03abe1c83..fc2784793 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,12 @@ +2015-01-31 zzz + * Console: + - Don't display invalid IPv6 addresses as options on /confignet + - Disable changing log path + * NetDb: + - Encrypt lookups for 32-bit x86 also + - Disable floodfill in laptop mode + * Transport: Set 4 MBps max bw due to bloom filter + 2015-01-30 zzz * HTTP Proxy: More error page changes * NTCP: Throttle event pumper if looping too fast (tickets #551, #1075, #1411) diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index e1f87e077..8ab24107c 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 = 16; + public final static long BUILD = 17; /** for example "-test" */ public final static String EXTRA = "";