From 7f4c23a0387006b300163af2f2eec5bfd07e8bd9 Mon Sep 17 00:00:00 2001 From: zzz Date: Mon, 25 May 2009 03:49:36 +0000 Subject: [PATCH] -6 --- history.txt | 14 ++++++++++++++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index 79ee79f2e..4fcd67f88 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,17 @@ +2009-05-25 zzz + * GeoIP: + - Save our own location in the config + - Check whole netDb at startup (last try didn't work) + * NTCP: + - Increasse routerinfo send frequency to every 90m (was 9h) + - Don't send 3 floodfill infos at startup or with routerinfo + * Profile Organizer: Increase min fast peers based on + number of local destinations + * Timestamper: + - Use GeoIP to query a closer ntp source if available + - Lengthen query time if well-synced + - Cleanup + 2009-05-24 mkvore * SAM: logging some exceptions at INFO level instead of ERROR diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index b54d1de4b..5a4225cae 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 = 5; + public final static long BUILD = 6; /** for example "-test" */ public final static String EXTRA = ""; public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;