Author: markt
Date: Tue Jul 12 20:09:46 2022
New Revision: 1902681

URL: http://svn.apache.org/viewvc?rev=1902681&view=rev
Log:
Update docs for Native 2.0.1 release (remainder)

Added:
    tomcat/site/trunk/docs/native-doc/images/
    tomcat/site/trunk/docs/native-doc/images/add.gif   (with props)
    tomcat/site/trunk/docs/native-doc/images/asf-feather.png   (with props)
    tomcat/site/trunk/docs/native-doc/images/code.gif   (with props)
    tomcat/site/trunk/docs/native-doc/images/design.gif   (with props)
    tomcat/site/trunk/docs/native-doc/images/docs-stylesheet.css
    tomcat/site/trunk/docs/native-doc/images/docs.gif   (with props)
    tomcat/site/trunk/docs/native-doc/images/fix.gif   (with props)
    tomcat/site/trunk/docs/native-doc/images/printer.gif   (with props)
    tomcat/site/trunk/docs/native-doc/images/style.css
    tomcat/site/trunk/docs/native-doc/images/tomcat.gif   (with props)
    tomcat/site/trunk/docs/native-doc/images/tomcat.png   (with props)
    tomcat/site/trunk/docs/native-doc/images/update.gif   (with props)
    tomcat/site/trunk/docs/native-doc/images/void.gif   (with props)
    tomcat/site/trunk/docs/native-doc/index.html
    tomcat/site/trunk/docs/native-doc/miscellaneous/
    tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html
    tomcat/site/trunk/docs/native-doc/miscellaneous/tls-renegotiation.html
    tomcat/site/trunk/docs/native-doc/news/
    tomcat/site/trunk/docs/native-doc/news/2008.html
    tomcat/site/trunk/docs/native-doc/news/2009.html
    tomcat/site/trunk/docs/native-doc/news/2010.html
    tomcat/site/trunk/docs/native-doc/news/2011.html
    tomcat/site/trunk/docs/native-doc/news/2012.html
    tomcat/site/trunk/docs/native-doc/news/2013.html
    tomcat/site/trunk/docs/native-doc/news/2014.html
    tomcat/site/trunk/docs/native-doc/news/2015.html
    tomcat/site/trunk/docs/native-doc/news/2016.html
    tomcat/site/trunk/docs/native-doc/news/2017.html
    tomcat/site/trunk/docs/native-doc/news/2018.html
    tomcat/site/trunk/docs/native-doc/news/2019.html
    tomcat/site/trunk/docs/native-doc/news/2020.html
    tomcat/site/trunk/docs/native-doc/news/2021.html
    tomcat/site/trunk/docs/native-doc/news/2022.html

Added: tomcat/site/trunk/docs/native-doc/images/add.gif
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/images/add.gif?rev=1902681&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tomcat/site/trunk/docs/native-doc/images/add.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: tomcat/site/trunk/docs/native-doc/images/asf-feather.png
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/images/asf-feather.png?rev=1902681&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tomcat/site/trunk/docs/native-doc/images/asf-feather.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: tomcat/site/trunk/docs/native-doc/images/code.gif
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/images/code.gif?rev=1902681&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tomcat/site/trunk/docs/native-doc/images/code.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: tomcat/site/trunk/docs/native-doc/images/design.gif
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/images/design.gif?rev=1902681&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tomcat/site/trunk/docs/native-doc/images/design.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: tomcat/site/trunk/docs/native-doc/images/docs-stylesheet.css
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/images/docs-stylesheet.css?rev=1902681&view=auto
==============================================================================
--- tomcat/site/trunk/docs/native-doc/images/docs-stylesheet.css (added)
+++ tomcat/site/trunk/docs/native-doc/images/docs-stylesheet.css Tue Jul 12 
20:09:46 2022
@@ -0,0 +1,297 @@
+@charset "utf-8";
+/*
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+*/
+
+
+/* General style */
+
+body {
+  margin: 0;
+}
+
+body, input {
+  font-family: 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
+  font-size: 10.5pt;
+}
+
+code, pre {
+  font-family: Consolas, monospace;
+}
+
+img {
+  border: 0;
+}
+
+table {
+  border-collapse: collapse;
+  text-align: left;
+}
+table *:not(table) {
+  /* Prevent border-collapsing for table child elements like <div> */
+  border-collapse: separate;
+}
+
+th {
+  text-align: left;
+}
+
+main {
+  /* Remove this once all IEs support <main> element */
+  display: block;
+}
+
+
+/* Layout */
+
+#wrapper {
+  min-width: 400px;
+}
+
+#header {
+  border-bottom: 1px solid #bbb;
+}
+
+@media not print {
+    #header {
+        box-shadow: 0 0 7px #aaa;
+    }
+}
+
+#header > div {
+  padding-left: 15px;
+  padding-right: 15px;
+
+  /* Work-around for old browsers: */
+  background-color: #F8F3E4;
+  background: linear-gradient(to bottom, #ffffff -10%, #F8F3E4 100%);
+  position: relative;
+}
+
+#header .logo {
+  float: left;
+  padding-top: 10px;
+  min-width: 190px;
+}
+
+#header .logo  img{
+  /* To avoid that the Font Descender being added to the parent div's height */
+  vertical-align: middle;
+}
+
+#header .asfLogo {
+  float: right;
+  position: relative;
+  top: 8px;
+}
+
+#header h1 {
+  margin-top: 0.6em;
+  margin-bottom: 0;
+}
+
+#header .versionInfo {
+  font-size: 13pt;
+  margin-bottom: 1em;
+}
+
+#middle {
+  display: table;
+  table-layout: fixed;
+  margin: 0;
+  width: 100%;
+}
+#middle > div { display: table-row; }
+#middle > div > div { display: table-cell; vertical-align: top; }
+
+
+
+#mainLeft {
+  width: 190px;
+}
+
+#mainLeft > div {
+  margin-top: -1px; /* to overwrite border of element above */
+  padding-left: 16px;
+  padding-right: 14px;
+  padding-top: 6px;
+  padding-bottom: 15px;
+  background-color: #F8F3E4;
+  border-right: 1px solid #bbb;
+  border-bottom: 1px solid #bbb;
+  font-size: 10pt;
+  border-bottom-right-radius: 20px;
+  box-shadow: 0 0 5px #aaa;
+}
+
+#mainLeft h2 {
+  margin-bottom: 0.2em;
+  font-size: 1.2em;
+}
+
+#mainLeft ul {
+  padding: 0;
+  margin: 0;
+  list-style-type: none;
+}
+
+#mainLeft ul a {
+  text-indent: -0.6em;
+  padding-left: 1.4em;
+  display: block;
+  text-decoration: none;
+  color: #444;
+}
+#mainLeft ul a:hover {
+  color: #000;
+  background-color: #D1c9b9;
+}
+
+#mainRight {
+  padding-left: 14px;
+  padding-right: 20px;
+
+}
+
+#footer {
+  margin-top: 30px;
+  padding-top: 20px;
+  padding-bottom: 20px;
+  padding-left: 20px;
+  padding-right: 20px;
+  border-top: 1px solid #ccc;
+  color: #444;
+  text-align: center;
+  /* font-style: italic; */
+  font-size: 9pt;
+}
+
+
+/* Content */
+
+#content div.text {
+  padding-left: 1em;
+  padding-left: 1em;
+}
+
+#content h3, #content h4, #content h5, #content h6 {
+  padding-left: 5px;
+  padding-right: 5px;
+  background-color: #eaeaea;
+}
+
+@media not print {
+    #content h3, #content h4, #content h5, #content h6 {
+        border: 1px solid #ccc;
+        border-radius: 4px;
+    }
+}
+
+#content h4, #content h5, #content h6 {
+  background-color: #f6f6f6;
+}
+
+code {
+  background-color: rgb(224,255,255);
+}
+
+div.codeBox pre code, code.attributeName, code.propertyName, code.noHighlight, 
.noHighlight code {
+  background-color: transparent;
+}
+div.codeBox {
+  overflow: auto;
+  margin: 1em 0;
+}
+div.codeBox pre {
+  margin: 0;
+  padding: 4px;
+  border: 1px solid #999;
+  border-radius: 5px;
+  background-color: #eff8ff;
+  display: table; /* To prevent <pre>s from taking the complete available 
width. */
+  /*
+  When it is officially supported, use the following CSS instead of display: 
table
+  to prevent big <pre>s from exceeding the browser window:
+  max-width: available;
+  width: min-content;
+  */
+}
+
+div.codeBox pre.wrap {
+  white-space: pre-wrap;
+}
+
+
+table.defaultTable tr, table.detail-table tr {
+    border: 1px solid #CCC;
+}
+
+table.defaultTable tr:nth-child(even), table.detail-table tr:nth-child(even) {
+    background-color: #FAFBFF;
+}
+
+table.defaultTable tr:nth-child(odd), table.detail-table tr:nth-child(odd) {
+    background-color: #EEEFFF;
+}
+
+table.defaultTable th, table.detail-table th {
+  background-color: #88b;
+  color: #fff;
+}
+
+table.defaultTable th, table.defaultTable td, table.detail-table th, 
table.detail-table td {
+  padding: 5px 8px;
+}
+
+
+p.notice {
+  border: 1px solid rgb(255, 0, 0);
+  background-color: rgb(238, 238, 238);
+  color: rgb(0, 51, 102);
+  padding: 0.5em;
+  margin: 1em 2em 1em 1em;
+}
+
+
+/* Changelog-Styles */
+
+ul.changelog {
+  padding-left: 1em;
+  list-style-type: none;
+}
+
+ul.changelog  li{
+  padding-top: 5px;
+  padding-bottom: 5px;
+}
+
+ul.changelog img {
+  vertical-align: middle
+}
+
+
+/* Printer-only Styles */
+@media print {
+    .noPrint { display: none; }
+    #middle > div > div#mainLeft { display: none; }
+    a { color: inherit; text-decoration: none; }
+}
+
+/* Fix for Comments section which contains a <h4> */
+#comments_thread h1, #comments_thread h2, #comments_thread h3, 
#comments_thread h4, #comments_thread h5, #comments_thread h6 {
+    border: none;
+    background-color: transparent;
+}
\ No newline at end of file

