Links Miscellaneous Documentation News | Preface |
This is the Changelog for Tomcat Native. This changelog
does not contain all updates and fixes to the Tomcat Native (yet).
It should contain fixes made only after December 19th 2007, when the
new documentation project for Tomcat Native was started.
|
Changes between 1.1.26 and 1.1.27 |
 |
54513: Fix regression in pollset return value. (mturk)
|
 |
Switch CPU information on Solaris from milliseconds to
microseconds. Make consistent with OS.java and Linux impl. (rjung)
|
|
Changes between 1.1.25 and 1.1.26 (not released) |
 |
54468: Fix FIPS mode for listeners when using OpenSSL 1.0.1c
and later; resolves 'Low level API call to digest MD5 forbidden in FIPS
mode!' errors. (wrowe)
|
 |
add clearOptions function to allow access to OpenSSL's SSL_CTX_clear_options function. (schultz)
|
|
Changes between 1.1.24 and 1.1.25 |
 |
52856: Fix high CPU usage when client changes IP address or
has high latency. (mturk)
|
 |
Add CPU information to OS info for Linux.
This was already available under Windows and Solaris. (rjung)
|
 |
53969: ssl.c::hasOp could only check for
SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION. Now it can check
for any SSL_OP_* available at compile-time. (schultz)
|
|
Changes between 1.1.22 and 1.1.23 |
 |
45392: Add support for OCSP verification. Based upon a patch
from Aristotelis. (mturk)
|
 |
52119: Autodetect Diablo JDK on FreeBSD and Java7+. Based upon a patch
from Michael Osipov. (mturk)
|
 |
52717: Set scope_id for IPv6 addresses if provided. (mturk)
|
 |
50570: Allow explicit use of FIPS mode in APR lifecycle listener (native support only in this update; Java support to follow). Based upon a patch from Chris Beckey. (schultz)
|
|
Changes between 1.1.20 and 1.1.21 (not released) |
 |
50394: InternalAprInputBuffer.fill() doesn't deal correctly with EOF. (jfclere)
|
 |
Support arbitrary protocol combinations of SSLv2, SSLv3 and TLSv1. (rjung)
|
 |
51437: Try loading certificate in DER format if PEM was invalid. (mturk)
|
 |
49557: index error in the loop to get the env info in the proc.create function. (kkolinko, jfclere)
|
 |
49851: JNI Registry.deleteKey and Registry.deleteValue corrupt Windows registry. (jfclere)
|
 |
48253: adding dynamic locking callbacks for openssl engines. (jfclere)
|
 |
Make the non blocking write really no blocking. (jfclere)
|
 |
Add support for unsafe legacy renegotiation. (mturk)
|
|
Changes between 1.1.18 and 1.1.19 |
 |
Update windows resource files to correct version. (mturk)
|
 |
48129: Fix build with OpenSSL 1.0.0-beta3.
Patch provided by Tomas Mraz. (mturk, rjung)
|
 |
Add detection of the Mac OS X JVM. (rjung)
|
|
Changes between 1.1.16 and 1.1.17 |
 |
Arrange build after svn reorganisation (rjung)
|
 |
47852: Fix some Javadoc errors. Patch provided by Sebb. (rjung)
|
 |
46950: Fix SSL renegotiation in combination with client
certificates. The complete solution also needs a fix in Tomcat's Java code. (markt)
|
 |
Align method names and signatures of native C code and java code. (markt, rjung)
|
 |
42728: Remove memory leak. (markt)
|
 |
46457: Fix use of multicast. (markt)
|
 |
Fix API name for recvfrom (mturk)
|
 |
Allow building against APR 1.3 (mturk)
|
 |
Improve fix for 43327 with better handling for IPv6
addresses (markt)
|
|
Changes between 1.1.13 and 1.1.14 |
 |
45071: Reset ttl when Poll.pool remove is false.
Additional patch was provided by Alex Barclay. (mturk)
|
 |
Fix optGet that was always throwing exceptions. (jfclere)
|
 |
Fix optSet don't throw exception as JAVA prototype doesn't. (jfclere)
|
|
Changes between 1.1.11 and 1.1.12 |
 |
Add support of J9VM based JVM. (jfclere)
|
 |
Arrange licence in source files. (markt)
|
 |
Add two new 'immediate' methods for sending the data.
It is the responsibility of the Java callee to deal with
the returned values and retry if the error was non-fatal. (mturk)
|
 |
Arrange the check of openssl version. It was failing on Linux. (jfclere)
|
 |
Prevent returning APR_SUCCESS when there is something wrong in ssl layer. (jfclere)
|
 |
44087: Fix it. (jfclere)
|
|
|