Author: markt
Date: Mon Sep  7 20:49:54 2026
New Revision: 1937975

Log:
Update docs for Tomcat Native 2.0.16 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/2026.html

Modified: tomcat/site/trunk/docs/native-doc/index.html
==============================================================================
--- tomcat/site/trunk/docs/native-doc/index.html        Mon Sep  7 20:42:14 
2026        (r1937974)
+++ tomcat/site/trunk/docs/native-doc/index.html        Mon Sep  7 20:49:54 
2026        (r1937975)
@@ -10,10 +10,10 @@
 </div><h3 id="Headlines">Headlines</h3><div class="text">
 <ul>
 
-<li><a href="news/2026.html#20260615">15 June 2026 - <b>Tomcat-Native-2.0.15
+<li><a href="news/2026.html#20260907">7 September June 2026 - 
<b>Tomcat-Native-2.0.16
 released</b></a>
 <p>The Apache Tomcat team is proud to announce the immediate availability of
-Tomcat Native 2.0.15 Stable.</p>
+Tomcat Native 2.0.16 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      Mon Sep 
 7 20:42:14 2026        (r1937974)
+++ tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html      Mon Sep 
 7 20:49:54 2026        (r1937975)
@@ -4,6 +4,70 @@
   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.16"><span style="float: right;">2026-09-07</span> 
2.0.16</h3><div class="text">
+  <ul class="changelog">
+    <li><img alt="Code: " class="icon" src="../images/code.gif">
+      Remove call to ERR_remove_thread_state() from Windows specific code to
+      allow building with OpenSSL 4.0.x. ERR_remove_thread_state() is a no-op
+      in OpenSSL 1.1+ and got removed in OpenSSL 4. (rjung)
+    </li>
+    <li><img alt="Update: " class="icon" src="../images/update.gif">
+      Remove support for Windows build on IA64 architecture (Itanium). (rjung)
+    </li>
+    <li><img alt="Update: " class="icon" src="../images/update.gif">
+      Make x64 the default architecture for Windows build. (rjung)
+    </li>
+    <li><img alt="Update: " class="icon" src="../images/update.gif">
+      Make Windows 10 / 11 the default target version for Windows builds. 
(rjung)
+    </li>
+    <li><img alt="Fix: " class="icon" src="../images/fix.gif">
+      Fix a potential crash when negotiating ALPN. (markt)
+    </li>
+    <li><img alt="Fix: " class="icon" src="../images/fix.gif">
+      If ALPN negotiation fails and failure is configured to use the last 
server
+      protocol in the list, use it rather than the last protocol offered by the
+      client. (markt)
+    </li>
+    <li><img alt="Fix: " class="icon" src="../images/fix.gif">
+      Add support for the extended range of options available from OpenSSL
+      3.0.x. The options flag is now a 64-bit unsigned int (represented by a
+      Java long) rather than a 32-bit unsigned int (represented by a Java 
int). 
+      (markt)
+    </li>
+    <li><img alt="Code: " class="icon" src="../images/code.gif">
+      Remove unused code. (markt)
+    </li>
+    <li><img alt="Fix: " class="icon" src="../images/fix.gif">
+      Ensure that per connection changes to certificate verification settings,
+      e.g. to support client certificate authentication, do not modify the
+      certificate verification settings for other connections. (markt)
+    </li>
+    <li><img alt="Fix: " class="icon" src="../images/fix.gif">
+      Fix a potential crash when configuring raw certificates. (markt)
+    </li>
+    <li><img alt="Fix: " class="icon" src="../images/fix.gif">
+      Avoid a potential crash with very long ALPN protocol names. (markt)
+    </li>
+    <li><img alt="Fix: " class="icon" src="../images/fix.gif">
+      Make the call to a CertificateVerifier more robust. (markt)
+    </li>
+    <li><img alt="Fix: " class="icon" src="../images/fix.gif">
+      Avoid a potential crash when processing OCSP URLs. (markt)
+    </li>
+    <li><img alt="Fix: " class="icon" src="../images/fix.gif">
+      Make the processing of OCSP responses more robust. (markt)
+    </li>
+    <li><img alt="Fix: " class="icon" src="../images/fix.gif">
+      Stricter OCSP handling when soft-fail is disabled. (markt)
+    </li>
+    <li><img alt="Fix: " class="icon" src="../images/fix.gif">
+      Harden against the mis-use of <code>Buffer.address(ByteBuffer)</code>.
+      (markt)
+    </li>
+    <li><img alt="Fix: " class="icon" src="../images/fix.gif">
+      Harden against the mis-use of <code>Pool.destroy(long)</code>. (markt)
+    </li>
+  </ul>
 </div><h3 id="2.0.15"><span style="float: right;">2026-06-15</span> 
2.0.15</h3><div class="text">
   <ul class="changelog">
     <li><img alt="Fix: " class="icon" src="../images/fix.gif">

Modified: tomcat/site/trunk/docs/native-doc/news/2026.html
==============================================================================
--- tomcat/site/trunk/docs/native-doc/news/2026.html    Mon Sep  7 20:42:14 
2026        (r1937974)
+++ tomcat/site/trunk/docs/native-doc/news/2026.html    Mon Sep  7 20:49:54 
2026        (r1937975)
@@ -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="20260907">7 September 2026 - 
Tomcat-Native-2.0.16 released</h4><div class="text">
+        <p>The Apache Tomcat team is proud to announce the immediate
+        availability of Tomcat Native 2.0.16.</p>
+      </div></div>
+
       <div class="subsection"><h4 id="20260615">15 June 2026 - 
Tomcat-Native-2.0.15 released</h4><div class="text">
         <p>The Apache Tomcat team is proud to announce the immediate
         availability of Tomcat Native 2.0.15.</p>


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

Reply via email to