forked from I2P_Developers/i2p.i2p
Tomcat 9.0.40
This commit is contained in:
@@ -333,7 +333,7 @@ Applications:
|
||||
Systray (systray.jar):
|
||||
Public domain.
|
||||
|
||||
Tomcat 9.0.35 (jasper-runtime.jar):
|
||||
Tomcat 9.0.40 (jasper-runtime.jar):
|
||||
(not included in most distribution packages)
|
||||
Copyright 1999-2020 The Apache Software Foundation
|
||||
See licenses/LICENSE-Apache2.0.txt
|
||||
|
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.
BIN
apps/jetty/apache-tomcat-9.0.40/lib/tomcat-util-scan.jar
Normal file
BIN
apps/jetty/apache-tomcat-9.0.40/lib/tomcat-util-scan.jar
Normal file
Binary file not shown.
Binary file not shown.
@@ -12,7 +12,7 @@
|
||||
<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.3.29.v20201019" />
|
||||
<property name="tomcat.ver" value="9.0.35" />
|
||||
<property name="tomcat.ver" value="9.0.40" />
|
||||
|
||||
<!-- You probably don't want to change anything from here down -->
|
||||
<target name="help" depends="all" />
|
||||
|
@@ -1,3 +1,12 @@
|
||||
2020-11-20 zzz
|
||||
* NetDB: Increase exploration rate when hidden
|
||||
* Tomcat 9.0.40
|
||||
|
||||
2020-11-19 zzz
|
||||
* Build: Reproducible build fix (ticket #2279)
|
||||
* Crypto: Adjust Java key cache sizes
|
||||
* Debian: Update apparmor profile for usrmerge
|
||||
|
||||
2020-11-17 zzz
|
||||
* Jetty:
|
||||
- Update to 9.3.29.v20201019
|
||||
|
@@ -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 = 15;
|
||||
public final static long BUILD = 16;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "-rc";
|
||||
|
Reference in New Issue
Block a user