From 8cd9fb80bacc78235f65933e46d0b61063d2cf6f Mon Sep 17 00:00:00 2001 From: zzz Date: Sat, 3 Mar 2012 20:25:49 +0000 Subject: [PATCH] history for prop, -2 --- history.txt | 10 ++++++++++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index c3290a434f..bd04b5bb2c 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,13 @@ +2012-03-03 zzz + * Console: + - New simplified home page, refreshing with AJAX + - New home configuration page + * i2psnark: + - CSS tweaks + - Ajax and link fixes + - Move js to console in prep for merging w/ homepage + * NetDB: Remove bw stats (effective next release) + 2012-03-02 zzz * BlockfileNamingService: Add negative cache * Build: Add built-by to jars; check for corrupt jars on debug page diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 87e5bffca0..282c18b422 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 = 1; + public final static long BUILD = 2; /** for example "-test" */ public final static String EXTRA = "";