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 = "";