From 9e3b49d67f1ed03dfc0e20e6c04380afb957604e Mon Sep 17 00:00:00 2001 From: zzz Date: Sat, 10 Mar 2012 21:59:26 +0000 Subject: [PATCH] -10 --- history.txt | 11 +++++++++++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index ab41fb7a2..f7e780e47 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,14 @@ +2012-03-10 zzz + * Build: Add new jetty jars to router.jar classpath so it works + on very old installs with individual jars specified in the + wrapper.config classpath + * configloggging: Fix clearing log overrides + * Console: Test if IPv6 addresses will work before instantiating + connectors, so Jetty will still start without them + * HTTP Proxy: Fix generation of jump links (ticket #616), + broken by refactoring in -1 + * Jetty Logger: Put a note in wrapper log saying where the logs went + 2012-03-09 zzz * Update default eepsite base context to use DefaultServlet instead of ResourceHandler, to provide resume, directory diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index f2522cd4e..7ca1a3ec2 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 = "";