From 067e76c1b0c80e21c2462955c923d83079af4d19 Mon Sep 17 00:00:00 2001 From: zzz Date: Sun, 24 May 2009 14:40:27 +0000 Subject: [PATCH] -4 --- history.txt | 15 +++++++++++++++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index de28b4f58..ae63f7a8d 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,18 @@ +2009-05-24 zzz + * Connection limits / throttle: + - Better limits when no inbound TCP + (limit inbound and outbound separately) + - Don't offer to SSU introduce when near connection limit + * Console: + - Move flags from icons/ to docs/icons + - peers.jsp cleanup + - Add readme_zh.html + * GeoIP: + - Check netDb SSU IP too + - Check whole netDb at startup + * NTCP: Log who is sending us big messages + * UPnP: Move logging from wrapper log to router log + 2009-05-23 Mathiasdm * Router netDB: - Added flags to the netDB page diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index ef84e9e97..e4d51a2bb 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 = 3; + public final static long BUILD = 4; /** for example "-test" */ public final static String EXTRA = ""; public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;