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-connectors.git
commit 20572f572815ce9d6ceacf666de6212d6964f7eb Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Sep 6 16:07:40 2023 +0100 Add info on 1.2.49 release with estimated release date --- xdocs/ajp/project.xml | 2 ++ xdocs/common_howto/project.xml | 2 ++ xdocs/index.xml | 6 ++--- xdocs/miscellaneous/project.xml | 2 ++ xdocs/news/2023.xml | 48 +++++++++++++++++++++++++++++++++++++++ xdocs/news/project.xml | 1 + xdocs/project.xml | 1 + xdocs/reference/project.xml | 3 ++- xdocs/webserver_howto/project.xml | 1 + 9 files changed, 62 insertions(+), 4 deletions(-) diff --git a/xdocs/ajp/project.xml b/xdocs/ajp/project.xml index d3851c4f2..77190d7ec 100644 --- a/xdocs/ajp/project.xml +++ b/xdocs/ajp/project.xml @@ -65,6 +65,8 @@ </menu> <menu name="News"> + <item name="2023" href="../news/2023.html"/> + <item name="2020" href="../news/20200201.html"/> <item name="2018" href="../news/20180301.html"/> <item name="2016" href="../news/20160901.html"/> <item name="2015" href="../news/20150101.html"/> diff --git a/xdocs/common_howto/project.xml b/xdocs/common_howto/project.xml index 141559ab1..ac8f2bcda 100644 --- a/xdocs/common_howto/project.xml +++ b/xdocs/common_howto/project.xml @@ -65,6 +65,8 @@ </menu> <menu name="News"> + <item name="2023" href="../news/2023.html"/> + <item name="2020" href="../news/20200201.html"/> <item name="2018" href="../news/20180301.html"/> <item name="2016" href="../news/20160901.html"/> <item name="2015" href="../news/20150101.html"/> diff --git a/xdocs/index.xml b/xdocs/index.xml index a1f40cfac..36c3941e1 100644 --- a/xdocs/index.xml +++ b/xdocs/index.xml @@ -60,12 +60,12 @@ manual is described in more detail below.</p> <section name="Headlines"> <ul> -<li><a href="news/20200201.html#JK-1.2.48 released"><b>JK-1.2.48 released</b></a> +<li><a href="news/2023.html"><b>JK-1.2.49 released</b></a> <p>The Apache Tomcat team is proud to announce the immediate availability - of Tomcat Connectors 1.2.48 Stable. This release contains improvements and + of Tomcat Connectors 1.2.49 Stable. This release contains improvements and bug fixes for issues found in previous releases.</p> -<p>Download the <a href="//tomcat.apache.org/download-connectors.cgi">JK 1.2.48 +<p>Download the <a href="//tomcat.apache.org/download-connectors.cgi">JK 1.2.49 release</a>.</p> </li> diff --git a/xdocs/miscellaneous/project.xml b/xdocs/miscellaneous/project.xml index 5217c808e..913d072c6 100644 --- a/xdocs/miscellaneous/project.xml +++ b/xdocs/miscellaneous/project.xml @@ -65,6 +65,8 @@ </menu> <menu name="News"> + <item name="2023" href="../news/2023.html"/> + <item name="2020" href="../news/20200201.html"/> <item name="2018" href="../news/20180301.html"/> <item name="2016" href="../news/20160901.html"/> <item name="2015" href="../news/20150101.html"/> diff --git a/xdocs/news/2023.xml b/xdocs/news/2023.xml new file mode 100644 index 000000000..6d5c7012a --- /dev/null +++ b/xdocs/news/2023.xml @@ -0,0 +1,48 @@ +<?xml version="1.0"?> +<!-- + 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="2023.html"> + + &project; + + <properties> + <author email="dev.AT.tomcat.DOT.apache.DOT.org">Apache Tomcat Connectors Project</author> + <title>2023 News & Status</title> + </properties> + +<body> + +<section name="2023 News & Status"> + +<subsection name="11 September - JK-1.2.49 released"> + <p>The Apache Tomcat team is proud to announce the immediate availability + of Tomcat Connectors 1.2.49. This is a maintenance release.</p> + + <p>Please see the <a href="../miscellaneous/changelog.html">ChangeLog</a> + for a full list of changes.</p> + + <p>If you find any bugs while using this release, please fill in the + <a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%20Connectors">Bugzilla</a> + Bug Report.</p> +</subsection> + +</section> +</body> +</document> diff --git a/xdocs/news/project.xml b/xdocs/news/project.xml index 092b87044..2df7c9fc0 100644 --- a/xdocs/news/project.xml +++ b/xdocs/news/project.xml @@ -65,6 +65,7 @@ </menu> <menu name="News"> + <item name="2023" href="../news/2023.html"/> <item name="2020" href="../news/20200201.html"/> <item name="2018" href="../news/20180301.html"/> <item name="2016" href="../news/20160901.html"/> diff --git a/xdocs/project.xml b/xdocs/project.xml index f819773d3..8b94251f3 100644 --- a/xdocs/project.xml +++ b/xdocs/project.xml @@ -65,6 +65,7 @@ </menu> <menu name="News"> + <item name="2023" href="news/2023.html"/> <item name="2020" href="news/20200201.html"/> <item name="2018" href="news/20180301.html"/> <item name="2016" href="news/20160901.html"/> diff --git a/xdocs/reference/project.xml b/xdocs/reference/project.xml index cb493a2f9..cf5445783 100644 --- a/xdocs/reference/project.xml +++ b/xdocs/reference/project.xml @@ -65,9 +65,10 @@ </menu> <menu name="News"> + <item name="2023" href="../news/2023.html"/> <item name="2020" href="../news/20200201.html"/> <item name="2018" href="../news/20180301.html"/> - <item name="2016" href="../news/20150901.html"/> + <item name="2016" href="../news/20160901.html"/> <item name="2015" href="../news/20150101.html"/> <item name="2014" href="../news/20140201.html"/> <item name="2012" href="../news/20120301.html"/> diff --git a/xdocs/webserver_howto/project.xml b/xdocs/webserver_howto/project.xml index 0983bc0f5..d0ca50707 100644 --- a/xdocs/webserver_howto/project.xml +++ b/xdocs/webserver_howto/project.xml @@ -65,6 +65,7 @@ </menu> <menu name="News"> + <item name="2023" href="../news/2023.html"/> <item name="2020" href="../news/20200201.html"/> <item name="2018" href="../news/20180301.html"/> <item name="2016" href="../news/20160901.html"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org