You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/03/22 09:08:07 UTC

[tomcat-native] branch main updated: Add release date for Apache Tomcat Native 1.2.32

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git


The following commit(s) were added to refs/heads/main by this push:
     new 0e42873  Add release date for Apache Tomcat Native 1.2.32
0e42873 is described below

commit 0e428734dbd95c2b1b4b5e2493fb100fa80e83af
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Mar 22 09:08:01 2022 +0000

    Add release date for Apache Tomcat Native 1.2.32
---
 xdocs/index.xml                 |  4 ++--
 xdocs/miscellaneous/project.xml |  1 +
 xdocs/news/2022.xml             | 39 +++++++++++++++++++++++++++++++++++++++
 xdocs/news/project.xml          |  1 +
 xdocs/project.xml               |  1 +
 5 files changed, 44 insertions(+), 2 deletions(-)

diff --git a/xdocs/index.xml b/xdocs/index.xml
index cc119b3..8e944a2 100644
--- a/xdocs/index.xml
+++ b/xdocs/index.xml
@@ -60,10 +60,10 @@
 <section name="Headlines">
 <ul>
 
-<li><a href="news/2021.html#20210901">1 Sep 2021 - <b>TC-Native-1.2.31
+<li><a href="news/2022.html#20220322">22 Mar 2022 - <b>TC-Native-1.2.32
 released</b></a>
 <p>The Apache Tomcat team is proud to announce the immediate availability of
-Tomcat Native 1.2.31 Stable.</p>
+Tomcat Native 1.2.32 Stable.</p>
 <p>
 The sources and the binaries for selected platforms are available from the
 <a href="../download-native.cgi">Download page</a>.
diff --git a/xdocs/miscellaneous/project.xml b/xdocs/miscellaneous/project.xml
index 36e85fd..2b97d89 100644
--- a/xdocs/miscellaneous/project.xml
+++ b/xdocs/miscellaneous/project.xml
@@ -34,6 +34,7 @@
     </menu>
 
     <menu name="News">
+        <item name="2022"                       href="../news/2022.html"/>
         <item name="2021"                       href="../news/2021.html"/>
         <item name="2020"                       href="../news/2020.html"/>
         <item name="2019"                       href="../news/2019.html"/>
diff --git a/xdocs/news/2022.xml b/xdocs/news/2022.xml
new file mode 100644
index 0000000..09316a4
--- /dev/null
+++ b/xdocs/news/2022.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="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.
+-->
+<!DOCTYPE document [
+  <!ENTITY project SYSTEM "project.xml">
+]>
+<document url="2022.html">
+
+  &project;
+
+  <properties>
+    <title>2022 News and Status</title>
+  </properties>
+
+<body>
+
+<section name="2021 News &amp; Status">
+ <subsection anchor="20220322" name="22 Mar 2022 - TC-Native-1.2.32 released">
+  <p>The Apache Tomcat team is proud to announce the immediate availability of
+  Tomcat Native 1.2.32. This is a bugfix release.
+  </p>
+ </subsection>
+</section>
+</body>
+</document>
diff --git a/xdocs/news/project.xml b/xdocs/news/project.xml
index 939d6fb..ecb9697 100644
--- a/xdocs/news/project.xml
+++ b/xdocs/news/project.xml
@@ -34,6 +34,7 @@
     </menu>
 
     <menu name="News">
+      <item name="2022" href="../news/2022.html"/>
       <item name="2021" href="../news/2021.html"/>
       <item name="2020" href="../news/2020.html"/>
       <item name="2019" href="../news/2019.html"/>
diff --git a/xdocs/project.xml b/xdocs/project.xml
index 15d0932..c121f0c 100644
--- a/xdocs/project.xml
+++ b/xdocs/project.xml
@@ -34,6 +34,7 @@
     </menu>
 
     <menu name="News">
+      <item name="2022" href="news/2022.html"/>
       <item name="2021" href="news/2021.html"/>
       <item name="2020" href="news/2020.html"/>
       <item name="2019" href="news/2019.html"/>

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