Tomcat 9.0.40

This commit is contained in:
zzz
2020-11-20 14:11:59 +00:00
parent 31622d0458
commit 7e5dc6ad64
15 changed files with 12 additions and 3 deletions

View File

@@ -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

View File

@@ -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" />

View File

@@ -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

View File

@@ -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";