Author: markt
Date: Mon Jun 15 15:17:42 2026
New Revision: 1935361

Log:
Update site for Native 1.3.8 docs

Deleted:
   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/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

Modified: tomcat/site/trunk/docs/native-1.3-doc/index.html
==============================================================================
--- tomcat/site/trunk/docs/native-1.3-doc/index.html    Mon Jun 15 15:06:26 
2026        (r1935360)
+++ tomcat/site/trunk/docs/native-1.3-doc/index.html    Mon Jun 15 15:17:42 
2026        (r1935361)
@@ -28,10 +28,10 @@
 </div><h3 id="Headlines">Headlines</h3><div class="text">
 <ul>
 
-<li><a href="news/2026.html#20260310">10 March 2026 - <b>Tomcat-Native-1.3.7
+<li><a href="news/2026.html#20260615">15 June 2026 - <b>Tomcat-Native-1.3.8
 released</b></a>
 <p>The Apache Tomcat team is proud to announce the immediate availability of
-Tomcat Native 1.3.7 Stable.</p>
+Tomcat Native 1.3.8 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  Mon Jun 
15 15:06:26 2026        (r1935360)
+++ tomcat/site/trunk/docs/native-1.3-doc/miscellaneous/changelog.html  Mon Jun 
15 15:17:42 2026        (r1935361)
@@ -4,6 +4,25 @@
   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.8"><span style="float: right;">2026-06-15</span> 
1.3.8</h3><div class="text">
+  <ul class="changelog">
+    <li><img alt="Fix: " class="icon" src="../images/fix.gif">
+      Fix a memory leak when parsing certificates. Pull request <a 
href="https://github.com/apache/tomcat-native/pull/44";>#44</a>
+      provided by chenjp. (markt)
+    </li>
+    <li><img alt="Fix: " class="icon" src="../images/fix.gif">
+      Fix two potential memory leaks on error paths identified by Copilot.
+      (markt)
+    </li>
+    <li><img alt="Fix: " class="icon" src="../images/fix.gif">
+      <a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=69988";>69988</a>: Fix post 
handshake authentication when Tomcat is
+      configured with a trust store using JSSE style configuration. (markt)
+    </li>
+    <li><img alt="Fix: " class="icon" src="../images/fix.gif">
+      <a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=70102";>70102</a>: Correct 
expected size of tickets when calling
+      <code>SSLContext.setSessionTicketKeys</code>. (markt)
+    </li>
+  </ul>
 </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">

Modified: tomcat/site/trunk/docs/native-1.3-doc/news/2026.html
==============================================================================
--- tomcat/site/trunk/docs/native-1.3-doc/news/2026.html        Mon Jun 15 
15:06:26 2026        (r1935360)
+++ tomcat/site/trunk/docs/native-1.3-doc/news/2026.html        Mon Jun 15 
15:17:42 2026        (r1935361)
@@ -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="20260615">15 June 2026 - 
Tomcat-Native-1.3.8 released</h4><div class="text">
+        <p>The Apache Tomcat team is proud to announce the immediate
+        availability of Tomcat Native 1.3.8.</p>
+      </div></div>
+      
       <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>


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

Reply via email to