From a534d25d82cd0b8ea760aa2b89e63404f67c9bec Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Sun, 23 May 2010 19:18:50 +0000 Subject: [PATCH] -10 --- history.txt | 9 +++++++++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index 42ff77f533..549cda038f 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,12 @@ +2010-05-23 zzz + * i2psnark: + - Choke slower when at bandwidth limit + - Fix completion % for small files + - Use Random from context + * NewsFetcher: + - Add backup URL + - Change to 0 retries (was 2) + 2010-05-21 zzz * i2psnark: - Spiff up dir listings diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index f2522cd4ed..7ca1a3ec2c 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 = 9; + public final static long BUILD = 10; /** for example "-test" */ public final static String EXTRA = ""; -- GitLab