Author: markt
Date: Tue Mar 10 10:19:44 2026
New Revision: 1932252

Log:
Update site for Tomcat Native 2.0.14 release

Modified:
   tomcat/site/trunk/docs/download-native.html
   tomcat/site/trunk/docs/index.html
   tomcat/site/trunk/docs/native-doc/index.html
   tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html
   tomcat/site/trunk/docs/native-doc/news/2026.html
   tomcat/site/trunk/docs/oldnews.html
   tomcat/site/trunk/xdocs/download-native.xml
   tomcat/site/trunk/xdocs/index.xml
   tomcat/site/trunk/xdocs/oldnews.xml

Modified: tomcat/site/trunk/docs/download-native.html
==============================================================================
--- tomcat/site/trunk/docs/download-native.html Tue Mar 10 09:20:45 2026        
(r1932251)
+++ tomcat/site/trunk/docs/download-native.html Tue Mar 10 10:19:44 2026        
(r1932252)
@@ -10,7 +10,7 @@
       archive download site</a>.</p>
     </div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text">
       
-[define v]2.0.13[end]
+[define v]2.0.14[end]
 [define vo]3.5.5[end]
 [define w]1.3.6[end]
 [define wo]3.0.19[end]

Modified: tomcat/site/trunk/docs/index.html
==============================================================================
--- tomcat/site/trunk/docs/index.html   Tue Mar 10 09:20:45 2026        
(r1932251)
+++ tomcat/site/trunk/docs/index.html   Tue Mar 10 10:19:44 2026        
(r1932252)
@@ -31,22 +31,20 @@ these users and their stories are listed
 <a 
href="https://cwiki.apache.org/confluence/display/TOMCAT/PoweredBy";>PoweredBy</a>
 wiki page.</p>
 
-</div><h3 id="Tomcat_Native_2.0.13_Released"><span 
class="pull-right">2026-02-11</span> Tomcat Native 2.0.13 Released</h3><div 
class="text">
+</div><h3 id="Tomcat_Native_2.0.14_Released"><span 
class="pull-right">2026-03-10</span> Tomcat Native 2.0.14 Released</h3><div 
class="text">
 <p>
-The Apache Tomcat Project is proud to announce the release of version 2.0.13 of
-Tomcat Native. The notable changes compared to 2.0.12 include:
+The Apache Tomcat Project is proud to announce the release of version 2.0.14 of
+Tomcat Native. The notable changes compared to 2.0.13 include:
 </p>
 <ul>
-<li>Fix a crash when compiled with OpenSSL 3.0.x and using a certificate PEM
-    file does not contain explicit DH parameters.</li>
-<li>Refactor the setting of OCSP defaults so they always apply, even
-    when using older versions of Tomcat.</li>
-<li>The windows binaries in this release have been built with OpenSSL
-    3.5.5 and APR 1.7.6</li> 
+<li>Fix build failures with OpenSSL 4.0.x.</li>
+<li>Fix the handling of OCSP requests with multiple responder URIs.</li>
+<li>Fix the handling of TRY_AGAIN responses to OCSP requests when soft fail is
+    disabled.</li> 
 </ul>
 <p>
   Full details of these changes, and all the other changes, are available in 
the
-  <a href="native-doc/miscellaneous/changelog.html#2.0.13">Tomcat Native 2.0
+  <a href="native-doc/miscellaneous/changelog.html#2.0.14">Tomcat Native 2.0
   changelog</a>.
 </p>
 <p style="text-align: center;">

Modified: tomcat/site/trunk/docs/native-doc/index.html
==============================================================================
--- tomcat/site/trunk/docs/native-doc/index.html        Tue Mar 10 09:20:45 
2026        (r1932251)
+++ tomcat/site/trunk/docs/native-doc/index.html        Tue Mar 10 10:19:44 
2026        (r1932252)
@@ -10,10 +10,10 @@
 </div><h3 id="Headlines">Headlines</h3><div class="text">
 <ul>
 
-<li><a href="news/2026.html#20260211">11 February 2026 - 
<b>Tomcat-Native-2.0.13
+<li><a href="news/2026.html#20260310">10 March 2026 - <b>Tomcat-Native-2.0.14
 released</b></a>
 <p>The Apache Tomcat team is proud to announce the immediate availability of
-Tomcat Native 2.0.13 Stable.</p>
+Tomcat Native 2.0.14 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
==============================================================================
--- tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html      Tue Mar 
10 09:20:45 2026        (r1932251)
+++ tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html      Tue Mar 
10 10:19:44 2026        (r1932252)
@@ -4,6 +4,20 @@
   This is the Changelog for Apache Tomcat Native 2.0.x. The Tomcat Native 2.0.x
   branch started from the 1.2.33 tag.
   </p>
