Jetty 9.2.25.v20180606

This commit is contained in:
zzz
2018-08-20 13:18:29 +00:00
parent f4cab090cd
commit 68feb080e7
22 changed files with 8 additions and 4 deletions

View File

@ -233,7 +233,7 @@ Applications:
Zxing 3.3.0: Zxing 3.3.0:
See licenses/LICENSE-Apache2.0.txt 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) (not included in most distribution packages, except for jetty-i2p.jar)
See licenses/ABOUT-Jetty.html See licenses/ABOUT-Jetty.html
See licenses/NOTICE-Jetty.html See licenses/NOTICE-Jetty.html

View File

@ -18,7 +18,7 @@
<!-- jetty.branch unused until we go to 9.3 --> <!-- jetty.branch unused until we go to 9.3 -->
<property name="jetty.branch" value="stable-9" /> <property name="jetty.branch" value="stable-9" />
<property name="jetty.base" value="jetty-distribution-${jetty.ver}" /> <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" /> <property name="jetty.filename" value="${jetty.base}.zip" />
<!-- change jetty.ver to jetty.branch for 9.3 --> <!-- 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}" /> <property name="jetty.url" value="http://central.maven.org/maven2/org/eclipse/jetty/jetty-distribution/${jetty.ver}/${jetty.filename}" />

View File

@ -8,7 +8,7 @@
<property file="override.properties"/> <property file="override.properties"/>
<property file="build.properties"/> <property file="build.properties"/>
<!-- When changing, also change javadoc URL in build.properties, and checksum in apps/jetty/build.xml --> <!-- 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" /> <property name="tomcat.ver" value="8.5.30" />
<!-- You probably don't want to change anything from here down --> <!-- You probably don't want to change anything from here down -->

View File

@ -1,5 +1,9 @@
2018-08-20 zzz
* Jetty 9.2.25.v20180606
2018-08-19 zzz 2018-08-19 zzz
* NTCP2: Catch bad IV exception * NTCP2: Catch bad IV exception
* Update translations
2018-08-16 zzz 2018-08-16 zzz
* i2ptunnel: Change read timeout defaults now that streaming timeout works * i2ptunnel: Change read timeout defaults now that streaming timeout works

View File

@ -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 = 26; public final static long BUILD = 27;
/** for example "-test" */ /** for example "-test" */
public final static String EXTRA = "-rc"; public final static String EXTRA = "-rc";