forked from I2P_Developers/i2p.i2p
Tomcat 8.5.34
This commit is contained in:
@@ -297,7 +297,7 @@ Applications:
|
||||
Systray (systray.jar):
|
||||
Public domain.
|
||||
|
||||
Tomcat 8.5.30 (jasper-runtime.jar):
|
||||
Tomcat 8.5.34 (jasper-runtime.jar):
|
||||
(not included in most distribution packages)
|
||||
Copyright 1999-2018 The Apache Software Foundation
|
||||
See licenses/LICENSE-Apache2.0.txt
|
||||
|
@@ -2,11 +2,11 @@ Apache Tomcat
|
||||
Copyright 1999-2018 The Apache Software Foundation
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (http://www.apache.org/).
|
||||
The Apache Software Foundation (https://www.apache.org/).
|
||||
|
||||
This software contains code derived from netty-native
|
||||
developed by the Netty project
|
||||
(http://netty.io, https://github.com/netty/netty-tcnative/)
|
||||
(https://netty.io, https://github.com/netty/netty-tcnative/)
|
||||
and from finagle-native developed at Twitter
|
||||
(https://github.com/twitter/finagle).
|
||||
|
||||
@@ -19,7 +19,7 @@ http://nsis.sourceforge.net.
|
||||
Java compilation software for JSP pages is provided by the Eclipse
|
||||
JDT Core Batch Compiler component, which is open source software.
|
||||
The original software and related information is available at
|
||||
http://www.eclipse.org/jdt/core/.
|
||||
https://www.eclipse.org/jdt/core/.
|
||||
|
||||
For portions of the Tomcat JNI OpenSSL API and the OpenSSL JSSE integration
|
||||
The org.apache.tomcat.jni and the org.apache.tomcat.net.openssl packages
|
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.
@@ -9,7 +9,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.2.25.v20180606" />
|
||||
<property name="tomcat.ver" value="8.5.30" />
|
||||
<property name="tomcat.ver" value="8.5.34" />
|
||||
|
||||
<!-- You probably don't want to change anything from here down -->
|
||||
<target name="help" depends="all" />
|
||||
|
@@ -1,3 +1,10 @@
|
||||
2018-09-16 zzz
|
||||
* Build: Fix hang with Tomcat 8.5.33+ (ticket #2307)
|
||||
* Tomcat 8.5.34
|
||||
|
||||
2018-08-27 zzz
|
||||
* Debian: Prevent dup version (ticket #2300)
|
||||
|
||||
2018-08-26 zzz
|
||||
* NTCP2: Publish outbound address after transition to firewalled
|
||||
|
||||
|
@@ -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 = 3;
|
||||
public final static long BUILD = 4;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user