Author: markt
Date: Tue Mar 10 10:33:14 2026
New Revision: 1932253

Log:
Update site for Tomcat Native 1.3.7 release

Added:
   tomcat/site/trunk/docs/native-1.3-doc/news/2022.html
   tomcat/site/trunk/docs/native-1.3-doc/news/2023.html
   tomcat/site/trunk/docs/native-1.3-doc/news/2025.html
Modified:
   tomcat/site/trunk/docs/download-native.html
   tomcat/site/trunk/docs/index.html
   tomcat/site/trunk/docs/native-1.3-doc/index.html
   tomcat/site/trunk/docs/native-1.3-doc/miscellaneous/changelog.html
   tomcat/site/trunk/docs/native-1.3-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 10:19:44 2026        
(r1932252)
+++ tomcat/site/trunk/docs/download-native.html Tue Mar 10 10:33:14 2026        
(r1932253)
@@ -12,7 +12,7 @@
       
 [define v]2.0.14[end]
 [define vo]3.5.5[end]
-[define w]1.3.6[end]
+[define w]1.3.7[end]
 [define wo]3.0.19[end]
       <a 
href="https://downloads.apache.org/tomcat/tomcat-connectors/KEYS";>KEYS</a> |
       <a href="#[v]">[v]</a> |

Modified: tomcat/site/trunk/docs/index.html
==============================================================================
--- tomcat/site/trunk/docs/index.html   Tue Mar 10 10:19:44 2026        
(r1932252)
+++ tomcat/site/trunk/docs/index.html   Tue Mar 10 10:33:14 2026        
(r1932253)
@@ -50,16 +50,16 @@ Tomcat Native. The notable changes compa
 <p style="text-align: center;">
 <a href="https://tomcat.apache.org/download-native.cgi";>Download</a>
 </p>
-</div><h3 id="Tomcat_Native_1.3.6_Released"><span 
class="pull-right">2026-02-11</span> Tomcat Native 1.3.6 Released</h3><div 
class="text">
+</div><h3 id="Tomcat_Native_1.3.7_Released"><span 
class="pull-right">2026-03-10</span> Tomcat Native 1.3.7 Released</h3><div 
class="text">
 <p>
-The Apache Tomcat Project is proud to announce the release of version 1.3.6 of
-Tomcat Native. The notable changes compared to 1.3.5 include:
+The Apache Tomcat Project is proud to announce the release of version 1.3.7 of
+Tomcat Native. The notable changes compared to 1.3.6 include:
 </p>
 <ul>
-<li>The windows binaries in this release have been built with OpenSSL 3.0.19 
and
-    APR 1.7.6</li>
-<li>Refactor the setting of OCSP defaults so they always apply, even when using
-    older versions of Tomcat</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

Modified: tomcat/site/trunk/docs/native-1.3-doc/index.html
==============================================================================
--- tomcat/site/trunk/docs/native-1.3-doc/index.html    Tue Mar 10 10:19:44 
2026        (r1932252)
+++ tomcat/site/trunk/docs/native-1.3-doc/index.html    Tue Mar 10 10:33:14 
2026        (r1932253)
@@ -28,10 +28,10 @@
 </div><h3 id="Headlines">Headlines</h3><div class="text">
 <ul>
 
-<li><a href="news/2026.html#20260211">11 February 2026 - <b>Tomcat-Native-1.3.6
+<li><a href="news/2026.html#20260310">10 March 2026 - <b>Tomcat-Native-1.3.7
 released</b></a>
 <p>The Apache Tomcat team is proud to announce the immediate availability of
-Tomcat Native 1.3.6 Stable.</p>
+Tomcat Native 1.3.7 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-1.3-doc/miscellaneous/changelog.html
==============================================================================
--- tomcat/site/trunk/docs/native-1.3-doc/miscellaneous/changelog.html  Tue Mar 
10 10:19:44 2026        (r1932252)
+++ tomcat/site/trunk/docs/native-1.3-doc/miscellaneous/changelog.html  Tue Mar 
10 10:33:14 2026        (r1932253)
@@ -4,6 +4,20 @@
   This is the Changelog for Tomcat Native 1.3.x. The Tomcat Native 1.3.x branch
   started from the 1.2.39 tag.
   </p>
+</div><h3 id="1.3.7"><span style="float: right;">2026-03-10</span> 
1.3.7</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="1.3.6"><span style="float: right;">2026-02-11</span> 
1.3.6</h3><div class="text">
   <ul class="changelog">
     <li><img alt="Code: " class="icon" src="../images/code.gif">

