From a9698dd89e159196feeca45010822dfa3b3f481c Mon Sep 17 00:00:00 2001 From: zzz Date: Sat, 29 Oct 2011 13:23:30 +0000 Subject: [PATCH] -3 --- history.txt | 5 +++++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index 825eda1641..07af3dc819 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,8 @@ +2011-10-29 zzz + * BuildHandler: Add router.buildHandlerThreads config setting + * ProfileOrganizer: Reduce min expire time + * SSU: Limit max peers to use as introducers + 2011-10-28 zzz * BuildHandler: Move inbound request handling to its own thread(s) (ticket #542, see also http://zzz.i2p/topics/996) diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 282c18b422..0725033fa6 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 = 2; + public final static long BUILD = 3; /** for example "-test" */ public final static String EXTRA = "";