svn commit: r1806307 - in /tomcat/trunk/java/org/apache/tomcat/util/net/openssl: OpenSSLContext.java OpenSSLEngine.java OpenSSLX509Certificate.java

2017-08-26 Thread rjung
Author: rjung Date: Sat Aug 26 15:17:56 2017 New Revision: 1806307 URL: http://svn.apache.org/viewvc?rev=1806307&view=rev Log: Fix case in class name. File name case doesn't match class name case. Noticed, because ant always recompiled that class. Modified: tomcat/trunk/java/org/apache/tomca

svn commit: r1806310 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java java/org/apache/tomcat/util/net/openssl/OpenSSLEngine.java java/org/apache/tomcat/util/n

2017-08-26 Thread rjung
Author: rjung Date: Sat Aug 26 15:24:46 2017 New Revision: 1806310 URL: http://svn.apache.org/viewvc?rev=1806310&view=rev Log: Fix case in class name. File name case doesn't match class name case. Noticed, because ant always recompiled that class. Backport of r1806307 from trunk. Modified:

Re: [VOTE] Release Apache Tomcat Native 1.2.13

2017-08-26 Thread Rainer Jung
Am 25.08.2017 um 23:25 schrieb Rainer Jung: Am 25.08.2017 um 18:24 schrieb Mark Thomas: Version 1.2.13 includes the following changes compared to 1.2.12: - Update minimum recommended OpenSSL version to 1.0.2l - Update minimum recommended APR version to 1.6.2 - Windows binaries built with OpenSS