forked from I2P_Developers/i2p.i2p
Jetty 9.2.25.v20180606
This commit is contained in:
@ -233,7 +233,7 @@ Applications:
|
||||
Zxing 3.3.0:
|
||||
See licenses/LICENSE-Apache2.0.txt
|
||||
|
||||
Jetty 9.2.24.v20180105 (jetty-*.jar, org.mortbay.*.jar):
|
||||
Jetty 9.2.25.v20180606 (jetty-*.jar, org.mortbay.*.jar):
|
||||
(not included in most distribution packages, except for jetty-i2p.jar)
|
||||
See licenses/ABOUT-Jetty.html
|
||||
See licenses/NOTICE-Jetty.html
|
||||
|
@ -18,7 +18,7 @@
|
||||
<!-- jetty.branch unused until we go to 9.3 -->
|
||||
<property name="jetty.branch" value="stable-9" />
|
||||
<property name="jetty.base" value="jetty-distribution-${jetty.ver}" />
|
||||
<property name="jetty.sha1" value="a8af3941385d43eece329b09ae4a261e0cb3579c" />
|
||||
<property name="jetty.sha1" value="086212b8536faa9a584777ebd59618fa4d7176a0" />
|
||||
<property name="jetty.filename" value="${jetty.base}.zip" />
|
||||
<!-- change jetty.ver to jetty.branch for 9.3 -->
|
||||
<property name="jetty.url" value="http://central.maven.org/maven2/org/eclipse/jetty/jetty-distribution/${jetty.ver}/${jetty.filename}" />
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -8,7 +8,7 @@
|
||||
<property file="override.properties"/>
|
||||
<property file="build.properties"/>
|
||||
<!-- When changing, also change javadoc URL in build.properties, and checksum in apps/jetty/build.xml -->
|
||||
<property name="jetty.ver" value="9.2.24.v20180105" />
|
||||
<property name="jetty.ver" value="9.2.25.v20180606" />
|
||||
<property name="tomcat.ver" value="8.5.30" />
|
||||
|
||||
<!-- You probably don't want to change anything from here down -->
|
||||
|
@ -1,5 +1,9 @@
|
||||
2018-08-20 zzz
|
||||
* Jetty 9.2.25.v20180606
|
||||
|
||||
2018-08-19 zzz
|
||||
* NTCP2: Catch bad IV exception
|
||||
* Update translations
|
||||
|
||||
2018-08-16 zzz
|
||||
* i2ptunnel: Change read timeout defaults now that streaming timeout works
|
||||
|
@ -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 = 26;
|
||||
public final static long BUILD = 27;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "-rc";
|
||||
|
Reference in New Issue
Block a user