From 08372be34fb627176b886acb38c6c79f6622a1a2 Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 26 Nov 2010 15:59:45 +0000 Subject: [PATCH] -9 --- history.txt | 3 ++- router/java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/history.txt b/history.txt index 04f060cbb..74ac3dbbc 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,4 @@ -2010-11-27 zzz +2010-11-26 zzz * Console: Split initialNews.xml into a file for each language don't copy to config dir at install. * i2psnark: Clean up and enhance the PeerCoordinator's partial piece handling, @@ -6,6 +6,7 @@ * LogManager: When not in router context, delay creating log file until required * NetDb: Lower RouterInfo expiration time again * Router: Prevent NCDFE after unzipping update file + * Transports: Round time to prevent clock bias, also adjust for RTT in UDP 2010-11-26 dr|z3d * Readme: Overhaul (English) layout and text. diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index a6204817e..f2522cd4e 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 = 8; + public final static long BUILD = 9; /** for example "-test" */ public final static String EXTRA = "";