Author: markt Date: Tue Apr 6 10:54:02 2021 New Revision: 1888428 URL: http://svn.apache.org/viewvc?rev=1888428&view=rev Log: Update Native docs for 1.2.28 release
Modified: tomcat/site/trunk/docs/native-doc/index.html tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html tomcat/site/trunk/docs/native-doc/news/2021.html Modified: tomcat/site/trunk/docs/native-doc/index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/index.html?rev=1888428&r1=1888427&r2=1888428&view=diff ============================================================================== --- tomcat/site/trunk/docs/native-doc/index.html (original) +++ tomcat/site/trunk/docs/native-doc/index.html Tue Apr 6 10:54:02 2021 @@ -28,10 +28,10 @@ </div><h3 id="Headlines">Headlines</h3><div class="text"> <ul> -<li><a href="news/2021.html#20210329">29 Mar 2021 - <b>TC-Native-1.2.27 +<li><a href="news/2021.html#20210406">6 Apr 2021 - <b>TC-Native-1.2.28 released</b></a> <p>The Apache Tomcat team is proud to announce the immediate availability of -Tomcat Native 1.2.27 Stable.</p> +Tomcat Native 1.2.28 Stable.</p> <p> The sources and the binaries for selected platforms are available from the <a href="../download-native.cgi">Download page</a>. Modified: tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html?rev=1888428&r1=1888427&r2=1888428&view=diff ============================================================================== --- tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html (original) +++ tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html Tue Apr 6 10:54:02 2021 @@ -3,10 +3,18 @@ <p> This is the Changelog for Tomcat Native 1.2. </p> +</div><h3 id="Changes_in_1.2.28">Changes in 1.2.28</h3><div class="text"> + <ul class="changelog"> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + Correct a regression in the fix for <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=65181">65181</a> that prevented an + error message from being displayed if an invalid key file was provided + and no OpenSSL Engine was configured. (markt) + </li> + </ul> </div><h3 id="Changes_in_1.2.27">Changes in 1.2.27</h3><div class="text"> <ul class="changelog"> <li><img alt="Add: " class="icon" src="../images/add.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=65181">65181</a>: Improve support for using OpenSSL Engines that use + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=65181">65181</a>: Improve support for using OpenSSL Engines that use proprietary key formats. Patch provided by Edin Hodzic. (markt) </li> <li><img alt="Update: " class="icon" src="../images/update.gif"> @@ -19,7 +27,7 @@ Enable building to continue against OpenSSL 3.x and 1.1.1. (markt) </li> <li><img alt="Add: " class="icon" src="../images/add.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=64942">64942</a>: Expose support for Unix Domain Sockets in APR v1.6 and up. (minfrin) + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=64942">64942</a>: Expose support for Unix Domain Sockets in APR v1.6 and up. (minfrin) </li> <li><img alt="Update: " class="icon" src="../images/update.gif"> Update recommended OpenSSL version to 1.1.1i or later. (markt) @@ -53,23 +61,23 @@ (jfclere) </li> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=64429">64429</a>: Fix compilation with LibreSSL. (markt) + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=64429">64429</a>: Fix compilation with LibreSSL. (markt) </li> </ul> </div><h3 id="Changes_in_1.2.24">Changes in 1.2.24</h3><div class="text"> <ul class="changelog"> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=63671">63671</a>: libtcnative does not compile with OpenSSL < 1.1.0 + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=63671">63671</a>: libtcnative does not compile with OpenSSL < 1.1.0 and APR w/o threading support. (michaelo) </li> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> Correct configure message for OpenSSL libdir. (michaelo) </li> <li><img alt="Update: " class="icon" src="../images/update.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=64260">64260</a>: Clean up install target. (michaelo) + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=64260">64260</a>: Clean up install target. (michaelo) </li> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=64315">64315</a>: configure output for OpenSSL wrong/incomplete sometimes. + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=64315">64315</a>: configure output for OpenSSL wrong/incomplete sometimes. (michaelo) </li> <li><img alt="Update: " class="icon" src="../images/update.gif"> @@ -80,11 +88,11 @@ ssl_thread_id(void). (michaelo) </li> <li><img alt="Update: " class="icon" src="../images/update.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=63701">63701</a>: Use new OpenSSL initialisation process when building with + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=63701">63701</a>: Use new OpenSSL initialisation process when building with OpenSSL 1.1.0 onwards. (mturk) </li> <li><img alt="Add: " class="icon" src="../images/add.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=64316">64316</a>: Introduce tcn_get_thread_id(void) to reduce code + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=64316">64316</a>: Introduce tcn_get_thread_id(void) to reduce code duplication. (michaelo) </li> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> @@ -107,16 +115,16 @@ </div><h3 id="Changes_in_1.2.22">Changes in 1.2.22</h3><div class="text"> <ul class="changelog"> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=63159">63159</a>: Unable to complete build when build directory is + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=63159">63159</a>: Unable to complete build when build directory is outside of the source tree. Patch provided by Bob Huemmer. (markt) </li> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=63356">63356</a>: Fix client certificate authentication when a certificate + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=63356">63356</a>: Fix client certificate authentication when a certificate contains an AIA extension without an OCSP URI. Patch provided by Milind Takawale. (markt) </li> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=63500">63500</a>: Fix JVM crash on Connector start when a certificate + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=63500">63500</a>: Fix JVM crash on Connector start when a certificate revocation file or path is specified for OpenSSL. (markt) </li> <li><img alt="Add: " class="icon" src="../images/add.gif"> @@ -157,10 +165,10 @@ </div><h3 id="Changes_in_1.2.19">Changes in 1.2.19</h3><div class="text"> <ul class="changelog"> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=62892">62892</a>: Fix memory leaks in OCSP handling. (jfclere) + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62892">62892</a>: Fix memory leaks in OCSP handling. (jfclere) </li> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=62944">62944</a>: Fix copy/paste error that prevented TLS 1.0 and TLS 1.1 + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62944">62944</a>: Fix copy/paste error that prevented TLS 1.0 and TLS 1.1 from being used if TLS 1.3 was available. Patch provided by Dean Rasheed. (markt) </li> @@ -175,14 +183,14 @@ </div><h3 id="Changes_in_1.2.18">Changes in 1.2.18</h3><div class="text"> <ul class="changelog"> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=62641">62641</a>: libtool invocations should use --tag=CC. (michaelo) + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62641">62641</a>: libtool invocations should use --tag=CC. (michaelo) </li> <li><img alt="Code: " class="icon" src="../images/code.gif"> Remove support for Netware as there has not been a supported Netware platform for a number of years. (markt) </li> <li><img alt="Add: " class="icon" src="../images/add.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=62748">62748</a>: Add support for TLS 1.3 when built with OpenSSL 1.1.1 or + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62748">62748</a>: Add support for TLS 1.3 when built with OpenSSL 1.1.1 or equivalent. (schultz/markt) </li> <li><img alt="Add: " class="icon" src="../images/add.gif"> @@ -194,14 +202,14 @@ </div><h3 id="Changes_in_1.2.17">Changes in 1.2.17</h3><div class="text"> <ul class="changelog"> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=62094">62094</a>: Certificate verification using CRL with + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62094">62094</a>: Certificate verification using CRL with Tomcat APR connector does not work. (jfclere) </li> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=62122">62122</a>: undefined symbol: SSL_COMP_free_compression_methods. (jfclere) + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62122">62122</a>: undefined symbol: SSL_COMP_free_compression_methods. (jfclere) </li> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=62221">62221</a>: OCSP response processing uses always the first + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62221">62221</a>: OCSP response processing uses always the first entry in the response. (jfclere) </li> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> @@ -266,16 +274,16 @@ (markt) </li> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=58434">58434</a>: Allow Tomcat Native to be compiled with LibreSSL. Note + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58434">58434</a>: Allow Tomcat Native to be compiled with LibreSSL. Note that some features may not be available when using LibreSSL. (markt) </li> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=60290">60290</a>: When building Tomcat Native, don't ignore the value of + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60290">60290</a>: When building Tomcat Native, don't ignore the value of <code>CC</code> if explicitly set. Patch provided by Michael Osipov. (markt) </li> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=60301">60301</a>: When building Tomcat Native, allow the user to override + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60301">60301</a>: When building Tomcat Native, allow the user to override the libtool specified by APR by setting the <code>LIBTOOL</code> environment variable. (markt) </li> @@ -289,7 +297,7 @@ </div><h3 id="Changes_in_1.2.12">Changes in 1.2.12</h3><div class="text"> <ul class="changelog"> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - Correct a regression in the fix for <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=59797">59797</a> that triggered a JVM + Correct a regression in the fix for <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59797">59797</a> that triggered a JVM crash on shutdown in some Tomcat unit tests when using the APR/native connector. (markt) </li> @@ -297,41 +305,41 @@ </div><h3 id="Changes_in_1.2.11">Changes in 1.2.11</h3><div class="text"> <ul class="changelog"> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=52627">52627</a>: Prevent a crash in <code>File.infoGet()</code> caused by + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=52627">52627</a>: Prevent a crash in <code>File.infoGet()</code> caused by the use of uninitialised variables. Based on patch by Ilya Maykov. (markt) </li> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=55113">55113</a>: Document the process for creating a static tc-native + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=55113">55113</a>: Document the process for creating a static tc-native library with a FIPS-enabled OpenSSL and update the nmake make file to support the process. (markt) </li> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=55114">55114</a>: Clean up building instructions for the native component + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=55114">55114</a>: Clean up building instructions for the native component and expand the instructions for building for Windows platforms. (markt) </li> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=55938">55938</a>: Resolve remaining clang-analyzer warnings. Note that the + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=55938">55938</a>: Resolve remaining clang-analyzer warnings. Note that the use of <code>-1</code> to indicate the full array in <code>File.(read|write)[Full]</code> has been removed since it was only partially implemented and the implementation was faulty. (markt) </li> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=58082">58082</a>: Update unit tests to use JUnit 4. Refactor unit tests + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58082">58082</a>: Update unit tests to use JUnit 4. Refactor unit tests into separate tests and use an external to reference them in the same way an external is used to reference the main code. (markt) </li> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=59797">59797</a>: Ensure that the per thread error hash maintained by + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59797">59797</a>: Ensure that the per thread error hash maintained by OpenSSL is cleaned up as individual threads exit to ensure it does not grow too large. Patch provided by Nate Clark. (markt) </li> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=59996">59996</a>: Correctly handle building tc-native on a 64-bit system + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59996">59996</a>: Correctly handle building tc-native on a 64-bit system when using an OpenSSL distribution that is not in <code>/usr</code>. (csutherl) </li> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=60388">60388</a>: The --disable-maintainer-mode option of the configure + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60388">60388</a>: The --disable-maintainer-mode option of the configure script no longer enables the maintainer mode. (ebourg) </li> <li><img alt="Update: " class="icon" src="../images/update.gif"> @@ -353,7 +361,7 @@ </div><h3 id="Changes_in_1.2.8">Changes in 1.2.8</h3><div class="text"> <ul class="changelog"> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=59616">59616</a>: Correct the Windows build files so that OCSP is + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59616">59616</a>: Correct the Windows build files so that OCSP is correctly enabled and disabled in the respective Windows binaries. (markt) </li> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> @@ -413,7 +421,7 @@ <code>--disable-openssl-version-check</code>. (rjung) </li> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=59024">59024</a>: Native function <code>versionString()</code> and + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59024">59024</a>: Native function <code>versionString()</code> and for OpenSSL 1.1.0 also <code>version()</code> (both in in ssl.c) now return the OpenSSL run time version, not the compile time version. (rjung) @@ -476,7 +484,7 @@ </div><h3 id="Changes_in_1.2.1">Changes in 1.2.1</h3><div class="text"> <ul class="changelog"> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=58566">58566</a>: Enable Tomcat Native 1.2.x to work with Tomcat releases + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58566">58566</a>: Enable Tomcat Native 1.2.x to work with Tomcat releases that do not have the necessary Java code to support SNI. (markt) </li> <li><img alt="Update: " class="icon" src="../images/update.gif"> Modified: tomcat/site/trunk/docs/native-doc/news/2021.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2021.html?rev=1888428&r1=1888427&r2=1888428&view=diff ============================================================================== --- tomcat/site/trunk/docs/native-doc/news/2021.html (original) +++ tomcat/site/trunk/docs/native-doc/news/2021.html Tue Apr 6 10:54:02 2021 @@ -1,5 +1,11 @@ <!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 - 2021 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/2021.html">2021</a></li><li><a href="../news/2020.html">2020</a></li><li><a href="../news/2019.html">2019</a></li><li><a href="../news/2018.html">2018</a></li><li><a href="../news/2017.html">2017</a></li><li><a href="../news/2016.html">2016</a></li><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>2021 News and Status</h2><h3 id="2021_News_&_Status">2021 News & Status</h3><div class="text"> + <div class="subsection"><h4 id="20210406">6 Apr 2021 - TC-Native-1.2.28 released</h4><div class="text"> + <p>The Apache Tomcat team is proud to announce the immediate availability of + Tomcat Native 1.2.28. This is a bugfix release. + </p> + </div></div> +</div><h3 id="2021_News_&_Status">2021 News & Status</h3><div class="text"> <div class="subsection"><h4 id="20210329">29 Mar 2021 - TC-Native-1.2.27 released</h4><div class="text"> <p>The Apache Tomcat team is proud to announce the immediate availability of Tomcat Native 1.2.27. This is a bugfix release. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org