forked from I2P_Developers/i2p.i2p
* history for prop, -9 (ticket #1090)
This commit is contained in:
@@ -20,6 +20,12 @@
|
|||||||
- Hide setting in i2ptunnel edit pages unless advanced user
|
- Hide setting in i2ptunnel edit pages unless advanced user
|
||||||
- Only store LS with key certs to routers that support it
|
- Only store LS with key certs to routers that support it
|
||||||
- Only store LS with more than 6 leases 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
|
2014-02-14 zzz
|
||||||
* I2CP:
|
* I2CP:
|
||||||
|
@@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 8;
|
public final static long BUILD = 9;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
|
Reference in New Issue
Block a user