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 2020/02/17 15:59:43 UTC

[tomcat-connectors] branch master updated (92b4bc1 -> 00a87de)

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

markt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git.


    from 92b4bc1  Fix BZ 64051. Update session cookie on failover
     new a8a7db6  svn -> git updates
     new 00a87de  1.2.47 release prep

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 HOWTO-RELEASE.txt                         | 14 +++++++-------
 xdocs/index.xml                           |  6 +++---
 xdocs/news/{20160901.xml => 20200201.xml} | 11 ++++++-----
 3 files changed, 16 insertions(+), 15 deletions(-)
 copy xdocs/news/{20160901.xml => 20200201.xml} (86%)


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


[tomcat-connectors] 01/02: svn -> git updates

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a8a7db6ce26c5d64fe974b9c8bb08681f6381313
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Feb 17 15:59:02 2020 +0000

    svn -> git updates
---
 HOWTO-RELEASE.txt | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/HOWTO-RELEASE.txt b/HOWTO-RELEASE.txt
index 5a090fe..57fdd2a 100644
--- a/HOWTO-RELEASE.txt
+++ b/HOWTO-RELEASE.txt
@@ -16,9 +16,9 @@
 How to do a mod_jk 1.2 Release
 ==============================
 
-Check out a clean copy of tomcat/connectors from subversion to
-make sure you don't have any lingering configure or build files.
-This will make sure that the source distribution created is clean.
+Clone a clean copy of tomcat/connectors from git to make sure you don't have
+any lingering configure or build files. This will make sure that the source
+distribution created is clean.
 
 We assume, that you cloned out git@github.com:apache/tomcat-connectors.git
 to a directory named mod_jk. All further path names will be relative to this
@@ -77,12 +77,12 @@ Index: native/common/jk_version.h
  #define JK_VERRC        0
  #define JK_RCSTRING     "0"
 
-After updating revision numbers, commit your changes to subversion.
+After updating revision numbers, commit your changes to git.
 
-Tag and branch tomcat-connectors in subversion
-----------------------------------------------
+Tag tomcat-connectors in git
+----------------------------
 
-Use the pattern below for branching and tagging the tomcat-connectors directory.
+Use the pattern below for tagging the tomcat-connectors directory.
 
 TAG=JK_{MAJOR_REVISION}_{MINOR_REVISION}_{RELEASE}
 


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


[tomcat-connectors] 02/02: 1.2.47 release prep

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 00a87deb91e17f63f2cfcf566366ee85d7c1a828
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Feb 17 15:59:14 2020 +0000

    1.2.47 release prep
---
 xdocs/index.xml         |  6 +++---
 xdocs/news/20200201.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+), 3 deletions(-)

diff --git a/xdocs/index.xml b/xdocs/index.xml
index 364080b..79bb0ec 100644
--- a/xdocs/index.xml
+++ b/xdocs/index.xml
@@ -63,12 +63,12 @@ manual is described in more detail below.</p>
 
 <section name="Headlines">
 <ul>
-<li><a href="news/20180301.html#JK-1.2.46 released"><b>JK-1.2.46 released</b></a>
+<li><a href="news/20200201.html#JK-1.2.47 released"><b>JK-1.2.47 released</b></a>
 <p>The Apache Tomcat team is proud to announce the immediate availability
-   of Tomcat Connectors 1.2.46 Stable. This release contains improvements and
+   of Tomcat Connectors 1.2.47 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.46
+<p>Download the <a href="//tomcat.apache.org/download-connectors.cgi">JK 1.2.47
    release</a>.</p>
 </li>
 
diff --git a/xdocs/news/20200201.xml b/xdocs/news/20200201.xml
new file mode 100644
index 0000000..4b46745
--- /dev/null
+++ b/xdocs/news/20200201.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="20180301.html">
+
+  &project;
+
+  <properties>
+    <author email="dev.AT.tomcat.DOT.apache.DOT.org">Apache Tomcat Connectors Project</author>
+    <title>2018 News &amp; Status</title>
+  </properties>
+
+<body>
+
+<section name="2020 News &amp; Status">
+
+<subsection name="February - JK-1.2.47 released">
+    <p>The Apache Tomcat team is proud to announce the immediate availability
+       of Tomcat Connectors 1.2.47. 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>


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