Added: tomcat/site/trunk/docs/native-1.3-doc/news/2022.html
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ tomcat/site/trunk/docs/native-1.3-doc/news/2022.html        Tue Mar 10 
10:33:14 2026        (r1932253)
@@ -0,0 +1,17 @@
+<!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 - 2022 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>2022 News and Status</h2><h3 
id="2022_News_&amp;_Status">2022 News &amp; Status</h3><div class="text">
+    
+      <div class="subsection"><h4 id="20220811">11 November 2022 - 
TC-Native-2.0.2 released</h4><div class="text">
+        <p>The Apache Tomcat team is proud to announce the immediate
+        availability of Tomcat Native 2.0.2.</p>
+      </div></div>
+      
+      <div class="subsection"><h4 id="20220712">12 July 2022 - TC-Native-2.0.1 
released</h4><div class="text">
+        <p>The Apache Tomcat team is proud to announce the immediate
+        availability of Tomcat Native 2.0.1. This is the first release of the
+        2.0.x branch.</p>
+      </div></div>
+      
+    </div></div></div></div></div><footer><div id="footer">
+    Copyright &copy; 2008-2026, The Apache Software Foundation
+  </div></footer></div></body></html>
\ No newline at end of file

Added: tomcat/site/trunk/docs/native-1.3-doc/news/2023.html
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ tomcat/site/trunk/docs/native-1.3-doc/news/2023.html        Tue Mar 10 
10:33:14 2026        (r1932253)
@@ -0,0 +1,26 @@
+<!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 - 2023 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>2023 News and Status</h2><h3 
id="2023_News_&amp;_Status">2023 News &amp; Status</h3><div class="text">
+    
+      <div class="subsection"><h4 id="20231002">2 October 2023 - 
TC-Native-2.0.6 released</h4><div class="text">
+        <p>The Apache Tomcat team is proud to announce the immediate
+        availability of Tomcat Native 2.0.6.</p>
+      </div></div>
+      
+      <div class="subsection"><h4 id="20230807">7 August 2023 - 
TC-Native-2.0.5 released</h4><div class="text">
+        <p>The Apache Tomcat team is proud to announce the immediate
+        availability of Tomcat Native 2.0.5.</p>
+      </div></div>
+      
+      <div class="subsection"><h4 id="20230602">2 June 2023 - TC-Native-2.0.4 
released</h4><div class="text">
+        <p>The Apache Tomcat team is proud to announce the immediate
+        availability of Tomcat Native 2.0.4.</p>
+      </div></div>
+      
+      <div class="subsection"><h4 id="20230213">13 February 2023 - 
TC-Native-2.0.3 released</h4><div class="text">
+        <p>The Apache Tomcat team is proud to announce the immediate
+        availability of Tomcat Native 2.0.3.</p>
+      </div></div>
+      
+    </div></div></div></div></div><footer><div id="footer">
+    Copyright &copy; 2008-2026, The Apache Software Foundation
+  </div></footer></div></body></html>
\ No newline at end of file

Added: tomcat/site/trunk/docs/native-1.3-doc/news/2025.html
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ tomcat/site/trunk/docs/native-1.3-doc/news/2025.html        Tue Mar 10 
10:33:14 2026        (r1932253)
@@ -0,0 +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 - 2025 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>2025 News and Status</h2><h3 
id="2025_News_&amp;_Status">2025 News &amp; Status</h3><div class="text">
+    
+      <div class="subsection"><h4 id="20250529">29 May 2025 - TC-Native-2.0.9 
released</h4><div class="text">
+        <p>The Apache Tomcat team is proud to announce the immediate
+        availability of Tomcat Native 2.0.9.</p>
+      </div></div>
+
+    </div></div></div></div></div><footer><div id="footer">
+    Copyright &copy; 2008-2026, The Apache Software Foundation
+  </div></footer></div></body></html>
\ No newline at end of file

Modified: tomcat/site/trunk/docs/native-1.3-doc/news/2026.html
==============================================================================
--- tomcat/site/trunk/docs/native-1.3-doc/news/2026.html        Tue Mar 10 
10:19:44 2026        (r1932252)
+++ tomcat/site/trunk/docs/native-1.3-doc/news/2026.html        Tue Mar 10 
10:33:14 2026        (r1932253)
@@ -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 1.3 - 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 1.3 - 
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/2024.html">2024</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-1.3.7 released</h4><div class="text">
+        <p>The Apache Tomcat team is proud to announce the immediate
+        availability of Tomcat Native 1.3.7.</p>
+      </div></div>
+      
       <div class="subsection"><h4 id="20260211">11 February 2026 - 
Tomcat-Native-1.3.6 released</h4><div class="text">
         <p>The Apache Tomcat team is proud to announce the immediate
         availability of Tomcat Native 1.3.6.</p>

