Author: markt
Date: Mon Jan 19 10:28:42 2026
New Revision: 1931416

Log:
Update site for Tomcat Native 1.3.5 release

Modified:
   tomcat/site/trunk/docs/download-native.html
   tomcat/site/trunk/docs/index.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 Mon Jan 19 10:25:44 2026        
(r1931415)
+++ tomcat/site/trunk/docs/download-native.html Mon Jan 19 10:28:42 2026        
(r1931416)
@@ -12,7 +12,7 @@
       
 [define v]2.0.12[end]
 [define vo]3.5.4[end]
-[define w]1.3.4[end]
+[define w]1.3.5[end]
 [define wo]3.0.18[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   Mon Jan 19 10:25:44 2026        
(r1931415)
+++ tomcat/site/trunk/docs/index.html   Mon Jan 19 10:28:42 2026        
(r1931416)
@@ -31,37 +31,33 @@ 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.12_Released"><span 
class="pull-right">2026-01-12</span> Tomcat Native 2.0.12 Released</h3><div 
class="text">
+</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 2.0.12 of
-Tomcat Native. The notable changes compared to 2.0.9 include:
+The Apache Tomcat Project is proud to announce the release of version 1.3.5 of
+Tomcat Native. The notable changes compared to 1.3.4 include:
 </p>
 <ul>
-<li>Add support for configuring TLS 1.3 cipher suites</li>
-<li>Expand verification of OCSP responses and provide additional options to
-    configure OCSP behaviour.</li>
-<li>The windows binaries in this release have been built with OpenSSL
-    3.5.4 and APR 1.7.6</li> 
+<li>Fix regression with OCSP and APR/Native connector.</li>
 </ul>
 <p style="text-align: center;">
 <a href="https://tomcat.apache.org/download-native.cgi";>Download</a> |
-<a href="native-doc/miscellaneous/changelog.html">Change log for 2.0.12</a>
+<a href="native-1.3-doc/miscellaneous/changelog.html">Change log for 1.3.4</a>
 </p>
-</div><h3 id="Tomcat_Native_1.3.4_Released"><span 
class="pull-right">2026-01-12</span> Tomcat Native 1.3.4 Released</h3><div 
class="text">
+</div><h3 id="Tomcat_Native_2.0.12_Released"><span 
class="pull-right">2026-01-12</span> Tomcat Native 2.0.12 Released</h3><div 
class="text">
 <p>
-The Apache Tomcat Project is proud to announce the release of version 1.3.4 of
-Tomcat Native. The notable changes compared to 1.3.1 include:
+The Apache Tomcat Project is proud to announce the release of version 2.0.12 of
+Tomcat Native. The notable changes compared to 2.0.9 include:
 </p>
 <ul>
 <li>Add support for configuring TLS 1.3 cipher suites</li>
 <li>Expand verification of OCSP responses and provide additional options to
     configure OCSP behaviour.</li>
 <li>The windows binaries in this release have been built with OpenSSL
-    3.0.18</li> 
+    3.5.4 and APR 1.7.6</li> 
 </ul>
 <p style="text-align: center;">
 <a href="https://tomcat.apache.org/download-native.cgi";>Download</a> |
-<a href="native-1.3-doc/miscellaneous/changelog.html">Change log for 1.3.4</a>
+<a href="native-doc/miscellaneous/changelog.html">Change log for 2.0.12</a>
 </p>
 </div><h3 id="Tomcat_10.1.50_Released"><span 
class="pull-right">2025-12-08</span> Tomcat 10.1.50 Released</h3><div 
class="text">
 <p>

Modified: tomcat/site/trunk/docs/oldnews.html
==============================================================================
--- tomcat/site/trunk/docs/oldnews.html Mon Jan 19 10:25:44 2026        
(r1931415)
+++ tomcat/site/trunk/docs/oldnews.html Mon Jan 19 10:28:42 2026        
(r1931416)
@@ -20,6 +20,22 @@
   <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_1.3.4_Released"><span 
class="pull-right">2026-01-12</span> Tomcat Native 1.3.4 Released</h3><div 
class="text">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 1.3.4 of
+Tomcat Native. The notable changes compared to 1.3.1 include:
+</p>
+<ul>
+<li>Add support for configuring TLS 1.3 cipher suites</li>
+<li>Expand verification of OCSP responses and provide additional options to
+    configure OCSP behaviour.</li>
+<li>The windows binaries in this release have been built with OpenSSL
+    3.0.18</li> 
+</ul>
+<p style="text-align: center;">
+<a href="https://tomcat.apache.org/download-native.cgi";>Download</a> |
+<a href="native-1.3-doc/miscellaneous/changelog.html">Change log for 1.3.4</a>
+</p>
 </div></div></div></div></main><footer id="footer">
     Copyright &copy; 1999-2025, The Apache Software Foundation
     <br>

Modified: tomcat/site/trunk/xdocs/download-native.xml
==============================================================================
--- tomcat/site/trunk/xdocs/download-native.xml Mon Jan 19 10:25:44 2026        
(r1931415)
+++ tomcat/site/trunk/xdocs/download-native.xml Mon Jan 19 10:28:42 2026        
(r1931416)
@@ -24,7 +24,7 @@
       -->
 [define v]2.0.12[end]
 [define vo]3.5.4[end]
-[define w]1.3.4[end]
+[define w]1.3.5[end]
 [define wo]3.0.18[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   Mon Jan 19 10:25:44 2026        
(r1931415)
+++ tomcat/site/trunk/xdocs/index.xml   Mon Jan 19 10:28:42 2026        
(r1931416)
@@ -49,39 +49,35 @@ wiki page.</p>
 
 </section>
 
-<section name="Tomcat Native 2.0.12 Released" rtext="2026-01-12">
+<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 2.0.12 of
-Tomcat Native. The notable changes compared to 2.0.9 include:
+The Apache Tomcat Project is proud to announce the release of version 1.3.5 of
+Tomcat Native. The notable changes compared to 1.3.4 include:
 </p>
 <ul>
-<li>Add support for configuring TLS 1.3 cipher suites</li>
-<li>Expand verification of OCSP responses and provide additional options to
-    configure OCSP behaviour.</li>
-<li>The windows binaries in this release have been built with OpenSSL
-    3.5.4 and APR 1.7.6</li> 
+<li>Fix regression with OCSP and APR/Native connector.</li>
 </ul>
 <p style="text-align: center;">
 <a href="download-native.cgi">Download</a> |
-<a href="native-doc/miscellaneous/changelog.html">Change log for 2.0.12</a>
+<a href="native-1.3-doc/miscellaneous/changelog.html">Change log for 1.3.4</a>
 </p>
 </section>
 
-<section name="Tomcat Native 1.3.4 Released" rtext="2026-01-12">
+<section name="Tomcat Native 2.0.12 Released" rtext="2026-01-12">
 <p>
-The Apache Tomcat Project is proud to announce the release of version 1.3.4 of
-Tomcat Native. The notable changes compared to 1.3.1 include:
+The Apache Tomcat Project is proud to announce the release of version 2.0.12 of
+Tomcat Native. The notable changes compared to 2.0.9 include:
 </p>
 <ul>
 <li>Add support for configuring TLS 1.3 cipher suites</li>
 <li>Expand verification of OCSP responses and provide additional options to
     configure OCSP behaviour.</li>
 <li>The windows binaries in this release have been built with OpenSSL
-    3.0.18</li> 
+    3.5.4 and APR 1.7.6</li> 
 </ul>
 <p style="text-align: center;">
 <a href="download-native.cgi">Download</a> |
-<a href="native-1.3-doc/miscellaneous/changelog.html">Change log for 1.3.4</a>
+<a href="native-doc/miscellaneous/changelog.html">Change log for 2.0.12</a>
 </p>
 </section>
 

Modified: tomcat/site/trunk/xdocs/oldnews.xml
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml Mon Jan 19 10:25:44 2026        
(r1931415)
+++ tomcat/site/trunk/xdocs/oldnews.xml Mon Jan 19 10:28:42 2026        
(r1931416)
@@ -31,5 +31,23 @@
 </ul>
 </section>
 
+<section name="Tomcat Native 1.3.4 Released" rtext="2026-01-12">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 1.3.4 of
+Tomcat Native. The notable changes compared to 1.3.1 include:
+</p>
+<ul>
+<li>Add support for configuring TLS 1.3 cipher suites</li>
+<li>Expand verification of OCSP responses and provide additional options to
+    configure OCSP behaviour.</li>
+<li>The windows binaries in this release have been built with OpenSSL
+    3.0.18</li> 
+</ul>
+<p style="text-align: center;">
+<a href="download-native.cgi">Download</a> |
+<a href="native-1.3-doc/miscellaneous/changelog.html">Change log for 1.3.4</a>
+</p>
+</section>
+
 </body>
 </document>


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

Reply via email to