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 = "";