+</div><h3 id="2.0.14"><span style="float: right;">2026-03-10</span> 
2.0.14</h3><div class="text">
+  <ul class="changelog">
+    <li><img alt="Code: " class="icon" src="../images/code.gif">
+      Refactor access to ASN1_OCTET_STRING to use setters to fix errors when
+      building against the latest OpenSSL 4.0.x code. (markt)
+    </li>
+    <li><img alt="Fix: " class="icon" src="../images/fix.gif">
+      Fix the handling of OCSP requests with multiple responder URIs. (jfclere)
+    </li>
+    <li><img alt="Fix: " class="icon" src="../images/fix.gif">
+      Fix the handling of <code>TRY_AGAIN</code> responses to OCSP requests 
when
+      soft fail is disabled. (jfclere)
+    </li>
+  </ul>
 </div><h3 id="2.0.13"><span style="float: right;">2026-02-11</span> 
2.0.13</h3><div class="text">
   <ul class="changelog">
     <li><img alt="Code: " class="icon" src="../images/code.gif">

Modified: tomcat/site/trunk/docs/native-doc/news/2026.html
==============================================================================
--- tomcat/site/trunk/docs/native-doc/news/2026.html    Tue Mar 10 09:20:45 
2026        (r1932251)
+++ tomcat/site/trunk/docs/native-doc/news/2026.html    Tue Mar 10 10:19:44 
2026        (r1932252)
@@ -1,6 +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 Library 2.0 - News - 2026 News 
and Status</title></head><body><div id="wrapper"><header><div 
id="header"><div><div><div class="logo noPrint"><a 
href="https://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-logo.svg" alt="The Apache Software Foundation" style="width: 
266px; height: 83px;"></a></div><h1>The Apache Tomcat Native Library 2.0 - 
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="../ind
 ex.html">Docs Home</a></li></ul></div><div><h2><strong>Miscellaneous 
Documentation</strong></h2><ul><li><a 
href="../miscellaneous/changelog.html">Changelog</a></li><li><a 
href="../miscellaneous/tls-renegotiation.html">TLS 
renegotiation</a></li></ul></div><div><h2><strong>News</strong></h2><ul><li><a 
href="../news/2026.html">2026</a></li><li><a 
href="../news/2025.html">2025</a></li><li><a 
href="../news/2024.html">2024</a></li><li><a 
href="../news/2023.html">2023</a></li><li><a 
href="../news/2022.html">2022</a></li></ul></div></nav></div></div><div 
id="mainRight"><div id="content"><h2>2026 News and Status</h2><h3 
id="2026_News_&amp;_Status">2026 News &amp; Status</h3><div class="text">
     
+      <div class="subsection"><h4 id="20260310">10 March 2026 - 
Tomcat-Native-2.0.14 released</h4><div class="text">
+        <p>The Apache Tomcat team is proud to announce the immediate
+        availability of Tomcat Native 2.0.14.</p>
+      </div></div>
+
       <div class="subsection"><h4 id="20260211">11 February 2026 - 
Tomcat-Native-2.0.13 released</h4><div class="text">
         <p>The Apache Tomcat team is proud to announce the immediate
         availability of Tomcat Native 2.0.13.</p>

Modified: tomcat/site/trunk/docs/oldnews.html
==============================================================================
--- tomcat/site/trunk/docs/oldnews.html Tue Mar 10 09:20:45 2026        
(r1932251)
+++ tomcat/site/trunk/docs/oldnews.html Tue Mar 10 10:19:44 2026        
(r1932252)
@@ -20,6 +20,27 @@
   <li><a href="oldnews-2011.html">year 2011</a></li>
   <li><a href="oldnews-2010.html">year 2010</a></li>
 </ul>
+</div><h3 id="Tomcat_Native_2.0.13_Released"><span 
class="pull-right">2026-02-11</span> Tomcat Native 2.0.13 Released</h3><div 
class="text">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 2.0.13 of
+Tomcat Native. The notable changes compared to 2.0.12 include:
+</p>
+<ul>
+<li>Fix a crash when compiled with OpenSSL 3.0.x and using a certificate PEM
+    file does not contain explicit DH parameters.</li>
+<li>Refactor the setting of OCSP defaults so they always apply, even
+    when using older versions of Tomcat.</li>
+<li>The windows binaries in this release have been built with OpenSSL
+    3.5.5 and APR 1.7.6</li> 
+</ul>
+<p>
+  Full details of these changes, and all the other changes, are available in 
the
+  <a href="native-doc/miscellaneous/changelog.html#2.0.13">Tomcat Native 2.0
+  changelog</a>.
+</p>
+<p style="text-align: center;">
+<a href="https://tomcat.apache.org/download-native.cgi";>Download</a>
+</p>
 </div><h3 id="Tomcat_Native_1.3.5_Released"><span 
