Author: rjung
Date: Sun May 24 12:52:01 2015
New Revision: 1681443
URL: http://svn.apache.org/r1681443
Log:
Add changelog entries for all functional
changes and fixes to 1.1.
Modified:
tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml
Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml?rev=1681443&r1=1681442&r2=1681443&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml Sun May 24
12:52:01 2015
@@ -38,9 +38,39 @@
</section>
<section name="Changes between 1.1.33 and 1.1.34">
<changelog>
+ <update>
+ Improve ephemeral key handling for DH and ECDH.
+ Parameter strength is by default derived from the
+ certificate key strength. It can be overwritten
+ by embedding custom parameters in the certificate
+ file configured with <code>SSLCertificateFile</code>. (rjung)
+ </update>
+ <fix>
+ Use APR pool pre-cleanup API if available to reduce
+ possibility of JVM core on shutdown. (mturk, rjung)
+ </fix>
+ <add>
+ Add feature check for APR pre-cleanup API. (mturk, rjung)
+ </add>
+ <fix>
+ Don't destroy pools explicitly if we are inside an
+ apr_terminate call. (mturk, rjung)
+ </fix>
+ <fix>
+ Fix a small memory leak if Socket.recv() is used with
+ big buffers and recv() gets an error. (costin, rjung)
+ </fix>
+ <fix>
+ Pass back error to JVM if a threadsafe poller should be
+ created but the underlying APR library was build without
+ thread support. (costin, rjung)
+ </fix>
<fix>
Fix compilation failures with master branch of OpenSSL. Replace access
- to OpenSSL internals by accessor functions. (rjung)
+ to OpenSSL internals by accessor functions. (billbarker, rjung)
+ </fix>
+ <fix>
+ Let OpenSSL master handle thread IDs itself. (billbarker)
</fix>
</changelog>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]