diff --git a/history.txt b/history.txt index 0333cd0f1..64a8cb911 100644 --- a/history.txt +++ b/history.txt @@ -20,6 +20,12 @@ - Hide setting in i2ptunnel edit pages unless advanced user - Only store LS with key certs to routers that support it - Only store LS with more than 6 leases to routers that support it + * Jetty: + - Update to Jetty 8.1.14.v20131031, Servlet 3.0, JSP 2.2 + - Use Servlet and JSP jars from Jetty instead of Tomcat + - Tomcat remains at 6.0.37 supporting Servlet 2.5 / JSP 2.1 + - Remove Jetty dependency in console error pages + - Require Java 6 2014-02-14 zzz * I2CP: diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index a6204817e..f2522cd4e 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 = 8; + public final static long BUILD = 9; /** for example "-test" */ public final static String EXTRA = "";