From 14587ebb59ed582b8ea583a0b9975c9feaab8f47 Mon Sep 17 00:00:00 2001 From: zzz Date: Sat, 11 Aug 2012 12:16:43 +0000 Subject: [PATCH] dash six --- history.txt | 14 ++++++++++++++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index 28bef73933..774accdde2 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,17 @@ +2012-08-11 zzz + * DataHelper: toString(byte[]) cleanup + * i2psnark: + - Fix DHT nodes not being saved at shutdown + * RouterContext: Make the contexts list concurrent + * SSLEepGet: Don't throw UOE in TrustManager + * SSU MTU (ticket #682): + - Use local MTU detection + - i2np.udp.mtu now sets max MTU, not initial MTU + - Put local MTU in netDb + - Fix receive MTU calculations + - Track remote MTU based on actual received packet size + - Display local MTU on peers page + 2012-08-10 kytv * German and Greek translation updates from Transifex 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 = "";