Modified: tomcat/site/trunk/docs/oldnews.html
==============================================================================
--- tomcat/site/trunk/docs/oldnews.html Tue Mar 10 10:19:44 2026        
(r1932252)
+++ tomcat/site/trunk/docs/oldnews.html Tue Mar 10 10:33:14 2026        
(r1932253)
@@ -41,6 +41,27 @@ Tomcat Native. The notable changes compa
 <p style="text-align: center;">
 <a href="https://tomcat.apache.org/download-native.cgi";>Download</a>
 </p>
+</div><h3 id="Tomcat_Native_1.3.6_Released"><span 
class="pull-right">2026-02-11</span> Tomcat Native 1.3.6 Released</h3><div 
class="text">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 1.3.6 of
+Tomcat Native. The notable changes compared to 1.3.5 include:
+</p>
+<ul>
+<li>The windows binaries in this release have been built with OpenSSL 3.0.19 
and
+    APR 1.7.6</li>
+<li>Refactor the setting of OCSP defaults so they always apply, even when using
+    older versions of Tomcat</li> 
+</ul>
+<p>
+  Full details of these changes, and all the other changes, are available in 
the
+  <a href="native-1.3-doc/miscellaneous/changelog.html#1.3.6">Tomcat Native 1.3
+  changelog</a>.
+</p>
+<p style="text-align: center;">
+  <a href="https://tomcat.apache.org/download-native.cgi";>Download</a>
+</p>
+<p>Note: End of support for Tomcat Native 1.3.x has been
+<a href="tomcat-native-1.3.x-eos.html">announced</a> as 31 March 2027.</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 10:19:44 2026        
(r1932252)
+++ tomcat/site/trunk/xdocs/download-native.xml Tue Mar 10 10:33:14 2026        
(r1932253)
@@ -24,7 +24,7 @@
       -->
 [define v]2.0.14[end]
 [define vo]3.5.5[end]
-[define w]1.3.6[end]
+[define w]1.3.7[end]
 [define wo]3.0.19[end]
       <a 
href="https://downloads.apache.org/tomcat/tomcat-connectors/KEYS";>KEYS</a> |
       <a href="#[v]">[v]</a> |

Modified: tomcat/site/trunk/xdocs/index.xml
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml   Tue Mar 10 10:19:44 2026        
(r1932252)
+++ tomcat/site/trunk/xdocs/index.xml   Tue Mar 10 10:33:14 2026        
(r1932253)
@@ -70,16 +70,16 @@ Tomcat Native. The notable changes compa
 </p>
 </section>
 
-<section name="Tomcat Native 1.3.6 Released" rtext="2026-02-11">
+<section name="Tomcat Native 1.3.7 Released" rtext="2026-03-10">
 <p>
-The Apache Tomcat Project is proud to announce the release of version 1.3.6 of
-Tomcat Native. The notable changes compared to 1.3.5 include:
+The Apache Tomcat Project is proud to announce the release of version 1.3.7 of
+Tomcat Native. The notable changes compared to 1.3.6 include:
 </p>
 <ul>
-<li>The windows binaries in this release have been built with OpenSSL 3.0.19 
and
-    APR 1.7.6</li>
-<li>Refactor the setting of OCSP defaults so they always apply, even when using
-    older versions of Tomcat</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

Modified: tomcat/site/trunk/xdocs/oldnews.xml
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml Tue Mar 10 10:19:44 2026        
(r1932252)
+++ tomcat/site/trunk/xdocs/oldnews.xml Tue Mar 10 10:33:14 2026        
(r1932253)
@@ -54,6 +54,29 @@ Tomcat Native. The notable changes compa
 </p>
 </section>
 
+<section name="Tomcat Native 1.3.6 Released" rtext="2026-02-11">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 1.3.6 of
+Tomcat Native. The notable changes compared to 1.3.5 include:
+</p>
+<ul>
+<li>The windows binaries in this release have been built with OpenSSL 3.0.19 
and
+    APR 1.7.6</li>
+<li>Refactor the setting of OCSP defaults so they always apply, even when using
+    older versions of Tomcat</li> 
+</ul>
+<p>
+  Full details of these changes, and all the other changes, are available in 
the
+  <a href="native-1.3-doc/miscellaneous/changelog.html#1.3.6">Tomcat Native 1.3
+  changelog</a>.
+</p>
+<p style="text-align: center;">
+  <a href="download-native.cgi">Download</a>
+</p>
+<p>Note: End of support for Tomcat Native 1.3.x has been
+<a href="tomcat-native-1.3.x-eos.html">announced</a> as 31 March 2027.</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