Author: markt
Date: Mon Jan 12 11:51:21 2026
New Revision: 1931261
Log:
Update site for release of Tomcat Native 1.3.4
Modified:
tomcat/site/trunk/docs/download-native.html
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/oldnews-2024.html
tomcat/site/trunk/xdocs/download-native.xml
tomcat/site/trunk/xdocs/index.xml
tomcat/site/trunk/xdocs/oldnews-2024.xml
Modified: tomcat/site/trunk/docs/download-native.html
==============================================================================
--- tomcat/site/trunk/docs/download-native.html Mon Jan 12 11:44:45 2026
(r1931260)
+++ tomcat/site/trunk/docs/download-native.html Mon Jan 12 11:51:21 2026
(r1931261)
@@ -12,8 +12,8 @@
[define v]2.0.12[end]
[define vo]3.5.4[end]
-[define w]1.3.1[end]
-[define wo]3.0.14[end]
+[define w]1.3.4[end]
+[define wo]3.0.18[end]
<a
href="https://downloads.apache.org/tomcat/tomcat-connectors/KEYS">KEYS</a> |
<a href="#[v]">[v]</a> |
<a href="#[w]">[w]</a> |
@@ -110,30 +110,18 @@
</div></div>
<div class="subsection"><h4 id="[w]/Binary_Distributions">Binary
Distributions</h4><div class="text">
- <p>Binaries are provided for Microsoft Windows. The Windows binaries
are
- available in two variants. The standard variant is what people usually
- use. This version of the library is included in the Apache Tomcat
- distributions. The OCSP-enabled variant has enabled support for
- verification of client SSL certificates via the OCSP protocol
- (<a
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=45392">45392</a>).</p>
+ <p>Binaries are provided for Microsoft Windows. As of 1.3.4, the
+ Windows binaries all include OCSP support.</p>
<p>Each archive contains <code>tcnative-1.dll</code> for 32-bit (x86)
and 64-bit (x64) CPU architectures. You have to use the DLL that
matches
CPU architecture of JVM that you use to run Tomcat.</p>
<p>These binaries were built with OpenSSL [wo].</p>
<ul>
<li>
- Standard
<a
href="[preferred]tomcat/tomcat-connectors/native/[w]/binaries/tomcat-native-[w]-openssl-[wo]-win32-bin.zip"
rel="nofollow">zip</a>
- - recommended
(<a
href="https://downloads.apache.org/tomcat/tomcat-connectors/native/[w]/binaries/tomcat-native-[w]-openssl-[wo]-win32-bin.zip.asc">PGP</a>,
<a
href="https://downloads.apache.org/tomcat/tomcat-connectors/native/[w]/binaries/tomcat-native-[w]-openssl-[wo]-win32-bin.zip.sha512">SHA512</a>)
</li>
- <li>
- OCSP enabled
- <a
href="[preferred]tomcat/tomcat-connectors/native/[w]/binaries/tomcat-native-[w]-openssl-[wo]-ocsp-win32-bin.zip"
rel="nofollow">zip</a>
- (<a
href="https://downloads.apache.org/tomcat/tomcat-connectors/native/[w]/binaries/tomcat-native-[w]-openssl-[wo]-ocsp-win32-bin.zip.asc">PGP</a>,
- <a
href="https://downloads.apache.org/tomcat/tomcat-connectors/native/[w]/binaries/tomcat-native-[w]-openssl-[wo]-ocsp-win32-bin.zip.sha512">SHA512</a>)
- </li>
</ul>
</div></div>
Modified: tomcat/site/trunk/docs/index.html
==============================================================================
--- tomcat/site/trunk/docs/index.html Mon Jan 12 11:44:45 2026
(r1931260)
+++ tomcat/site/trunk/docs/index.html Mon Jan 12 11:51:21 2026
(r1931261)
@@ -47,6 +47,22 @@ Tomcat Native. The notable changes compa
<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>
</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">
+<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><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>
The Apache Tomcat Project is proud to announce the release of version 10.1.50
@@ -173,22 +189,6 @@ This version fixes a number of bugs foun
<a href="https://tomcat.apache.org/download-connectors.cgi">Download</a> |
<a href="connectors-doc/miscellaneous/changelog.html">ChangeLog for 1.2.50</a>
</p>
-</div><h3 id="Tomcat_Native_1.3.1_Released"><span
class="pull-right">2024-07-24</span> Tomcat Native 1.3.1 Released</h3><div
class="text">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 1.3.1 of
-Tomcat Native. The notable changes compared to 1.3.0 include:
-</p>
-<ul>
-<li>Fix a crash on Windows when SSLContext.setCACertificate() is invoked with a
- null value for caCertificateFile and a non-null value for
- caCertificatePath</li>
-<li>The windows binaries in this release have been built with OpenSSL
- 3.0.14</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.1</a>
-</p>
</div><h3 id="Apache_Standard_Taglib_1.2.5_Released"><span
class="pull-right">2015-03-17</span> Apache Standard Taglib 1.2.5
Released</h3><div class="text">
<p>
The Apache Tomcat Project is proud to announce the release of version 1.2.5 of
Modified: tomcat/site/trunk/docs/oldnews-2024.html
==============================================================================
--- tomcat/site/trunk/docs/oldnews-2024.html Mon Jan 12 11:44:45 2026
(r1931260)
+++ tomcat/site/trunk/docs/oldnews-2024.html Mon Jan 12 11:51:21 2026
(r1931261)
@@ -1,5 +1,5 @@
<!DOCTYPE html SYSTEM "about:legacy-compat">
-<html lang="en"><head><META http-equiv="Content-Type" content="text/html;
charset=UTF-8"><meta name="viewport" content="width=device-width,
initial-scale=1"><link href="res/css/tomcat.css" rel="stylesheet"
type="text/css"><link href="res/css/fonts/fonts.css" rel="stylesheet"
type="text/css"><title>Apache Tomcat® - Old news!</title><meta
name="author" content="Apache Tomcat Project"><script
src="https://www.apachecon.com/event-images/snippet.js"></script></head><body><div
id="wrapper"><header id="header"><div class="clearfix"><div
class="menu-toggler pull-left" tabindex="1"><div
class="hamburger"></div></div><a href="http://tomcat.apache.org/"><img
class="tomcat-logo pull-left noPrint" alt="Tomcat Home"
src="res/images/tomcat.png"></a><h1 class="pull-left">Apache
Tomcat<sup>®</sup></h1><div class="asf-logos pull-right"><a
href="https://www.apache.org/foundation/contributing.html" target="_blank"
class="pull-left"><img
src="https://www.apache.org/images/SupportApache-small.png
" class="support-asf" alt="Support Apache"></a><a
href="http://www.apache.org/" target="_blank" class="pull-left"><img
src="res/images/asf_logo_wide.svg" class="asf-logo" alt="The Apache Software
Foundation"></a></div></div></header><main id="middle"><div><div
id="mainLeft"><div id="nav-wrapper"><form
action="https://www.google.com/search" method="get"><div
class="searchbox"><input value="tomcat.apache.org" name="sitesearch"
type="hidden"><input aria-label="Search text" placeholder="Search…"
required="required" name="q" id="query"
type="search"><button>GO</button></div></form><div class="asfevents"><a
class="acevent" data-format="square"
data-width="150"></a></div><nav><div><h2>Apache Tomcat</h2><ul><li><a
href="./index.html">Home</a></li><li><a
href="./taglibs.html">Taglibs</a></li><li><a href="./maven-plugin.html">Maven
Plugin</a></li></ul></div><div><h2>Download</h2><ul><li><a
href="./whichversion.html">Which version?</a></li><li><a
href="https://tomcat.apache.org/download
-11.cgi">Tomcat 11</a></li><li><a
href="https://tomcat.apache.org/download-10.cgi">Tomcat 10</a></li><li><a
href="https://tomcat.apache.org/download-90.cgi">Tomcat 9</a></li><li><a
href="https://tomcat.apache.org/download-migration.cgi">Tomcat Migration Tool
for Jakarta EE</a></li><li><a
href="https://tomcat.apache.org/download-connectors.cgi">Tomcat
Connectors</a></li><li><a
href="https://tomcat.apache.org/download-native.cgi">Tomcat
Native</a></li><li><a
href="https://tomcat.apache.org/download-taglibs.cgi">Taglibs</a></li><li><a
href="https://archive.apache.org/dist/tomcat/">Archives</a></li></ul></div><div><h2>Documentation</h2><ul><li><a
href="./tomcat-11.0-doc/index.html">Tomcat 11.0</a></li><li><a
href="./tomcat-10.1-doc/index.html">Tomcat 10.1</a></li><li><a
href="./tomcat-9.0-doc/index.html">Tomcat 9.0</a></li><li><a
href="./upgrading.html">Upgrading</a></li><li><a
href="./connectors-doc/index.html">Tomcat Connectors</a></li><li><a
href="./native-doc/index.html">Tomcat Nati
ve 2</a></li><li><a href="./native-1.3-doc/index.html">Tomcat Native
1.3</a></li><li><a
href="https://cwiki.apache.org/confluence/display/TOMCAT">Wiki</a></li><li><a
href="./migration.html">Migration Guide</a></li><li><a
href="./presentations.html">Presentations</a></li><li><a
href="https://cwiki.apache.org/confluence/x/Bi8lBg">Specifications</a></li></ul></div><div><h2>Problems?</h2><ul><li><a
href="./security.html">Security Reports</a></li><li><a
href="./findhelp.html">Find help</a></li><li><a
href="https://cwiki.apache.org/confluence/display/TOMCAT/FAQ">FAQ</a></li><li><a
href="./lists.html">Mailing Lists</a></li><li><a href="./bugreport.html">Bug
Database</a></li><li><a href="./irc.html">IRC</a></li></ul></div><div><h2>Get
Involved</h2><ul><li><a href="./getinvolved.html">Overview</a></li><li><a
href="./source.html">Source code</a></li><li><a
href="./ci.html">Buildbot</a></li><li><a
href="./tools.html">Tools</a></li></ul></div><div><h2>Media</h2><ul><li><a
href="https://twitter.
com/theapachetomcat">Twitter</a></li><li><a
href="https://www.youtube.com/c/ApacheTomcatOfficial">YouTube</a></li><li><a
href="https://blogs.apache.org/tomcat/">Blog</a></li></ul></div><div><h2>Misc</h2><ul><li><a
href="./whoweare.html">Who We Are</a></li><li><a
href="https://www.redbubble.com/people/comdev/works/30885254-apache-tomcat">Swag</a></li><li><a
href="./heritage.html">Heritage</a></li><li><a
href="http://www.apache.org">Apache Home</a></li><li><a
href="./resources.html">Resources</a></li><li><a
href="./contact.html">Contact</a></li><li><a
href="./legal.html">Legal</a></li><li><a
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a></li><li><a
href="https://www.apache.org/foundation/contributing.html">Support
Apache</a></li><li><a
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a
href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a
href="http://www.apache.org/licenses/">License</a></li></ul
></div></nav></div></div><div id="mainRight"><div id="content"><h2
>style="display: none;">Content</h2><h3 id="Older_news">Older news</h3><div
>class="text">
+<html lang="en"><head><META http-equiv="Content-Type" content="text/html;
charset=UTF-8"><meta name="viewport" content="width=device-width,
initial-scale=1"><link href="res/css/tomcat.css" rel="stylesheet"
type="text/css"><link href="res/css/fonts/fonts.css" rel="stylesheet"
type="text/css"><title>Apache Tomcat® - Old news!</title><meta
name="author" content="Apache Tomcat Project"><script
src="https://www.apachecon.com/event-images/snippet.js"></script></head><body><div
id="wrapper"><header id="header"><div class="clearfix"><div
class="menu-toggler pull-left" tabindex="1"><div
class="hamburger"></div></div><a href="http://tomcat.apache.org/"><img
class="tomcat-logo pull-left noPrint" alt="Tomcat Home"
src="res/images/tomcat.png"></a><h1 class="pull-left">Apache
Tomcat<sup>®</sup></h1><div class="asf-logos pull-right"><a
href="https://www.apache.org/foundation/contributing.html" target="_blank"
class="pull-left"><img
src="https://www.apache.org/images/SupportApache-small.png
" class="support-asf" alt="Support Apache"></a><a
href="http://www.apache.org/" target="_blank" class="pull-left"><img
src="res/images/asf_logo_wide.svg" class="asf-logo" alt="The Apache Software
Foundation"></a></div></div></header><main id="middle"><div><div
id="mainLeft"><div id="nav-wrapper"><form
action="https://www.google.com/search" method="get"><div
class="searchbox"><input value="tomcat.apache.org" name="sitesearch"
type="hidden"><input aria-label="Search text" placeholder="Search…"
required="required" name="q" id="query"
type="search"><button>GO</button></div></form><div class="asfevents"><a
class="acevent" data-format="square"
data-width="150"></a></div><nav><div><h2>Apache Tomcat</h2><ul><li><a
href="./index.html">Home</a></li><li><a
href="./taglibs.html">Taglibs</a></li><li><a href="./maven-plugin.html">Maven
Plugin</a></li></ul></div><div><h2>Download</h2><ul><li><a
href="./whichversion.html">Which version?</a></li><li><a
href="https://tomcat.apache.org/download
-11.cgi">Tomcat 11</a></li><li><a
href="https://tomcat.apache.org/download-10.cgi">Tomcat 10</a></li><li><a
href="https://tomcat.apache.org/download-90.cgi">Tomcat 9</a></li><li><a
href="https://tomcat.apache.org/download-migration.cgi">Tomcat Migration Tool
for Jakarta EE</a></li><li><a
href="https://tomcat.apache.org/download-connectors.cgi">Tomcat
Connectors</a></li><li><a
href="https://tomcat.apache.org/download-native.cgi">Tomcat
Native</a></li><li><a
href="https://tomcat.apache.org/download-taglibs.cgi">Taglibs</a></li><li><a
href="https://archive.apache.org/dist/tomcat/">Archives</a></li></ul></div><div><h2>Documentation</h2><ul><li><a
href="./tomcat-11.0-doc/index.html">Tomcat 11.0</a></li><li><a
href="./tomcat-10.1-doc/index.html">Tomcat 10.1</a></li><li><a
href="./tomcat-9.0-doc/index.html">Tomcat 9.0</a></li><li><a
href="./upgrading.html">Upgrading</a></li><li><a
href="./connectors-doc/index.html">Tomcat Connectors</a></li><li><a
href="./native-doc/index.html">Tomcat Nati
ve 2</a></li><li><a href="./native-1.3-doc/index.html">Tomcat Native
1.3</a></li><li><a
href="https://cwiki.apache.org/confluence/display/TOMCAT">Wiki</a></li><li><a
href="./migration.html">Migration Guide</a></li><li><a
href="./presentations.html">Presentations</a></li><li><a
href="https://cwiki.apache.org/confluence/x/Bi8lBg">Specifications</a></li></ul></div><div><h2>Problems?</h2><ul><li><a
href="./security.html">Security Reports</a></li><li><a
href="./findhelp.html">Find help</a></li><li><a
href="https://cwiki.apache.org/confluence/display/TOMCAT/FAQ">FAQ</a></li><li><a
href="./lists.html">Mailing Lists</a></li><li><a href="./bugreport.html">Bug
Database</a></li></ul></div><div><h2>Get Involved</h2><ul><li><a
href="./getinvolved.html">Overview</a></li><li><a href="./source.html">Source
code</a></li><li><a href="./ci.html">Buildbot</a></li><li><a
href="./tools.html">Tools</a></li></ul></div><div><h2>Media</h2><ul><li><a
href="https://twitter.com/theapachetomcat">Twitter</a></li>
<li><a
href="https://www.youtube.com/c/ApacheTomcatOfficial">YouTube</a></li><li><a
href="https://blogs.apache.org/tomcat/">Blog</a></li></ul></div><div><h2>Misc</h2><ul><li><a
href="./whoweare.html">Who We Are</a></li><li><a
href="https://www.redbubble.com/people/comdev/works/30885254-apache-tomcat">Swag</a></li><li><a
href="./heritage.html">Heritage</a></li><li><a
href="http://www.apache.org">Apache Home</a></li><li><a
href="./resources.html">Resources</a></li><li><a
href="./contact.html">Contact</a></li><li><a
href="./legal.html">Legal</a></li><li><a
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a></li><li><a
href="https://www.apache.org/foundation/contributing.html">Support
Apache</a></li><li><a
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a
href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a
href="http://www.apache.org/licenses/">License</a></li></ul></div></nav></div></div><div
id="mai
nRight"><div id="content"><h2 style="display: none;">Content</h2><h3
id="Older_news">Older news</h3><div class="text">
<p>Announcements from previous years can be found here:</p>
<ul>
<li><a href="oldnews.html">year 2025</a></li>
@@ -556,6 +556,22 @@ Tomcat Native. The notable changes compa
<a href="https://tomcat.apache.org/download-native.cgi">Download</a> |
<a href="native-doc/miscellaneous/changelog.html">Change log for 2.0.8</a>
</p>
+</div><h3 id="Tomcat_Native_1.3.1_Released"><span
class="pull-right">2024-07-24</span> Tomcat Native 1.3.1 Released</h3><div
class="text">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 1.3.1 of
+Tomcat Native. The notable changes compared to 1.3.0 include:
+</p>
+<ul>
+<li>Fix a crash on Windows when SSLContext.setCACertificate() is invoked with a
+ null value for caCertificateFile and a non-null value for
+ caCertificatePath</li>
+<li>The windows binaries in this release have been built with OpenSSL
+ 3.0.14</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.1</a>
+</p>
</div><h3 id="Tomcat_10.1.26_Released"><span
class="pull-right">2024-07-12</span> Tomcat 10.1.26 Released</h3><div
class="text">
<p>
The Apache Tomcat Project is proud to announce the release of version 10.1.26
Modified: tomcat/site/trunk/xdocs/download-native.xml
==============================================================================
--- tomcat/site/trunk/xdocs/download-native.xml Mon Jan 12 11:44:45 2026
(r1931260)
+++ tomcat/site/trunk/xdocs/download-native.xml Mon Jan 12 11:51:21 2026
(r1931261)
@@ -24,8 +24,8 @@
-->
[define v]2.0.12[end]
[define vo]3.5.4[end]
-[define w]1.3.1[end]
-[define wo]3.0.14[end]
+[define w]1.3.4[end]
+[define wo]3.0.18[end]
<a
href="https://downloads.apache.org/tomcat/tomcat-connectors/KEYS">KEYS</a> |
<a href="#[v]">[v]</a> |
<a href="#[w]">[w]</a> |
@@ -133,30 +133,18 @@
</subsection>
<subsection name="Binary Distributions">
- <p>Binaries are provided for Microsoft Windows. The Windows binaries
are
- available in two variants. The standard variant is what people usually
- use. This version of the library is included in the Apache Tomcat
- distributions. The OCSP-enabled variant has enabled support for
- verification of client SSL certificates via the OCSP protocol
- (<bug>45392</bug>).</p>
+ <p>Binaries are provided for Microsoft Windows. As of 1.3.4, the
+ Windows binaries all include OCSP support.</p>
<p>Each archive contains <code>tcnative-1.dll</code> for 32-bit (x86)
and 64-bit (x64) CPU architectures. You have to use the DLL that
matches
CPU architecture of JVM that you use to run Tomcat.</p>
<p>These binaries were built with OpenSSL [wo].</p>
<ul>
<li>
- Standard
<a
href="[preferred]tomcat/tomcat-connectors/native/[w]/binaries/tomcat-native-[w]-openssl-[wo]-win32-bin.zip"
rel="nofollow">zip</a>
- - recommended
(<a
href="https://downloads.apache.org/tomcat/tomcat-connectors/native/[w]/binaries/tomcat-native-[w]-openssl-[wo]-win32-bin.zip.asc">PGP</a>,
<a
href="https://downloads.apache.org/tomcat/tomcat-connectors/native/[w]/binaries/tomcat-native-[w]-openssl-[wo]-win32-bin.zip.sha512">SHA512</a>)
</li>
- <li>
- OCSP enabled
- <a
href="[preferred]tomcat/tomcat-connectors/native/[w]/binaries/tomcat-native-[w]-openssl-[wo]-ocsp-win32-bin.zip"
rel="nofollow">zip</a>
- (<a
href="https://downloads.apache.org/tomcat/tomcat-connectors/native/[w]/binaries/tomcat-native-[w]-openssl-[wo]-ocsp-win32-bin.zip.asc">PGP</a>,
- <a
href="https://downloads.apache.org/tomcat/tomcat-connectors/native/[w]/binaries/tomcat-native-[w]-openssl-[wo]-ocsp-win32-bin.zip.sha512">SHA512</a>)
- </li>
</ul>
</subsection>
Modified: tomcat/site/trunk/xdocs/index.xml
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml Mon Jan 12 11:44:45 2026
(r1931260)
+++ tomcat/site/trunk/xdocs/index.xml Mon Jan 12 11:51:21 2026
(r1931261)
@@ -67,6 +67,24 @@ Tomcat Native. The notable changes compa
</p>
</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>
+
<section name="Tomcat 10.1.50 Released" rtext="2025-12-08">
<p>
The Apache Tomcat Project is proud to announce the release of version 10.1.50
@@ -204,24 +222,6 @@ This version fixes a number of bugs foun
</p>
</section>
-<section name="Tomcat Native 1.3.1 Released" rtext="2024-07-24">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 1.3.1 of
-Tomcat Native. The notable changes compared to 1.3.0 include:
-</p>
-<ul>
-<li>Fix a crash on Windows when SSLContext.setCACertificate() is invoked with a
- null value for caCertificateFile and a non-null value for
- caCertificatePath</li>
-<li>The windows binaries in this release have been built with OpenSSL
- 3.0.14</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.1</a>
-</p>
-</section>
-
<section name="Apache Standard Taglib 1.2.5 Released" rtext="2015-03-17">
<p>
The Apache Tomcat Project is proud to announce the release of version 1.2.5 of
Modified: tomcat/site/trunk/xdocs/oldnews-2024.xml
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews-2024.xml Mon Jan 12 11:44:45 2026
(r1931260)
+++ tomcat/site/trunk/xdocs/oldnews-2024.xml Mon Jan 12 11:51:21 2026
(r1931261)
@@ -599,6 +599,23 @@ Tomcat Native. The notable changes compa
<a href="native-doc/miscellaneous/changelog.html">Change log for 2.0.8</a>
</p>
</section>
+<section name="Tomcat Native 1.3.1 Released" rtext="2024-07-24">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 1.3.1 of
+Tomcat Native. The notable changes compared to 1.3.0 include:
+</p>
+<ul>
+<li>Fix a crash on Windows when SSLContext.setCACertificate() is invoked with a
+ null value for caCertificateFile and a non-null value for
+ caCertificatePath</li>
+<li>The windows binaries in this release have been built with OpenSSL
+ 3.0.14</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.1</a>
+</p>
+</section>
<section name="Tomcat 10.1.26 Released" rtext="2024-07-12">
<p>
The Apache Tomcat Project is proud to announce the release of version 10.1.26
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]