Tomcat 8.5.40
This commit is contained in:
@@ -319,7 +319,7 @@ Applications:
|
||||
Systray (systray.jar):
|
||||
Public domain.
|
||||
|
||||
Tomcat 8.5.38 (jasper-runtime.jar):
|
||||
Tomcat 8.5.40 (jasper-runtime.jar):
|
||||
(not included in most distribution packages)
|
||||
Copyright 1999-2019 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.
@@ -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.38" />
|
||||
<property name="tomcat.ver" value="8.5.40" />
|
||||
|
||||
<!-- You probably don't want to change anything from here down -->
|
||||
<target name="help" depends="all" />
|
||||
|
20
history.txt
20
history.txt
@@ -1,3 +1,23 @@
|
||||
2019-04-15 zzz
|
||||
* Tomcat 8.5.40
|
||||
|
||||
2019-04-13 zzz
|
||||
* i2ptunnel:
|
||||
- Config UI for encrypted ls2
|
||||
- Display encrypted b32
|
||||
- Disable registration authentication when encrypted
|
||||
- Hide I2CP config in router context
|
||||
- Disallow any encrypted LS for offline keys
|
||||
- Fix NPE creating server tunnel
|
||||
- Add Red25519 sigtype option for servers
|
||||
|
||||
2019-04-10 zzz
|
||||
* Jetty: Hide sizes and dates of directories in listings
|
||||
* NTCP2: Allow longer padding in msg 1 if NTCP1 disabled
|
||||
|
||||
2019-04-08 zzz
|
||||
* Util: Fix memory leak in compressor (ticket #2471)
|
||||
|
||||
2019-04-03 zzz
|
||||
* I2PTunnel: Start/stop POST throttle timer
|
||||
|
||||
|
@@ -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 = 4;
|
||||
public final static long BUILD = 5;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user