Added: tomcat/site/trunk/docs/native-doc/images/docs.gif
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/images/docs.gif?rev=1902681&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tomcat/site/trunk/docs/native-doc/images/docs.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: tomcat/site/trunk/docs/native-doc/images/fix.gif
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/images/fix.gif?rev=1902681&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tomcat/site/trunk/docs/native-doc/images/fix.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: tomcat/site/trunk/docs/native-doc/images/printer.gif
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/images/printer.gif?rev=1902681&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tomcat/site/trunk/docs/native-doc/images/printer.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: tomcat/site/trunk/docs/native-doc/images/style.css
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/images/style.css?rev=1902681&view=auto
==============================================================================
--- tomcat/site/trunk/docs/native-doc/images/style.css (added)
+++ tomcat/site/trunk/docs/native-doc/images/style.css Tue Jul 12 20:09:46 2022
@@ -0,0 +1,23 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+p.todo {
+    margin-left: 20px;
+    margin-right: 10px;
+    text-align: justify;
+    font-size: smaller;
+}                                  

Added: tomcat/site/trunk/docs/native-doc/images/tomcat.gif
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/images/tomcat.gif?rev=1902681&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tomcat/site/trunk/docs/native-doc/images/tomcat.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: tomcat/site/trunk/docs/native-doc/images/tomcat.png
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/images/tomcat.png?rev=1902681&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tomcat/site/trunk/docs/native-doc/images/tomcat.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: tomcat/site/trunk/docs/native-doc/images/update.gif
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/images/update.gif?rev=1902681&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tomcat/site/trunk/docs/native-doc/images/update.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: tomcat/site/trunk/docs/native-doc/images/void.gif
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/images/void.gif?rev=1902681&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tomcat/site/trunk/docs/native-doc/images/void.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: tomcat/site/trunk/docs/native-doc/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/index.html?rev=1902681&view=auto
==============================================================================
--- tomcat/site/trunk/docs/native-doc/index.html (added)
+++ tomcat/site/trunk/docs/native-doc/index.html Tue Jul 12 20:09:46 2022
@@ -0,0 +1,160 @@
+<!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>Apache Tomcat Native Library - Documentation 
Index</title><meta name="author" content="Jean-Frederic 
Clere"></head><body><div id="wrapper"><header><div id="header"><div><div><div 
class="logo noPrint"><a href="http://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-feather.png" alt="The Apache Software Foundation" 
style="width: 266px; height: 83px;"></a></div><h1>Apache Tomcat Native 
Library</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><l
 i><a href="index.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/2022.html">2022</a></li><li><a 
href="news/2021.html">2021</a></li><li><a 
href="news/2020.html">2020</a></li><li><a 
href="news/2019.html">2019</a></li><li><a 
href="news/2018.html">2018</a></li><li><a 
href="news/2017.html">2017</a></li><li><a 
href="news/2016.html">2016</a></li><li><a 
href="news/2015.html">2015</a></li><li><a 
href="news/2014.html">2014</a></li><li><a 
href="news/2013.html">2013</a></li><li><a 
href="news/2012.html">2012</a></li><li><a 
href="news/2011.html">2011</a></li><li><a 
href="news/2010.html">2010</a></li><li><a 
href="news/2009.html">2009</a></li><li><a 
href="news/2008.html">2008</a></li></ul></div></nav></div></div><div 
id="mainRight"><div id="content
 "><h2>Documentation Index</h2><h3 id="Introduction">Introduction</h3><div 
