diff --git a/history.txt b/history.txt index ceb9596b54..48bbf57535 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,11 @@ +2009-08-15 sponge + * Merge in dr|z3d and my own html fixes for router console java and jsp + files so that Opera (and now IE?) doesn't puke anymore on the missing + and misplaced HTML tags. + * Optimized all jsp files so that they are shorter to save space, which + is then used to fix the broken HTML. We should break even space-wise. + * Bump to -13. + 2009-08-11 sponge * Code Janitor time! Many fixes and documenting fixes that should be done in the future. for the most part, this is a general code cleanup. diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 3e5e8985dd..983dd2f065 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 = 12; + public final static long BUILD = 13; /** for example "-test" */ public final static String EXTRA = ""; public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;