class="pull-right">2026-01-19</span> Tomcat Native 1.3.5 Released</h3><div 
class="text">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 1.3.5 of

Modified: tomcat/site/trunk/xdocs/download-native.xml
==============================================================================
--- tomcat/site/trunk/xdocs/download-native.xml Tue Mar 10 09:20:45 2026        
(r1932251)
+++ tomcat/site/trunk/xdocs/download-native.xml Tue Mar 10 10:19:44 2026        
(r1932252)
@@ -22,7 +22,7 @@
         Define variables to hold the current version numbers.
         Documentation for ezt.py: https://code.google.com/p/ezt/wiki/Syntax
       -->
-[define v]2.0.13[end]
+[define v]2.0.14[end]
 [define vo]3.5.5[end]
 [define w]1.3.6[end]
 [define wo]3.0.19[end]

Modified: tomcat/site/trunk/xdocs/index.xml
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml   Tue Mar 10 09:20:45 2026        
(r1932251)
+++ tomcat/site/trunk/xdocs/index.xml   Tue Mar 10 10:19:44 2026        
(r1932252)
@@ -49,22 +49,20 @@ wiki page.</p>
 
 </section>
 
-<section name="Tomcat Native 2.0.13 Released" rtext="2026-02-11">
+<section name="Tomcat Native 2.0.14 Released" rtext="2026-03-10">
 <p>
-The Apache Tomcat Project is proud to announce the release of version 2.0.13 of
-Tomcat Native. The notable changes compared to 2.0.12 include:
+The Apache Tomcat Project is proud to announce the release of version 2.0.14 of
+Tomcat Native. The notable changes compared to 2.0.13 include:
 </p>
 <ul>
-<li>Fix a crash when compiled with OpenSSL 3.0.x and using a certificate PEM
-    file does not contain explicit DH parameters.</li>
-<li>Refactor the setting of OCSP defaults so they always apply, even
-    when using older versions of Tomcat.</li>
-<li>The windows binaries in this release have been built with OpenSSL
-    3.5.5 and APR 1.7.6</li> 
+<li>Fix build failures with OpenSSL 4.0.x.</li>
+<li>Fix the handling of OCSP requests with multiple responder URIs.</li>
+<li>Fix the handling of TRY_AGAIN responses to OCSP requests when soft fail is
+    disabled.</li> 
 </ul>
 <p>
   Full details of these changes, and all the other changes, are available in 
the
-  <a href="native-doc/miscellaneous/changelog.html#2.0.13">Tomcat Native 2.0
+  <a href="native-doc/miscellaneous/changelog.html#2.0.14">Tomcat Native 2.0
   changelog</a>.
 </p>
 <p style="text-align: center;">

Modified: tomcat/site/trunk/xdocs/oldnews.xml
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml Tue Mar 10 09:20:45 2026        
(r1932251)
+++ tomcat/site/trunk/xdocs/oldnews.xml Tue Mar 10 10:19:44 2026        
(r1932252)
@@ -31,6 +31,29 @@
 </ul>
 </section>
 
+<section name="Tomcat Native 2.0.13 Released" rtext="2026-02-11">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 2.0.13 of
+Tomcat Native. The notable changes compared to 2.0.12 include:
+</p>
+<ul>
+<li>Fix a crash when compiled with OpenSSL 3.0.x and using a certificate PEM
+    file does not contain explicit DH parameters.</li>
+<li>Refactor the setting of OCSP defaults so they always apply, even
+    when using older versions of Tomcat.</li>
+<li>The windows binaries in this release have been built with OpenSSL
+    3.5.5 and APR 1.7.6</li> 
+</ul>
+<p>
+  Full details of these changes, and all the other changes, are available in 
the
+  <a href="native-doc/miscellaneous/changelog.html#2.0.13">Tomcat Native 2.0
+  changelog</a>.
+</p>
+<p style="text-align: center;">
+<a href="download-native.cgi">Download</a>
+</p>
+</section>
+
 <section name="Tomcat Native 1.3.5 Released" rtext="2026-01-19">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 1.3.5 of


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to