class="text">
+
+  <p>
+    The Apache Tomcat Native Library is an optional component for use with
+    Apache Tomcat that allows Tomcat to use OpenSSL as a replacement for JSSE
+    to support TLS connections.
+  </p>
+
+</div><h3 id="Headlines">Headlines</h3><div class="text">
+<ul>
+
+<li><a href="news/2022.html#20220509">5 May 2022 - <b>TC-Native-1.2.33
+released</b></a>
+<p>The Apache Tomcat team is proud to announce the immediate availability of
+Tomcat Native 1.2.33 Stable.</p>
+<p>
+The sources and the binaries for selected platforms are available from the
+<a href="../download-native.cgi">Download page</a>.
+</p>
+<p>
+Please see the <a href="miscellaneous/changelog.html">Changelog</a> for a full
+list of changes.
+</p>
+</li>
+</ul>
+</div><h3 id="Building">Building</h3><div class="text">
+<div class="subsection"><h4 id="Requirements">Requirements</h4><div 
class="text">
+    <p>
+      Build tc-native requires three components to be installed:
+    </p>
+      <ul>
+        <li>APR library</li>
+        <li>OpenSSL libraries</li>
+        <li>Java SE Development Kit (JDK)</li>
+      </ul>
+
+    <p>
+      In debian based Linux those dependencies could be installed by something 
like:
+    </p>
+    <div class="codeBox"><pre><code>apt-get install libapr1.0-dev 
libssl-dev</code></pre></div>
+    <p>
+      In rpm based Linux those dependencies could be installed by something 
like:
+    </p>
+    <div class="codeBox"><pre><code>yum install apr-devel 
openssl-devel</code></pre></div>
+</div></div>
+
+<div class="subsection"><h4 id="Building/UNIX">UNIX</h4><div class="text">
+  <p>
+    On all the POSIX systems (Linux, Solaris, HP-UX, AIX etc...) a well-known
+    configure and make is used to build tc-native.<br>
+    In the jni/native runs:
+  </p>
+    <div class="codeBox"><pre><code>./configure --help</code></pre></div>
+    <p>to read the description of all the parameters.</p>
+    <div class="codeBox"><pre><code>./configure --with-apr=$HOME/APR \
+            --with-java-home=$JAVA_HOME \
+            --with-ssl=$HOME/OPENSSL \
+            --prefix=$CATALINA_HOME</code></pre></div>
+  <p>
+    to create the includes and makefiles to be able to build tc-native.<br>
+    Where:<br>
+    <code>$HOME/APR</code> is something like /usr/bin/apr-1-config or the path
+    where apr is installed.<br>
+    <code>$JAVA_HOME</code> is something like /home/jfclere/JAVA/jdk11 or the
+    path to a JDK installation. Any JDK should work but it is advisable to use
+    the same JVM version the JVM you use with Tomcat.<br>
+    <code>$HOME/OPENSSL</code> is the path where OpenSSL is installed.<br>
+    <code>$CATALINA_HOME</code> is the path where the produced libraries will 
be
+    installed. Something like $HOME/apache-tomcat-10.1.0<br>
+    <br>
+    The configure is able to guess most of OpenSSL standard installations.
+    So most of the time the following will be enough:
+  </p>
+    <div class="codeBox"><pre><code>./configure 
--with-apr=/usr/bin/apr-1-config \
+            --with-java-home=/home/jfclere/JAVA/jdk11 \
+            --with-ssl=yes \
+            --prefix=$CATALINA_HOME</code></pre></div>
+  <p>
+    To build the libraries and install them:
+  </p>
+  <div class="codeBox"><pre><code>make &amp;&amp; make 
install</code></pre></div>
+  <p>
+    The libraries will be found in $CATALINA_HOME/lib
+  </p>
+</div></div>
+
+<div class="subsection"><h4 id="Building/Windows">Windows</h4><div 
class="text">
+  <p>
+   Download the Windows sources of tc-native and extract them.
+  </p>
+  <p>
+   Obtain the Windows sources for
+   <a href="http://apr.apache.org/download.cgi";>APR</a> and
+   <a href="https://www.openssl.org/source/";>OpenSSL</a>. Apply the patches 
from
+   native/srclib and build APR and OpenSSL for your platform (X86 or X64).  
+  </p>
+  <p>
+    Build with <div class="codeBox"><pre><code>nmake -f NMAKEMakefile 
WITH_APR=... WITH_OPENSSL=... APR_DECLARE_STATIC=1</code></pre></div>
+  </p>
+  <p>
+    More detailed instructions including the steps to create a standard release
+    distribution are provided on the <a 
href="https://cwiki.apache.org/confluence/display/TOMCAT/Building+the+Tomcat+Native+Connector+binaries+for+Windows";>Wiki</a>.
+  </p>
+</div></div>
+
+</div><h3 id="Install_and_tests">Install and tests</h3><div class="text">
+  <div class="subsection"><h4 id="Configuring_Tomcat">Configuring 
Tomcat</h4><div class="text">
+    <p>
+      Apache Tomcat comes with the <code>AprLifecycleListener</code> enabled
+      by default. Still, you should check your <code>conf/server.xml</code>
+      to ensure that something like the following is present, and uncommented:
+    </p>
+
+    <div class="codeBox"><pre class="wrap"><code>&lt;Listener 
className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" 
/&gt;</code></pre></div>
+    <p>
+      Please see the Apache Tomcat documentation for configuration specifics.
+    </p>
+
+  </div></div>
+
+<div class="subsection"><h4 id="Install_and_tests/UNIX">UNIX</h4><div 
class="text">
+  <p>
+   Edit $CATALINA_HOME/bin/setenv.sh (creating the file if necessary) and add
+   the path to the tc-native libraries to LD_LIBRARY_PATH. Something like:
+  </p>
+  <div 
class="codeBox"><pre><code>LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CATALINA_HOME/lib
+export LD_LIBRARY_PATH</code></pre></div>
+  <p>
+   Start tomcat and check for the messages like these ones:
+  </p>
+   <div class="codeBox"><pre class="wrap"><code>15-Jun-2022 11:06:23.274 INFO 
[main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded 
Apache Tomcat Native library [2.0.0-dev] using APR version [1.7.0]
+15-Jun-2022 11:06:23.298 INFO [main] 
org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL 
successfully initialized [OpenSSL 3.0.4-dev 3 May 2022]</code></pre></div>
+
+  <p>
+    Refer to the tomcat documentation to configure the connectors (See
+    <a 
href="https://tomcat.apache.org/tomcat-10.1-doc/config/http.html";>Tomcat 
10.1.x</a>,
+    <a href="https://tomcat.apache.org/tomcat-9.0-doc/config/http.html";>Tomcat 
9.0.x</a> and 
+    <a href="https://tomcat.apache.org/tomcat-8.5-doc/config/http.html";>Tomcat 
8.5.x</a>)
+  </p>
+</div></div>
+
+<div class="subsection"><h4 id="Install_and_tests/Windows">Windows</h4><div 
class="text">
+  <p>
+    Edit $CATALINA_BASE\bin\setenv.bat (creating the file if necessary) and add
+    the path to the tc-native libraries, apr and OpenSSL to PATH. For example:
+  </p>
+
+  <div class="codeBox"><pre class="wrap"><code>set 
PATH=%PATH;C:\cygwin\home\support\tomcat-native-current-win32-src\jni\native\Debug;C:\cygwin\home\support\tomcat-native-current-win32-src\jni\apr\Debug;C:\OpenSSL\lib\VC</code></pre></div>
+  <p>
+    Start tomcat and check for the messages like these ones:
+  </p>
+   <div class="codeBox"><pre class="wrap"><code>15-Jun-2022 11:06:23.274 INFO 
[main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded 
Apache Tomcat Native library [2.0.0-dev] using APR version [1.7.0]
+15-Jun-2022 11:06:23.298 INFO [main] 
org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL 
successfully initialized [OpenSSL 3.0.4-dev 3 May 2022]</code></pre></div>
+
+</div></div>
+
+</div></div></div></div></div><footer><div id="footer">
+    Copyright &copy; 2008-2022, The Apache Software Foundation
+  </div></footer></div></body></html>
\ No newline at end of file

Added: tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html?rev=1902681&view=auto
==============================================================================
--- tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html (added)
+++ tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html Tue Jul 12 
20:09:46 2022
@@ -0,0 +1,61 @@
+<!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 - Miscellaneous Documentation - 
</title></head><body><div id="wrapper"><header><div id="header"><div><div><div 
class="logo noPrint"><a href="http://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-feather.png" alt="The Apache Software Foundation" 
style="width: 266px; height: 83px;"></a></div><h1>The Apache Tomcat Native - 
Miscellaneous Documentation</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="..
 /index.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/2022.html">2022</a></li><li><a 
href="../news/2021.html">2021</a></li><li><a 
href="../news/2020.html">2020</a></li><li><a 
href="../news/2019.html">2019</a></li><li><a 
href="../news/2018.html">2018</a></li><li><a 
href="../news/2017.html">2017</a></li><li><a 
href="../news/2016.html">2016</a></li><li><a 
href="../news/2015.html">2015</a></li><li><a 
href="../news/2014.html">2014</a></li><li><a 
href="../news/2013.html">2013</a></li><li><a 
href="../news/2012.html">2012</a></li><li><a 
href="../news/2011.html">2011</a></li><li><a 
href="../news/2010.html">2010</a></li><li><a 
href="../news/2009.html">2009</a></li><li><a 
href="../news/2008.html">2008</a></li></ul></div></nav></div><
 /div><div id="mainRight"><div id="content"><h2></h2><h3 
id="Preface">Preface</h3><div class="text">
+  <p>
+  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="Changes_in_2.0.1">Changes in 2.0.1</h3><div class="text">
+  <ul class="changelog">
+    <li><img alt="Update: " class="icon" src="../images/update.gif">
+      Update recommended OpenSSL version to 3.0.5 or later. (markt)
+    </li>
+  </ul>
+</div><h3 id="Changes_in_2.0.0">Changes in 2.0.0</h3><div class="text">
+  <ul class="changelog">
+    <li><img alt="Update: " class="icon" src="../images/update.gif">
+      Update the minimum required version of OpenSSL to 3.0.0 and make it a
+      madatory dependency. (markt)
+    </li>
+    <li><img alt="Update: " class="icon" src="../images/update.gif">
+      Update the minimum required version of APR to 1.7.0. (markt)
+    </li>
+    <li><img alt="Design: " class="icon" src="../images/design.gif">
+      Remove NPN support as NPN was never standardised and browser support was
+      removed in 2019. (markt)
+    </li>
+    <li><img alt="Add: " class="icon" src="../images/add.gif">
+      Add support for using OpenSSL when the FIPS provider is configured as the
+      default provider. (markt)
+    </li>
+    <li><img alt="Design: " class="icon" src="../images/design.gif">
+      Remove all API methods (and supporting code) that are not used by Tomcat
+      10.1.x to support the use of OpenSSL as a replacement for JSSE to provide
+      TLS functionality. (markt)
+    </li>
+    <li><img alt="Docs: " class="icon" src="../images/docs.gif">
+      Document the TLS rengotiation behaviour. (markt)
+    </li>
+    <li><img alt="Update: " class="icon" src="../images/update.gif">
+      Update the minimum required Java version to Java 11. (markt)
+    </li>
+    <li><img alt="Update: " class="icon" src="../images/update.gif">
+      Remove support for Windows 2000, Windows XP, Windows Server 2003, Windows
+      Vista and Windows Server 2008. The minimum Windows version is now Windows
+      7 / Windows Server 2008 R2. (markt)
+    </li>
+    <li><img alt="Docs: " class="icon" src="../images/docs.gif">
+      Add HOWTO-RELEASE.txt that describes the release process. (markt)
+    </li>
+    <li><img alt="Fix: " class="icon" src="../images/fix.gif">
+      Fix the autoconf warnings when creating a release. (markt)
+    </li>
+  </ul>
+</div><h3 id="Changes_in_1.2.x">Changes in 1.2.x</h3><div class="text">
+<p>Please see the <a 
href="../../native-1.2-doc/miscellaneous/changelog.html">1.2.x
+   changelog</a>.</p>
+</div><h3 id="Changes_in_1.1.x">Changes in 1.1.x</h3><div class="text">
+<p>Please see the <a 
href="../../native-1.1-doc/miscellaneous/changelog.html">1.1.x
+   changelog</a>.</p>
+</div></div></div></div></div><footer><div id="footer">
+    Copyright &copy; 2008-2022, The Apache Software Foundation
+  </div></footer></div></body></html>
\ No newline at end of file

Added: tomcat/site/trunk/docs/native-doc/miscellaneous/tls-renegotiation.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/miscellaneous/tls-renegotiation.html?rev=1902681&view=auto
==============================================================================
--- tomcat/site/trunk/docs/native-doc/miscellaneous/tls-renegotiation.html 
(added)
+++ tomcat/site/trunk/docs/native-doc/miscellaneous/tls-renegotiation.html Tue 
Jul 12 20:09:46 2022
@@ -0,0 +1,22 @@
+<!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 - Miscellaneous Documentation - 
</title></head><body><div id="wrapper"><header><div id="header"><div><div><div 
class="logo noPrint"><a href="http://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-feather.png" alt="The Apache Software Foundation" 
style="width: 266px; height: 83px;"></a></div><h1>The Apache Tomcat Native - 
Miscellaneous Documentation</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="..
 /index.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/2022.html">2022</a></li><li><a 
href="../news/2021.html">2021</a></li><li><a 
href="../news/2020.html">2020</a></li><li><a 
href="../news/2019.html">2019</a></li><li><a 
href="../news/2018.html">2018</a></li><li><a 
href="../news/2017.html">2017</a></li><li><a 
href="../news/2016.html">2016</a></li><li><a 
href="../news/2015.html">2015</a></li><li><a 
href="../news/2014.html">2014</a></li><li><a 
href="../news/2013.html">2013</a></li><li><a 
href="../news/2012.html">2012</a></li><li><a 
href="../news/2011.html">2011</a></li><li><a 
href="../news/2010.html">2010</a></li><li><a 
href="../news/2009.html">2009</a></li><li><a 
href="../news/2008.html">2008</a></li></ul></div></nav></div><
 /div><div id="mainRight"><div id="content"><h2></h2><h3 
id="Introduction">Introduction</h3><div class="text">
+  <p>
+  Historically there have been security issues associated with TLS
+  renegotiation. This page describes the renegotiation behaviour of the Tomcat
+  Native library.
+  </p>
+</div><h3 id="Client_initiated_renegotiation">Client initiated 
renegotiation</h3><div class="text">
+  <p>
+  Client initiated renegotiation is disabled. This behaviour is hard-coded and
+  cannot be changed.
+  </p>
+</div><h3 id="Unsafe_legacy_negotiation">Unsafe legacy negotiation</h3><div 
class="text">
+  <p>
+  Support for unsafe legacy negotiation depends on OpenSSL. Unsafe legacy
+  renegotiation is disabled by default and will not be allowed unless the
+  OpenSSL configuration option
+  <code>SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION</code> is set.
+  </p>
+</div></div></div></div></div><footer><div id="footer">
+    Copyright &copy; 2008-2022, The Apache Software Foundation
+  </div></footer></div></body></html>
\ No newline at end of file

Added: tomcat/site/trunk/docs/native-doc/news/2008.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2008.html?rev=1902681&view=auto
==============================================================================
--- tomcat/site/trunk/docs/native-doc/news/2008.html (added)
+++ tomcat/site/trunk/docs/native-doc/news/2008.html Tue Jul 12 20:09:46 2022
@@ -0,0 +1,28 @@
+<!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 - News - 2008 News and 
Status</title></head><body><div id="wrapper"><header><div 
id="header"><div><div><div class="logo noPrint"><a 
href="http://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-feather.png" alt="The Apache Software Foundation" 
style="width: 266px; height: 83px;"></a></div><h1>The Apache Tomcat Native - 
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="../index.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/2022.html">2022</a></li><li><a 
href="../news/2021.html">2021</a></li><li><a 
href="../news/2020.html">2020</a></li><li><a 
href="../news/2019.html">2019</a></li><li><a 
href="../news/2018.html">2018</a></li><li><a 
href="../news/2017.html">2017</a></li><li><a 
href="../news/2016.html">2016</a></li><li><a 
href="../news/2015.html">2015</a></li><li><a 
href="../news/2014.html">2014</a></li><li><a 
href="../news/2013.html">2013</a></li><li><a 
href="../news/2012.html">2012</a></li><li><a 
href="../news/2011.html">2011</a></li><li><a 
href="../news/2010.html">2010</a></li><li><a 
href="../news/2009.html">2009</a></li><li><a 
href="../news/2008.html">2008</a></li></ul></div></nav></div></div><div 
id="mainRight"><
 div id="content"><h2>2008 News and Status</h2><h3 
id="2008_News_&amp;_Status">2008 News &amp; Status</h3><div class="text">
+<div class="subsection"><h4 id="20081118.1">18 November - TC-Native-1.1.16 
released</h4><div class="text">
+<p>The Apache Tomcat team is proud to announce the immediate availability
+of Tomcat Native 1.1.16. This is a stable release adding some bug fixes.
+</p>
+</div></div>
+<div class="subsection"><h4 id="20080911.1">11 September - TC-Native-1.1.15 
released</h4><div class="text">
+<p>The Apache Tomcat team is proud to announce the immediate availability
+of Tomcat Native 1.1.15. This is a stable release adding some bug fixes.
+</p>
+</div></div>
+<div class="subsection"><h4 id="20080704.1">4 July - TC-Native-1.1.14 
released</h4><div class="text">
+<p>The Apache Tomcat team is proud to announce the immediate availability
+of Tomcat Native 1.1.14. This is a stable release adding some bug fixes.
+</p>
+</div></div>
+<div class="subsection"><h4 id="20080115.1">15 February - TC-Native-1.1.13 
released</h4><div class="text">
+<p>The Apache Tomcat team is proud to announce the immediate availability
+of Tomcat Native 1.1.13. This is a stable release adding few new features
+and some bug fixes.
+</p><p>
+ Please see the <a 
href="../../native-1.1-doc/miscellaneous/changelog.html">ChangeLog</a> for a 
full list of changes.
+</p>
+</div></div>
+</div></div></div></div></div><footer><div id="footer">
+    Copyright &copy; 2008-2022, The Apache Software Foundation
+  </div></footer></div></body></html>
\ No newline at end of file

Added: tomcat/site/trunk/docs/native-doc/news/2009.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2009.html?rev=1902681&view=auto
==============================================================================
--- tomcat/site/trunk/docs/native-doc/news/2009.html (added)
+++ tomcat/site/trunk/docs/native-doc/news/2009.html Tue Jul 12 20:09:46 2022
@@ -0,0 +1,12 @@
+<!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 - News - 2009 News and 
Status</title></head><body><div id="wrapper"><header><div 
id="header"><div><div><div class="logo noPrint"><a 
href="http://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-feather.png" alt="The Apache Software Foundation" 
style="width: 266px; height: 83px;"></a></div><h1>The Apache Tomcat Native - 
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="../index.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/2022.html">2022</a></li><li><a 
href="../news/2021.html">2021</a></li><li><a 
href="../news/2020.html">2020</a></li><li><a 
href="../news/2019.html">2019</a></li><li><a 
href="../news/2018.html">2018</a></li><li><a 
href="../news/2017.html">2017</a></li><li><a 
href="../news/2016.html">2016</a></li><li><a 
href="../news/2015.html">2015</a></li><li><a 
href="../news/2014.html">2014</a></li><li><a 
href="../news/2013.html">2013</a></li><li><a 
href="../news/2012.html">2012</a></li><li><a 
href="../news/2011.html">2011</a></li><li><a 
href="../news/2010.html">2010</a></li><li><a 
href="../news/2009.html">2009</a></li><li><a 
href="../news/2008.html">2008</a></li></ul></div></nav></div></div><div 
id="mainRight"><
 div id="content"><h2>2009 News and Status</h2><h3 
id="2009_News_&amp;_Status">2009 News &amp; Status</h3><div class="text">
+<div class="subsection"><h4 id="20091123.1">23 November - TC-Native-1.1.18 
released</h4><div class="text">
+<p>The Apache Tomcat team is proud to announce the immediate availability
+of Tomcat Native 1.1.18. This is a stable release adding some bug fixes.
+</p><p>
+ Please see the <a 
href="../../native-1.1-doc/miscellaneous/changelog.html">ChangeLog</a> for a 
full list of changes.
+</p>
+</div></div>
+</div></div></div></div></div><footer><div id="footer">
+    Copyright &copy; 2008-2022, The Apache Software Foundation
+  </div></footer></div></body></html>
\ No newline at end of file

Added: tomcat/site/trunk/docs/native-doc/news/2010.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2010.html?rev=1902681&view=auto
==============================================================================
--- tomcat/site/trunk/docs/native-doc/news/2010.html (added)
+++ tomcat/site/trunk/docs/native-doc/news/2010.html Tue Jul 12 20:09:46 2022
@@ -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 - News - 2010 News and 
Status</title></head><body><div id="wrapper"><header><div 
id="header"><div><div><div class="logo noPrint"><a 
href="http://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-feather.png" alt="The Apache Software Foundation" 
style="width: 266px; height: 83px;"></a></div><h1>The Apache Tomcat Native - 
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="../index.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/2022.html">2022</a></li><li><a 
href="../news/2021.html">2021</a></li><li><a 
href="../news/2020.html">2020</a></li><li><a 
href="../news/2019.html">2019</a></li><li><a 
href="../news/2018.html">2018</a></li><li><a 
href="../news/2017.html">2017</a></li><li><a 
href="../news/2016.html">2016</a></li><li><a 
href="../news/2015.html">2015</a></li><li><a 
href="../news/2014.html">2014</a></li><li><a 
href="../news/2013.html">2013</a></li><li><a 
href="../news/2012.html">2012</a></li><li><a 
href="../news/2011.html">2011</a></li><li><a 
href="../news/2010.html">2010</a></li><li><a 
href="../news/2009.html">2009</a></li><li><a 
href="../news/2008.html">2008</a></li></ul></div></nav></div></div><div 
id="mainRight"><
 div id="content"><h2>2010 News and Status</h2><h3 
id="2010_News_&amp;_Status">2010 News &amp; Status</h3><div class="text">
+<div class="subsection"><h4 id="20100217.1">17 February - TC-Native-1.1.20 
released</h4><div class="text">
+<p>The Apache Tomcat team is proud to announce the immediate availability
+of Tomcat Native 1.1.20. This is a stable release adding some bug fixes.
+</p>
+</div></div>
+<div class="subsection"><h4 id="20100108.1">8 January - TC-Native-1.1.19 
released</h4><div class="text">
+<p>The Apache Tomcat team is proud to announce the immediate availability
+of Tomcat Native 1.1.19. This is a stable release adding some bug fixes.
+</p><p>
+ Please see the <a 
href="../../native-1.1-doc/miscellaneous/changelog.html">ChangeLog</a> for a 
full list of changes.
+</p>
+</div></div>
+</div></div></div></div></div><footer><div id="footer">
+    Copyright &copy; 2008-2022, The Apache Software Foundation
+  </div></footer></div></body></html>
\ No newline at end of file

Added: tomcat/site/trunk/docs/native-doc/news/2011.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2011.html?rev=1902681&view=auto
==============================================================================
--- tomcat/site/trunk/docs/native-doc/news/2011.html (added)
+++ tomcat/site/trunk/docs/native-doc/news/2011.html Tue Jul 12 20:09:46 2022
@@ -0,0 +1,13 @@
+<!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 - News - 2011 News and 
Status</title></head><body><div id="wrapper"><header><div 
id="header"><div><div><div class="logo noPrint"><a 
href="http://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-feather.png" alt="The Apache Software Foundation" 
style="width: 266px; height: 83px;"></a></div><h1>The Apache Tomcat Native - 
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="../index.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/2022.html">2022</a></li><li><a 
href="../news/2021.html">2021</a></li><li><a 
href="../news/2020.html">2020</a></li><li><a 
href="../news/2019.html">2019</a></li><li><a 
href="../news/2018.html">2018</a></li><li><a 
href="../news/2017.html">2017</a></li><li><a 
href="../news/2016.html">2016</a></li><li><a 
href="../news/2015.html">2015</a></li><li><a 
href="../news/2014.html">2014</a></li><li><a 
href="../news/2013.html">2013</a></li><li><a 
href="../news/2012.html">2012</a></li><li><a 
href="../news/2011.html">2011</a></li><li><a 
href="../news/2010.html">2010</a></li><li><a 
href="../news/2009.html">2009</a></li><li><a 
href="../news/2008.html">2008</a></li></ul></div></nav></div></div><div 
id="mainRight"><
 div id="content"><h2>2011 News and Status</h2><h3 
id="2011_News_&amp;_Status">2011 News &amp; Status</h3><div class="text">
+<div class="subsection"><h4 id="20110808.1">08 August - TC-Native-1.1.22 
released</h4><div class="text">
+<p>The Apache Tomcat team is proud to announce the immediate availability
+of Tomcat Native 1.1.22. This is a stable release adding some bug fixes.
+</p>
+<p>
+ Please see the <a 
href="../../native-1.1-doc/miscellaneous/changelog.html">ChangeLog</a> for a 
full list of changes.
+</p>
+</div></div>
+</div></div></div></div></div><footer><div id="footer">
+    Copyright &copy; 2008-2022, The Apache Software Foundation
+  </div></footer></div></body></html>
\ No newline at end of file

Added: tomcat/site/trunk/docs/native-doc/news/2012.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2012.html?rev=1902681&view=auto
==============================================================================
--- tomcat/site/trunk/docs/native-doc/news/2012.html (added)
+++ tomcat/site/trunk/docs/native-doc/news/2012.html Tue Jul 12 20:09:46 2022
@@ -0,0 +1,23 @@
+<!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 - News - 2012 News and 
Status</title></head><body><div id="wrapper"><header><div 
id="header"><div><div><div class="logo noPrint"><a 
href="http://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-feather.png" alt="The Apache Software Foundation" 
style="width: 266px; height: 83px;"></a></div><h1>The Apache Tomcat Native - 
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="../index.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/2022.html">2022</a></li><li><a 
href="../news/2021.html">2021</a></li><li><a 
href="../news/2020.html">2020</a></li><li><a 
href="../news/2019.html">2019</a></li><li><a 
href="../news/2018.html">2018</a></li><li><a 
href="../news/2017.html">2017</a></li><li><a 
href="../news/2016.html">2016</a></li><li><a 
href="../news/2015.html">2015</a></li><li><a 
href="../news/2014.html">2014</a></li><li><a 
href="../news/2013.html">2013</a></li><li><a 
href="../news/2012.html">2012</a></li><li><a 
href="../news/2011.html">2011</a></li><li><a 
href="../news/2010.html">2010</a></li><li><a 
href="../news/2009.html">2009</a></li><li><a 
href="../news/2008.html">2008</a></li></ul></div></nav></div></div><div 
id="mainRight"><
 div id="content"><h2>2012 News and Status</h2><h3 
id="2012_News_&amp;_Status">2012 News &amp; Status</h3><div class="text">
+<div class="subsection"><h4 id="20120613.1">13 June - TC-Native-1.1.24 
released</h4><div class="text">
+<p>The Apache Tomcat team is proud to announce the immediate availability
+of Tomcat Native 1.1.24. This is a feature-add release adding support for
+per-socket Poller timeouts.
+</p>
+<p>
+ Please see the <a 
href="../../native-1.1-doc/miscellaneous/changelog.html">ChangeLog</a> for a 
full list of changes.
+</p>
+</div></div>
+<div class="subsection"><h4 id="20120302.1">02 March - TC-Native-1.1.23 
released</h4><div class="text">
+<p>The Apache Tomcat team is proud to announce the immediate availability
+of Tomcat Native 1.1.23. This is a stable release adding some bug fixes and
+experimental support for OCSP and PKCS12 certificates.
+</p>
+<p>
+ Please see the <a 
href="../../native-1.1-doc/miscellaneous/changelog.html">ChangeLog</a> for a 
full list of changes.
+</p>
+</div></div>
+</div></div></div></div></div><footer><div id="footer">
+    Copyright &copy; 2008-2022, The Apache Software Foundation
+  </div></footer></div></body></html>
\ No newline at end of file

Added: tomcat/site/trunk/docs/native-doc/news/2013.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2013.html?rev=1902681&view=auto
==============================================================================
--- tomcat/site/trunk/docs/native-doc/news/2013.html (added)
+++ tomcat/site/trunk/docs/native-doc/news/2013.html Tue Jul 12 20:09:46 2022
@@ -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 - News - 2013 News and 
Status</title></head><body><div id="wrapper"><header><div 
id="header"><div><div><div class="logo noPrint"><a 
href="http://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-feather.png" alt="The Apache Software Foundation" 
style="width: 266px; height: 83px;"></a></div><h1>The Apache Tomcat Native - 
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="../index.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/2022.html">2022</a></li><li><a 
href="../news/2021.html">2021</a></li><li><a 
href="../news/2020.html">2020</a></li><li><a 
href="../news/2019.html">2019</a></li><li><a 
href="../news/2018.html">2018</a></li><li><a 
href="../news/2017.html">2017</a></li><li><a 
href="../news/2016.html">2016</a></li><li><a 
href="../news/2015.html">2015</a></li><li><a 
href="../news/2014.html">2014</a></li><li><a 
href="../news/2013.html">2013</a></li><li><a 
href="../news/2012.html">2012</a></li><li><a 
href="../news/2011.html">2011</a></li><li><a 
href="../news/2010.html">2010</a></li><li><a 
href="../news/2009.html">2009</a></li><li><a 
href="../news/2008.html">2008</a></li></ul></div></nav></div></div><div 
id="mainRight"><
 div id="content"><h2>2013 News and Status</h2><h3 
id="2013_News_&amp;_Status">2013 News &amp; Status</h3><div class="text">
+<div class="subsection"><h4 id="20131015.1">15 October - TC-Native-1.1.29 
released</h4><div class="text">
+<p>The Apache Tomcat team is proud to announce the immediate availability
+of Tomcat Native 1.1.29. This is a bug fixing release.
+</p>
+</div></div>
+<div class="subsection"><h4 id="20130916.1">16 September - TC-Native-1.1.28 
released</h4><div class="text">
+<p>The Apache Tomcat team is proud to announce the immediate availability
+of Tomcat Native 1.1.28. This is a bug fixing release.
+</p>
+<p>
+ Please see the <a 
href="../../native-1.1-doc/miscellaneous/changelog.html">ChangeLog</a> for a 
full list of changes.
+</p>
+</div></div>
+<div class="subsection"><h4 id="20130212.1">12 February - TC-Native-1.1.27 
released</h4><div class="text">
+<p>The Apache Tomcat team is proud to announce the immediate availability
+of Tomcat Native 1.1.27. This is a bug fixing release.
+</p>
+<p>
+ Please see the <a 
href="../../native-1.1-doc/miscellaneous/changelog.html">ChangeLog</a> for a 
full list of changes.
+</p>
+</div></div>
+</div></div></div></div></div><footer><div id="footer">
+    Copyright &copy; 2008-2022, The Apache Software Foundation
+  </div></footer></div></body></html>
\ No newline at end of file

Added: tomcat/site/trunk/docs/native-doc/news/2014.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2014.html?rev=1902681&view=auto
==============================================================================
--- tomcat/site/trunk/docs/native-doc/news/2014.html (added)
+++ tomcat/site/trunk/docs/native-doc/news/2014.html Tue Jul 12 20:09:46 2022
@@ -0,0 +1,23 @@
+<!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 - News - 2014 News and 
Status</title></head><body><div id="wrapper"><header><div 
id="header"><div><div><div class="logo noPrint"><a 
href="http://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-feather.png" alt="The Apache Software Foundation" 
style="width: 266px; height: 83px;"></a></div><h1>The Apache Tomcat Native - 
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="../index.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/2022.html">2022</a></li><li><a 
href="../news/2021.html">2021</a></li><li><a 
href="../news/2020.html">2020</a></li><li><a 
href="../news/2019.html">2019</a></li><li><a 
href="../news/2018.html">2018</a></li><li><a 
href="../news/2017.html">2017</a></li><li><a 
href="../news/2016.html">2016</a></li><li><a 
href="../news/2015.html">2015</a></li><li><a 
href="../news/2014.html">2014</a></li><li><a 
href="../news/2013.html">2013</a></li><li><a 
href="../news/2012.html">2012</a></li><li><a 
href="../news/2011.html">2011</a></li><li><a 
href="../news/2010.html">2010</a></li><li><a 
href="../news/2009.html">2009</a></li><li><a 
href="../news/2008.html">2008</a></li></ul></div></nav></div></div><div 
id="mainRight"><
 div id="content"><h2>2014 News and Status</h2><h3 
id="2014_News_&amp;_Status">2014 News &amp; Status</h3><div class="text">
+ <div class="subsection"><h4 id="20141023.1">23 October 2014 - 
TC-Native-1.1.32 released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability
+  of Tomcat Native 1.1.32. This release add support for TLSv1.1 and TLSv1.2 and
+  includes Windows binaries built with OpenSSL 1.0.1j and APR 1.5.1.
+  </p>
+ </div></div>    
+ <div class="subsection"><h4 id="20140707.1">7 July 2014 - TC-Native-1.1.31 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability
+  of Tomcat Native 1.1.31. This is a bug fixing release and includes Windows
+  binaries built with OpenSSL 1.0.1h.
+  </p>
+ </div></div>    
+ <div class="subsection"><h4 id="20140415.1">15 April - TC-Native-1.1.30 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability
+  of Tomcat Native 1.1.30. This is a bug fixing release with added support for
+  EC ciphers if supported by OpenSSL.
+  </p>
+ </div></div>
+</div></div></div></div></div><footer><div id="footer">
+    Copyright &copy; 2008-2022, The Apache Software Foundation
+  </div></footer></div></body></html>
\ No newline at end of file

Added: tomcat/site/trunk/docs/native-doc/news/2015.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2015.html?rev=1902681&view=auto
==============================================================================
--- tomcat/site/trunk/docs/native-doc/news/2015.html (added)
+++ tomcat/site/trunk/docs/native-doc/news/2015.html Tue Jul 12 20:09:46 2022
@@ -0,0 +1,30 @@
+<!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 - News - 2015 News and 
Status</title></head><body><div id="wrapper"><header><div 
id="header"><div><div><div class="logo noPrint"><a 
href="http://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-feather.png" alt="The Apache Software Foundation" 
style="width: 266px; height: 83px;"></a></div><h1>The Apache Tomcat Native - 
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="../index.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/2022.html">2022</a></li><li><a 
href="../news/2021.html">2021</a></li><li><a 
href="../news/2020.html">2020</a></li><li><a 
href="../news/2019.html">2019</a></li><li><a 
href="../news/2018.html">2018</a></li><li><a 
href="../news/2017.html">2017</a></li><li><a 
href="../news/2016.html">2016</a></li><li><a 
href="../news/2015.html">2015</a></li><li><a 
href="../news/2014.html">2014</a></li><li><a 
href="../news/2013.html">2013</a></li><li><a 
href="../news/2012.html">2012</a></li><li><a 
href="../news/2011.html">2011</a></li><li><a 
href="../news/2010.html">2010</a></li><li><a 
href="../news/2009.html">2009</a></li><li><a 
href="../news/2008.html">2008</a></li></ul></div></nav></div></div><div 
id="mainRight"><
 div id="content"><h2>2015 News and Status</h2><h3 
id="2015_News_&amp;_Status">2015 News &amp; Status</h3><div class="text">
+ <div class="subsection"><h4 id="20151215">12 Dec 2015 - TC-Native-1.2.3 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability
+  of Tomcat Native 1.2.3. This is a bug fix release and includes Windows
+  binaries built with OpenSSL 1.0.2e and APR 1.5.1.
+  </p>
+ </div></div>
+ <div class="subsection"><h4 id="20151109">9 Nov 2015 - TC-Native-1.2.2 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability
+  of Tomcat Native 1.2.2. This is a bug fix release and includes Windows
+  binaries built with OpenSSL 1.0.2d and APR 1.5.1.
+  </p>
+ </div></div>
+ <div class="subsection"><h4 id="20151028">28 Oct 2015 - TC-Native-1.2.0 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability
+  of Tomcat Native 1.2.0. This is the first release of the 1.2.x series that
+  provides ALPN, SNI and OpenSSl BIO support. It includes Windows binaries 
built
+  with OpenSSL 1.0.2d and APR 1.5.1.
+  </p>
+ </div></div>
+ <div class="subsection"><h4 id="20150323.1">23 March 2015 - TC-Native-1.1.33 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability
+  of Tomcat Native 1.1.33. This is a bug fixing release and includes Windows
+  binaries built with OpenSSL 1.0.1m and APR 1.5.1.
+  </p>
+ </div></div>    
+</div></div></div></div></div><footer><div id="footer">
+    Copyright &copy; 2008-2022, The Apache Software Foundation
+  </div></footer></div></body></html>
\ No newline at end of file

Added: tomcat/site/trunk/docs/native-doc/news/2016.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2016.html?rev=1902681&view=auto
==============================================================================
--- tomcat/site/trunk/docs/native-doc/news/2016.html (added)
+++ tomcat/site/trunk/docs/native-doc/news/2016.html Tue Jul 12 20:09:46 2022
@@ -0,0 +1,43 @@
+<!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 - News - 2016 News and 
Status</title></head><body><div id="wrapper"><header><div 
id="header"><div><div><div class="logo noPrint"><a 
href="http://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-feather.png" alt="The Apache Software Foundation" 
style="width: 266px; height: 83px;"></a></div><h1>The Apache Tomcat Native - 
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="../index.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/2022.html">2022</a></li><li><a 
href="../news/2021.html">2021</a></li><li><a 
href="../news/2020.html">2020</a></li><li><a 
href="../news/2019.html">2019</a></li><li><a 
href="../news/2018.html">2018</a></li><li><a 
href="../news/2017.html">2017</a></li><li><a 
href="../news/2016.html">2016</a></li><li><a 
href="../news/2015.html">2015</a></li><li><a 
href="../news/2014.html">2014</a></li><li><a 
href="../news/2013.html">2013</a></li><li><a 
href="../news/2012.html">2012</a></li><li><a 
href="../news/2011.html">2011</a></li><li><a 
href="../news/2010.html">2010</a></li><li><a 
href="../news/2009.html">2009</a></li><li><a 
href="../news/2008.html">2008</a></li></ul></div></nav></div></div><div 
id="mainRight"><
 div id="content"><h2>2016 News and Status</h2><h3 
id="2016_News_&amp;_Status">2016 News &amp; Status</h3><div class="text">
+ <div class="subsection"><h4 id="20161005">5 October 2016 - TC-Native-1.2.10 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability
+  of Tomcat Native 1.2.10. This is a release to update dependencies for the
+  Windows binaries and includes Windows binaries built with OpenSSL 1.0.2j and
+  APR 1.5.2.
+  </p>
+ </div></div>
+ <div class="subsection"><h4 id="20160702">2 July 2016 - TC-Native-1.2.8 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability
+  of Tomcat Native 1.2.8. This is a bug fix release release and includes 
Windows
+  binaries built with OpenSSL 1.0.2h and APR 1.5.2.
+  </p>
+ </div></div>
+ <div class="subsection"><h4 id="20160508">8 May 2016 - TC-Native-1.2.7 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability
+  of Tomcat Native 1.2.7. This is a release to update dependencies for the
+  Windows binaries and includes Windows binaries built with OpenSSL 1.0.2h and
+  APR 1.5.2.
+  </p>
+ </div></div>
+ <div class="subsection"><h4 id="20160426">26 Apr 2016 - TC-Native-1.2.6 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability
+  of Tomcat Native 1.2.6. This is a bug fix release and includes Windows
+  binaries built with OpenSSL 1.0.2g and APR 1.5.2.
+  </p>
+ </div></div>
+ <div class="subsection"><h4 id="20160307">7 Mar 2016 - TC-Native-1.2.5 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability
+  of Tomcat Native 1.2.5. This is a bug fix release and includes Windows
+  binaries built with OpenSSL 1.0.2g and APR 1.5.1.
+  </p>
+ </div></div>
+ <div class="subsection"><h4 id="20160111">11 Jan 2016 - TC-Native-1.2.4 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability
+  of Tomcat Native 1.2.4. This is a bug fix release and includes Windows
+  binaries built with OpenSSL 1.0.2e and APR 1.5.1.
+  </p>
+ </div></div>
+</div></div></div></div></div><footer><div id="footer">
+    Copyright &copy; 2008-2022, The Apache Software Foundation
+  </div></footer></div></body></html>
\ No newline at end of file

Added: tomcat/site/trunk/docs/native-doc/news/2017.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2017.html?rev=1902681&view=auto
==============================================================================
--- tomcat/site/trunk/docs/native-doc/news/2017.html (added)
+++ tomcat/site/trunk/docs/native-doc/news/2017.html Tue Jul 12 20:09:46 2022
@@ -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 - News - 2017 News and 
Status</title></head><body><div id="wrapper"><header><div 
id="header"><div><div><div class="logo noPrint"><a 
href="http://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-feather.png" alt="The Apache Software Foundation" 
style="width: 266px; height: 83px;"></a></div><h1>The Apache Tomcat Native - 
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="../index.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/2022.html">2022</a></li><li><a 
href="../news/2021.html">2021</a></li><li><a 
href="../news/2020.html">2020</a></li><li><a 
href="../news/2019.html">2019</a></li><li><a 
href="../news/2018.html">2018</a></li><li><a 
href="../news/2017.html">2017</a></li><li><a 
href="../news/2016.html">2016</a></li><li><a 
href="../news/2015.html">2015</a></li><li><a 
href="../news/2014.html">2014</a></li><li><a 
href="../news/2013.html">2013</a></li><li><a 
href="../news/2012.html">2012</a></li><li><a 
href="../news/2011.html">2011</a></li><li><a 
href="../news/2010.html">2010</a></li><li><a 
href="../news/2009.html">2009</a></li><li><a 
href="../news/2008.html">2008</a></li></ul></div></nav></div></div><div 
id="mainRight"><
 div id="content"><h2>2017 News and Status</h2><h3 
id="2017_News_&amp;_Status">2017 News &amp; Status</h3><div class="text">
+ <div class="subsection"><h4 id="20171120">20 Nov 2017 - TC-Native-1.2.16 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability of
+  Tomcat Native 1.2.16. This is a bugfix release that also updates the
+  dependencies for the Windows binaries and includes Windows binaries built 
with
+  OpenSSL 1.0.2m and APR 1.6.3.
+  </p>
+ </div></div>
+ <div class="subsection"><h4 id="20170904">4 Sep 2017 - TC-Native-1.2.14 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability
+  of Tomcat Native 1.2.14. This is a bugfix release that also updates the
+  dependencies for the Windows binaries and includes Windows binaries built 
with
+  OpenSSL 1.0.2l and APR 1.6.2.
+  </p>
+ </div></div>
+ <div class="subsection"><h4 id="20170221">21 Feb 2017 - TC-Native-1.2.12 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability
+  of Tomcat Native 1.2.12. This is a release to update dependencies for the
+  Windows binaries and includes Windows binaries built with OpenSSL 1.0.2k and
+  APR 1.5.2.
+  </p>
+ </div></div>
+</div></div></div></div></div><footer><div id="footer">
+    Copyright &copy; 2008-2022, The Apache Software Foundation
+  </div></footer></div></body></html>
\ No newline at end of file

Added: tomcat/site/trunk/docs/native-doc/news/2018.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2018.html?rev=1902681&view=auto
==============================================================================
--- tomcat/site/trunk/docs/native-doc/news/2018.html (added)
+++ tomcat/site/trunk/docs/native-doc/news/2018.html Tue Jul 12 20:09:46 2022
@@ -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 - News - 2018 News and 
Status</title></head><body><div id="wrapper"><header><div 
id="header"><div><div><div class="logo noPrint"><a 
href="http://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-feather.png" alt="The Apache Software Foundation" 
style="width: 266px; height: 83px;"></a></div><h1>The Apache Tomcat Native - 
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="../index.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/2022.html">2022</a></li><li><a 
href="../news/2021.html">2021</a></li><li><a 
href="../news/2020.html">2020</a></li><li><a 
href="../news/2019.html">2019</a></li><li><a 
href="../news/2018.html">2018</a></li><li><a 
href="../news/2017.html">2017</a></li><li><a 
href="../news/2016.html">2016</a></li><li><a 
href="../news/2015.html">2015</a></li><li><a 
href="../news/2014.html">2014</a></li><li><a 
href="../news/2013.html">2013</a></li><li><a 
href="../news/2012.html">2012</a></li><li><a 
href="../news/2011.html">2011</a></li><li><a 
href="../news/2010.html">2010</a></li><li><a 
href="../news/2009.html">2009</a></li><li><a 
href="../news/2008.html">2008</a></li></ul></div></nav></div></div><div 
id="mainRight"><
 div id="content"><h2>2018 News and Status</h2><h3 
id="2018_News_&amp;_Status">2018 News &amp; Status</h3><div class="text">
+ <div class="subsection"><h4 id="20181204">4 Dec 2018 - TC-Native-1.2.19 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability of
+  Tomcat Native 1.2.19. This is a bugfix release that also updates the
+  dependencies for the Windows binaries and includes Windows binaries built
+  with OpenSSL 1.0.2q/APR 1.6.5 and 1.1.1a/APR 1.6.5.
+  </p>
+ </div></div>
+ <div class="subsection"><h4 id="20181020">20 Oct 2018 - TC-Native-1.2.18 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability of
+  Tomcat Native 1.2.18. This is a feature and bugfix release that adds TLSv1.3
+  support when built with OpenSSL 1.1.1. It also includes Windows binaries 
built
+  with OpenSSL 1.0.2p/APR 1.6.5 and 1.1.1/APR 1.6.5.
+  </p>
+ </div></div>
+ <div class="subsection"><h4 id="20180613">13 Jun 2018 - TC-Native-1.2.17 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability of
+  Tomcat Native 1.2.17. This is a bugfix release that also updates the
+  dependencies for the Windows binaries and includes Windows binaries built 
with
+  OpenSSL 1.0.2o and APR 1.6.3.
+  </p>
+ </div></div>
+</div></div></div></div></div><footer><div id="footer">
+    Copyright &copy; 2008-2022, The Apache Software Foundation
+  </div></footer></div></body></html>
\ No newline at end of file

Added: tomcat/site/trunk/docs/native-doc/news/2019.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2019.html?rev=1902681&view=auto
==============================================================================
--- tomcat/site/trunk/docs/native-doc/news/2019.html (added)
+++ tomcat/site/trunk/docs/native-doc/news/2019.html Tue Jul 12 20:09:46 2022
@@ -0,0 +1,15 @@
+<!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 - News - 2019 News and 
Status</title></head><body><div id="wrapper"><header><div 
id="header"><div><div><div class="logo noPrint"><a 
href="http://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-feather.png" alt="The Apache Software Foundation" 
style="width: 266px; height: 83px;"></a></div><h1>The Apache Tomcat Native - 
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="../index.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/2022.html">2022</a></li><li><a 
href="../news/2021.html">2021</a></li><li><a 
href="../news/2020.html">2020</a></li><li><a 
href="../news/2019.html">2019</a></li><li><a 
href="../news/2018.html">2018</a></li><li><a 
href="../news/2017.html">2017</a></li><li><a 
href="../news/2016.html">2016</a></li><li><a 
href="../news/2015.html">2015</a></li><li><a 
href="../news/2014.html">2014</a></li><li><a 
href="../news/2013.html">2013</a></li><li><a 
href="../news/2012.html">2012</a></li><li><a 
href="../news/2011.html">2011</a></li><li><a 
href="../news/2010.html">2010</a></li><li><a 
href="../news/2009.html">2009</a></li><li><a 
href="../news/2008.html">2008</a></li></ul></div></nav></div></div><div 
id="mainRight"><
 div id="content"><h2>2019 News and Status</h2><h3 
id="2019_News_&amp;_Status">2019 News &amp; Status</h3><div class="text">
+ <div class="subsection"><h4 id="20190702">07 Jul 2019 - TC-Native-1.2.23 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability of
+  Tomcat Native 1.2.23. This is a bugfix release.
+  </p>
+ </div></div>
+ <div class="subsection"><h4 id="20190131">31 Jan 2019 - TC-Native-1.2.21 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability of
+  Tomcat Native 1.2.21. This is a bugfix release.
+  </p>
+ </div></div>
+</div></div></div></div></div><footer><div id="footer">
+    Copyright &copy; 2008-2022, The Apache Software Foundation
+  </div></footer></div></body></html>
\ No newline at end of file

Added: tomcat/site/trunk/docs/native-doc/news/2020.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2020.html?rev=1902681&view=auto
==============================================================================
--- tomcat/site/trunk/docs/native-doc/news/2020.html (added)
+++ tomcat/site/trunk/docs/native-doc/news/2020.html Tue Jul 12 20:09:46 2022
@@ -0,0 +1,20 @@
+<!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 - News - 2020 News and 
Status</title></head><body><div id="wrapper"><header><div 
id="header"><div><div><div class="logo noPrint"><a 
href="http://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-feather.png" alt="The Apache Software Foundation" 
style="width: 266px; height: 83px;"></a></div><h1>The Apache Tomcat Native - 
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="../index.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/2022.html">2022</a></li><li><a 
href="../news/2021.html">2021</a></li><li><a 
href="../news/2020.html">2020</a></li><li><a 
href="../news/2019.html">2019</a></li><li><a 
href="../news/2018.html">2018</a></li><li><a 
href="../news/2017.html">2017</a></li><li><a 
href="../news/2016.html">2016</a></li><li><a 
href="../news/2015.html">2015</a></li><li><a 
href="../news/2014.html">2014</a></li><li><a 
href="../news/2013.html">2013</a></li><li><a 
href="../news/2012.html">2012</a></li><li><a 
href="../news/2011.html">2011</a></li><li><a 
href="../news/2010.html">2010</a></li><li><a 
href="../news/2009.html">2009</a></li><li><a 
href="../news/2008.html">2008</a></li></ul></div></nav></div></div><div 
id="mainRight"><
 div id="content"><h2>2020 News and Status</h2><h3 
id="2020_News_&amp;_Status">2020 News &amp; Status</h3><div class="text">
+ <div class="subsection"><h4 id="20201221">21 Dec 2020 - TC-Native-1.2.26 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability of
+  Tomcat Native 1.2.26. This is a bugfix release.
+  </p>
+ </div></div>
+ <div class="subsection"><h4 id="20200903">3 Sep 2020 - TC-Native-1.2.25 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability of
+  Tomcat Native 1.2.25. This is a bugfix release.
+  </p>
+ </div></div>
+ <div class="subsection"><h4 id="20200429">29 Apr 2020 - TC-Native-1.2.24 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability of
+  Tomcat Native 1.2.24. This is a bugfix release.
+  </p>
+ </div></div>
+</div></div></div></div></div><footer><div id="footer">
+    Copyright &copy; 2008-2022, The Apache Software Foundation
+  </div></footer></div></body></html>
\ No newline at end of file

Added: tomcat/site/trunk/docs/native-doc/news/2021.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2021.html?rev=1902681&view=auto
==============================================================================
--- tomcat/site/trunk/docs/native-doc/news/2021.html (added)
+++ tomcat/site/trunk/docs/native-doc/news/2021.html Tue Jul 12 20:09:46 2022
@@ -0,0 +1,25 @@
+<!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 - News - 2021 News and 
Status</title></head><body><div id="wrapper"><header><div 
id="header"><div><div><div class="logo noPrint"><a 
href="http://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-feather.png" alt="The Apache Software Foundation" 
style="width: 266px; height: 83px;"></a></div><h1>The Apache Tomcat Native - 
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="../index.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/2022.html">2022</a></li><li><a 
href="../news/2021.html">2021</a></li><li><a 
href="../news/2020.html">2020</a></li><li><a 
href="../news/2019.html">2019</a></li><li><a 
href="../news/2018.html">2018</a></li><li><a 
href="../news/2017.html">2017</a></li><li><a 
href="../news/2016.html">2016</a></li><li><a 
href="../news/2015.html">2015</a></li><li><a 
href="../news/2014.html">2014</a></li><li><a 
href="../news/2013.html">2013</a></li><li><a 
href="../news/2012.html">2012</a></li><li><a 
href="../news/2011.html">2011</a></li><li><a 
href="../news/2010.html">2010</a></li><li><a 
href="../news/2009.html">2009</a></li><li><a 
href="../news/2008.html">2008</a></li></ul></div></nav></div></div><div 
id="mainRight"><
 div id="content"><h2>2021 News and Status</h2><h3 
id="2021_News_&amp;_Status">2021 News &amp; Status</h3><div class="text">
+ <div class="subsection"><h4 id="20210901">1 Sep 2021 - TC-Native-1.2.31 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability of
+  Tomcat Native 1.2.31. This is a bugfix release.
+  </p>
+ </div></div>
+ <div class="subsection"><h4 id="20210604">4 Jun 2021 - TC-Native-1.2.30 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability of
+  Tomcat Native 1.2.30. This is a bugfix release.
+  </p>
+ </div></div>
+ <div class="subsection"><h4 id="20210406">6 Apr 2021 - TC-Native-1.2.28 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability of
+  Tomcat Native 1.2.28. This is a bugfix release.
+  </p>
+ </div></div>
+ <div class="subsection"><h4 id="20210329">29 Mar 2021 - TC-Native-1.2.27 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability of
+  Tomcat Native 1.2.27. This is a bugfix release.
+  </p>
+ </div></div>
+</div></div></div></div></div><footer><div id="footer">
+    Copyright &copy; 2008-2022, The Apache Software Foundation
+  </div></footer></div></body></html>
\ No newline at end of file

Added: tomcat/site/trunk/docs/native-doc/news/2022.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2022.html?rev=1902681&view=auto
==============================================================================
--- tomcat/site/trunk/docs/native-doc/news/2022.html (added)
+++ tomcat/site/trunk/docs/native-doc/news/2022.html Tue Jul 12 20:09:46 2022
@@ -0,0 +1,15 @@
+<!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 - News - 2022 News and 
Status</title></head><body><div id="wrapper"><header><div 
id="header"><div><div><div class="logo noPrint"><a 
href="http://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-feather.png" alt="The Apache Software Foundation" 
style="width: 266px; height: 83px;"></a></div><h1>The Apache Tomcat Native - 
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="../index.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/2022.html">2022</a></li><li><a 
href="../news/2021.html">2021</a></li><li><a 
href="../news/2020.html">2020</a></li><li><a 
href="../news/2019.html">2019</a></li><li><a 
href="../news/2018.html">2018</a></li><li><a 
href="../news/2017.html">2017</a></li><li><a 
href="../news/2016.html">2016</a></li><li><a 
href="../news/2015.html">2015</a></li><li><a 
href="../news/2014.html">2014</a></li><li><a 
href="../news/2013.html">2013</a></li><li><a 
href="../news/2012.html">2012</a></li><li><a 
href="../news/2011.html">2011</a></li><li><a 
href="../news/2010.html">2010</a></li><li><a 
href="../news/2009.html">2009</a></li><li><a 
href="../news/2008.html">2008</a></li></ul></div></nav></div></div><div 
id="mainRight"><
 div id="content"><h2>2022 News and Status</h2><h3 
id="2021_News_&amp;_Status">2021 News &amp; Status</h3><div class="text">
+ <div class="subsection"><h4 id="20220509">5 May 2022 - TC-Native-1.2.33 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability of
+  Tomcat Native 1.2.33. This is a bugfix release.
+  </p>
+ </div></div>
+ <div class="subsection"><h4 id="20220322">22 Mar 2022 - TC-Native-1.2.32 
released</h4><div class="text">
+  <p>The Apache Tomcat team is proud to announce the immediate availability of
+  Tomcat Native 1.2.32. This is a bugfix release.
+  </p>
+ </div></div>
+</div></div></div></div></div><footer><div id="footer">
+    Copyright &copy; 2008-2022, The Apache Software Foundation
+  </div></footer></div></body></html>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to