From 0ba6482da5a00697fef25adc14ecacf17ac64fff Mon Sep 17 00:00:00 2001 From: zzz Date: Sun, 24 Jan 2010 02:42:06 +0000 Subject: [PATCH] -1 --- history.txt | 17 +++++++++++++++++ .../java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index 3d7819405..1c0eb6d01 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,20 @@ +2010-01-24 zzz + * Clock: + - Don't let a client update the router clock + - Restore and enhance vanished clock error log message + * Graphs: Enforce max size to lessen chance of OOM from malicious link + * NetDb: + - Move stat initialization, reduce number of rates + - Add basic DOS prevention by not flooding if stores are too-frequent + * ProfileOrganizer: + - Limit High Cap to 75 max + - Reduce max lock wait time, change no lock error to warning + - More cleanup + * Startup: + - Enable multiple parallel job runners much sooner to speed startup + - Rearrange the startup order to get the long jobs started sooner + - Don't allow the netDb readin job to clog the job queue + 2010-01-21 dr|z3d * New eepsite structure and enhanced pages. Now with graphics and stuff! diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 200f91ede..b8546913b 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 = 0; + public final static long BUILD = 1; /** for example "-test" */ public final static String EXTRA = "";