Author: markt Date: Wed Dec 16 10:55:33 2015 New Revision: 1720322 URL: http://svn.apache.org/viewvc?rev=1720322&view=rev Log: Update 1.1.x docs for 1.1.34 release
Modified: tomcat/site/trunk/docs/native-1.1-doc/miscellaneous/changelog.html tomcat/site/trunk/docs/native-1.1-doc/news/2015.html Modified: tomcat/site/trunk/docs/native-1.1-doc/miscellaneous/changelog.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-1.1-doc/miscellaneous/changelog.html?rev=1720322&r1=1720321&r2=1720322&view=diff ============================================================================== --- tomcat/site/trunk/docs/native-1.1-doc/miscellaneous/changelog.html (original) +++ tomcat/site/trunk/docs/native-1.1-doc/miscellaneous/changelog.html Wed Dec 16 10:55:33 2015 @@ -1,11 +1,76 @@ <!DOCTYPE html SYSTEM "about:legacy-compat"> -<html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><link href="../images/docs-stylesheet.css" rel="stylesheet" type="text/css"><link href="../images/style.css" rel="stylesheet" type="text/css"><title>The Apache Tomcat Native - Miscellaneous Documentation - </title><meta name="author" content="Jean-Frederic Clere"></head><body><div id="wrapper"><header><div id="header"><div><div><div class="logo noPrint"><a href="http://tomcat.apache.org/"><img alt="Tomcat Home" src="../images/tomcat.png"></a></div><div style="height: 1px;"></div><div class="asfLogo noPrint"><a href="http://www.apache.org/" target="_blank"><img src="../images/asf-feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a></div><h1>The Apache Tomcat Native - Miscellaneous Documentation</h1><div style="height: 1px;"></div><div style="clear: left;"></div></div></div></div></header><div id="middle"><div><div id="mainLeft" class="noprint"><div><nav><div> <h2><strong>Links</strong></h2><ul><li><a href="../index.html">Docs Home</a></li></ul></div><div><h2><strong>Miscellaneous Documentation</strong></h2><ul><li><a href="../miscellaneous/changelog.html">Changelog</a></li></ul></div><div><h2><strong>News</strong></h2><ul><li><a href="news/2015.html">2015</a></li><li><a href="../news/2014.html">2014</a></li><li><a href="../news/2013.html">2013</a></li><li><a href="../news/2012.html">2012</a></li><li><a href="../news/2011.html">2011</a></li><li><a href="../news/2010.html">2010</a></li><li><a href="../news/2009.html">2009</a></li><li><a href="../news/2008.html">2008</a></li></ul></div></nav></div></div><div id="mainRight"><div id="content"><h2></h2><h3 id="Preface">Preface</h3><div class="text"> +<html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><link href="../images/docs-stylesheet.css" rel="stylesheet" type="text/css"><link href="../images/style.css" rel="stylesheet" type="text/css"><title>The Apache Tomcat Native - Miscellaneous Documentation - </title><meta name="author" content="Jean-Frederic Clere"></head><body><div id="wrapper"><header><div id="header"><div><div><div class="logo noPrint"><a href="http://tomcat.apache.org/"><img alt="Tomcat Home" src="../images/tomcat.png"></a></div><div style="height: 1px;"></div><div class="asfLogo noPrint"><a href="http://www.apache.org/" target="_blank"><img src="../images/asf-feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a></div><h1>The Apache Tomcat Native - Miscellaneous Documentation</h1><div style="height: 1px;"></div><div style="clear: left;"></div></div></div></div></header><div id="middle"><div><div id="mainLeft" class="noprint"><div><nav><div> <h2><strong>Links</strong></h2><ul><li><a href="../index.html">Docs Home</a></li></ul></div><div><h2><strong>Miscellaneous Documentation</strong></h2><ul><li><a href="../miscellaneous/changelog.html">Changelog</a></li></ul></div><div><h2><strong>News</strong></h2><ul><li><a href="../news/2015.html">2015</a></li><li><a href="../news/2014.html">2014</a></li><li><a href="../news/2013.html">2013</a></li><li><a href="../news/2012.html">2012</a></li><li><a href="../news/2011.html">2011</a></li><li><a href="../news/2010.html">2010</a></li><li><a href="../news/2009.html">2009</a></li><li><a href="../news/2008.html">2008</a></li></ul></div></nav></div></div><div id="mainRight"><div id="content"><h2></h2><h3 id="Preface">Preface</h3><div class="text"> <p> 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. </p> +</div><h3 id="Changes_between_1.1.33_and_1.1.34">Changes between 1.1.33 and 1.1.34</h3><div class="text"> + <ul class="changelog"> + <li><img alt="Update: " class="icon" src="../images/update.gif"> + Unconditionally disable export Ciphers. Use the + configure flag --enable-insecure-export-ciphers + for a custom build supporting those insecure ciphers. + (rjung) + </li> + <li><img alt="Update: " class="icon" src="../images/update.gif"> + 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) + </li> + <li><img alt="Update: " class="icon" src="../images/update.gif"> + The APIs SSL.generateRSATempKey() and SSL.loadDSATempKey() + are no longer supported. (rjung) + </li> + <li><img alt="Update: " class="icon" src="../images/update.gif"> + Require minimum version 0.9.8m of OpenSSL. (rjung) + </li> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + Use APR pool pre-cleanup API if available to reduce + possibility of JVM core on shutdown. (mturk, rjung) + </li> + <li><img alt="Add: " class="icon" src="../images/add.gif"> + Add feature check for APR pre-cleanup API. (mturk, rjung) + </li> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + Don't destroy pools explicitly if we are inside an + apr_terminate call. (mturk, rjung) + </li> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + Fix a small memory leak if Socket.recv() is used with + big buffers and recv() gets an error. (costin, rjung) + </li> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + Pass back error to JVM if a threadsafe poller should be + created but the underlying APR library was build without + thread support. (costin, rjung) + </li> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + Fix compilation failures with master branch of OpenSSL. Replace access + to OpenSSL internals by accessor functions. (billbarker, rjung) + </li> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + Let OpenSSL master handle thread IDs itself. (billbarker) + </li> + <li><img alt="Update: " class="icon" src="../images/update.gif"> + Minor rework of "buildconf" script. (rjung) + </li> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + Fix APR dependency version expression and requirement expression in + RPM spec file. (rjung) + </li> + <li><img alt="Update: " class="icon" src="../images/update.gif"> + Try to make the changelog.xml served by SVN-HTTP viewable in a browser + by adding a stylesheet reference. (kpreisser, rjung) + </li> + <li><img alt="Code: " class="icon" src="../images/code.gif"> + Remove code that performs a read after a renegotiation that appears to be + unnecessary with OpenSSL 1.0.2. (billbarker) + </li> + </ul> </div><h3 id="Changes_between_1.1.32_and_1.1.33">Changes between 1.1.32 and 1.1.33</h3><div class="text"> <ul class="changelog"> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> Modified: tomcat/site/trunk/docs/native-1.1-doc/news/2015.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-1.1-doc/news/2015.html?rev=1720322&r1=1720321&r2=1720322&view=diff ============================================================================== --- tomcat/site/trunk/docs/native-1.1-doc/news/2015.html (original) +++ tomcat/site/trunk/docs/native-1.1-doc/news/2015.html Wed Dec 16 10:55:33 2015 @@ -1,5 +1,12 @@ <!DOCTYPE html SYSTEM "about:legacy-compat"> <html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><link href="../images/docs-stylesheet.css" rel="stylesheet" type="text/css"><link href="../images/style.css" rel="stylesheet" type="text/css"><title>The Apache Tomcat Native - News - 2015 News and Status</title></head><body><div id="wrapper"><header><div id="header"><div><div><div class="logo noPrint"><a href="http://tomcat.apache.org/"><img alt="Tomcat Home" src="../images/tomcat.png"></a></div><div style="height: 1px;"></div><div class="asfLogo noPrint"><a href="http://www.apache.org/" target="_blank"><img src="../images/asf-feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a></div><h1>The Apache Tomcat Native - News</h1><div style="height: 1px;"></div><div style="clear: left;"></div></div></div></div></header><div id="middle"><div><div id="mainLeft" class="noprint"><div><nav><div><h2><strong>Links</strong></h2><ul><li><a href="../index.html">Docs Home</a> </li></ul></div><div><h2><strong>Miscellaneous Documentation</strong></h2><ul><li><a href="../miscellaneous/changelog.html">Changelog</a></li></ul></div><div><h2><strong>News</strong></h2><ul><li><a href="../news/2015.html">2015</a></li><li><a href="../news/2014.html">2014</a></li><li><a href="../news/2013.html">2013</a></li><li><a href="../news/2012.html">2012</a></li><li><a href="../news/2011.html">2011</a></li><li><a href="../news/2010.html">2010</a></li><li><a href="../news/2009.html">2009</a></li><li><a href="../news/2008.html">2008</a></li></ul></div></nav></div></div><div id="mainRight"><div id="content"><h2>2015 News and Status</h2><h3 id="2015_News_&_Status">2015 News & Status</h3><div class="text"> + <div class="subsection"><h4 id="20151215.1">15 December 2015 - TC-Native-1.1.34 released</h4><div class="text"> + <p>The Apache Tomcat team is proud to announce the immediate availability + of Tomcat Native 1.1.34. This is a bug fixing release and includes Windows + binaries built with OpenSSL 1.0.1q and APR 1.5.1. Note that the Windows no + longer include support for Itanium. + </p> + </div></div> <div class="subsection"><h4 id="20150323.1">23 March 2015 - TC-Native-1.1.33 released</h4><div class="text"> <p>The Apache Tomcat team is proud to announce the immediate availability of Tomcat Native 1.1.33. This is a bug fixing release and includes Windows --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org