Author: markt
Date: Tue Mar 17 14:15:21 2020
New Revision: 1875301

URL: http://svn.apache.org/viewvc?rev=1875301&view=rev
Log:
Update site for 8.5.53 release

Modified:
    tomcat/site/trunk/docs/doap_Tomcat.rdf
    tomcat/site/trunk/docs/download-80.html
    tomcat/site/trunk/docs/index.html
    tomcat/site/trunk/docs/migration-85.html
    tomcat/site/trunk/docs/oldnews.html
    tomcat/site/trunk/docs/whichversion.html
    tomcat/site/trunk/xdocs/doap_Tomcat.rdf
    tomcat/site/trunk/xdocs/download-80.xml
    tomcat/site/trunk/xdocs/index.xml
    tomcat/site/trunk/xdocs/migration-85.xml
    tomcat/site/trunk/xdocs/oldnews.xml
    tomcat/site/trunk/xdocs/whichversion.xml

Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/doap_Tomcat.rdf?rev=1875301&r1=1875300&r2=1875301&view=diff
==============================================================================
--- tomcat/site/trunk/docs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/docs/doap_Tomcat.rdf Tue Mar 17 14:15:21 2020
@@ -67,8 +67,8 @@
     <release>
       <Version>
         <name>Latest Stable 8.5.x Release</name>
-        <created>2020-02-11</created>
-        <revision>8.5.51</revision>
+        <created>2020-03-16</created>
+        <revision>8.5.53</revision>
       </Version>
     </release>
     <release>

Modified: tomcat/site/trunk/docs/download-80.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-80.html?rev=1875301&r1=1875300&r2=1875301&view=diff
==============================================================================
--- tomcat/site/trunk/docs/download-80.html (original)
+++ tomcat/site/trunk/docs/download-80.html Tue Mar 17 14:15:21 2020
@@ -12,7 +12,7 @@
     </p>
   </div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text">
 
-[define v]8.5.51[end]
+[define v]8.5.53[end]
         <a href="https://www.apache.org/dist/tomcat/tomcat-8/KEYS";>KEYS</a> |
         <a href="#[v]">[v]</a> |
         <a href="[preferred]tomcat/tomcat-8/v[v]" rel="nofollow">Browse</a> |

Modified: tomcat/site/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1875301&r1=1875300&r2=1875301&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Tue Mar 17 14:15:21 2020
@@ -43,13 +43,39 @@ of Apache Tomcat. The notable changes co
 </ul>
 <p>
 Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.31_(markt)">Tomcat 9
+<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.33_(markt)">Tomcat 9
 changelog</a>.
 </p>
 
 <p style="text-align: center;">
 <a href="https://tomcat.apache.org/download-90.cgi";>Download</a>
 </p>
+</div><h3 id="Tomcat_8.5.53_Released"><span 
class="pull-right">2020-03-16</span> Tomcat 8.5.53 Released</h3><div 
class="text">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.53
+of Apache Tomcat. Apache Tomcat 8.5.x replaces 8.0.x and includes new features
+pulled forward from Tomcat 9.0.x. The minimum Java version and implemented
+specification versions remain unchanged. The notable changes compared
+to 8.5.51 include:</p>
+<ul>
+<li>Add new attribute persistAuthentication to both StandardManager and
+    PersistentManager to support authentication persistence. Patch provided by
+    Carsten Klein</li>
+<li>A zero length AJP secret will now behave as if it has not been
+    specified.</li>
+<li>Add the TLS request attributes used by IIS to the attributes that
+    an AJP Connector will always accept.</li>
+</ul>
+
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.53_(markt)">Tomcat 8.5
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="https://tomcat.apache.org/download-80.cgi";>Download</a>
+</p>
 </div><h3 id="Tomcat_10.0.0-M3_Released"><span 
class="pull-right">2020-03-16</span> Tomcat 10.0.0-M3 Released</h3><div 
class="text">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 10.0.0-M3
@@ -118,33 +144,6 @@ Full details of these changes, and all t
 <p style="text-align: center;">
 <a href="https://tomcat.apache.org/download-70.cgi";>Download</a>
 </p>
-</div><h3 id="Tomcat_8.5.51_Released"><span 
class="pull-right">2020-02-11</span> Tomcat 8.5.51 Released</h3><div 
class="text">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 8.5.50
-of Apache Tomcat. Apache Tomcat 8.5.x replaces 8.0.x and includes new features
-pulled forward from Tomcat 9.0.x. The minimum Java version and implemented
-specification versions remain unchanged. The notable changes compared
-to 8.5.49 include:</p>
-<ul>
-<li>AJP defaults changed to listen the loopback address, require a secret
-    and to be disabled in the sample server.xml file. If you are using the
-    AJP protocol, please refer to the <a 
href="migration-85.html#Tomcat_8.5.x_noteable_changes">Migration Guide</a>
-    and update your configuration.</li>
-<li>The JmxRemoteLifecycleListener is now deprecated</li>
-<li>The HTTP Connector attribute rejectIllegalHeaderName is renamed to
-    rejectIllegalHeader and expanded to include header values as well as
-    names</li>
-</ul>
-
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.51_(markt)">Tomcat 8.5
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="https://tomcat.apache.org/download-80.cgi";>Download</a>
-</p>
 </div><h3 id="Tomcat_Native_1.2.23_Released"><span 
class="pull-right">2019-07-02</span> Tomcat Native 1.2.23 Released</h3><div 
class="text">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 1.2.23 of

Modified: tomcat/site/trunk/docs/migration-85.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-85.html?rev=1875301&r1=1875300&r2=1875301&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-85.html (original)
+++ tomcat/site/trunk/docs/migration-85.html Tue Mar 17 14:15:21 2020
@@ -313,8 +313,9 @@ of Apache Tomcat.</p>
     <option value="8.5.46">8.5.46</option>
     <option value="8.5.47">8.5.47</option>
     <option value="8.5.49">8.5.49</option>
-    <option value="8.5.50" selected>8.5.50</option>
-    <option value="8.5.51">8.5.51</option>
+    <option value="8.5.50">8.5.50</option>
+    <option value="8.5.51" selected>8.5.51</option>
+    <option value="8.5.53">8.5.53</option>
     </select>,</label> <label>new version:
     <select name="hb">
     <option value="8.5.0">8.5.0</option>
@@ -356,7 +357,8 @@ of Apache Tomcat.</p>
     <option value="8.5.47">8.5.47</option>
     <option value="8.5.49">8.5.49</option>
     <option value="8.5.50">8.5.50</option>
-    <option value="8.5.51" selected>8.5.51</option>
+    <option value="8.5.51">8.5.51</option>
+    <option value="8.5.53" selected>8.5.53</option>
     <option value="HEAD">trunk (unreleased)</option>
     </select></label>
     </p>

Modified: tomcat/site/trunk/docs/oldnews.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews.html?rev=1875301&r1=1875300&r2=1875301&view=diff
==============================================================================
--- tomcat/site/trunk/docs/oldnews.html (original)
+++ tomcat/site/trunk/docs/oldnews.html Tue Mar 17 14:15:21 2020
@@ -74,6 +74,33 @@ changelog</a>.
 <p style="text-align: center;">
 <a href="https://tomcat.apache.org/download-90.cgi";>Download</a>
 </p>
+</div><h3 id="Tomcat_8.5.51_Released"><span 
class="pull-right">2020-02-11</span> Tomcat 8.5.51 Released</h3><div 
class="text">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.51
+of Apache Tomcat. Apache Tomcat 8.5.x replaces 8.0.x and includes new features
+pulled forward from Tomcat 9.0.x. The minimum Java version and implemented
+specification versions remain unchanged. The notable changes compared
+to 8.5.50 include:</p>
+<ul>
+<li>AJP defaults changed to listen the loopback address, require a secret
+    and to be disabled in the sample server.xml file. If you are using the
+    AJP protocol, please refer to the <a 
href="migration-85.html#Tomcat_8.5.x_noteable_changes">Migration Guide</a>
+    and update your configuration.</li>
+<li>The JmxRemoteLifecycleListener is now deprecated</li>
+<li>The HTTP Connector attribute rejectIllegalHeaderName is renamed to
+    rejectIllegalHeader and expanded to include header values as well as
+    names</li>
+</ul>
+
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.51_(markt)">Tomcat 8.5
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="https://tomcat.apache.org/download-80.cgi";>Download</a>
+</p>
 </div></div></div></div></main><footer id="footer">
     Copyright &copy; 1999-2020, The Apache Software Foundation
     <br>

Modified: tomcat/site/trunk/docs/whichversion.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whichversion.html?rev=1875301&r1=1875300&r2=1875301&view=diff
==============================================================================
--- tomcat/site/trunk/docs/whichversion.html (original)
+++ tomcat/site/trunk/docs/whichversion.html Tue Mar 17 14:15:21 2020
@@ -52,7 +52,7 @@ specifications</a> and the respective Ap
   <td>1.1</td>
   <td>1.1</td>
   <td>8.5.x</td>
-  <td>8.5.51</td>
+  <td>8.5.53</td>
   <td>7 and later</td>
 </tr>
 

Modified: tomcat/site/trunk/xdocs/doap_Tomcat.rdf
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/doap_Tomcat.rdf?rev=1875301&r1=1875300&r2=1875301&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/xdocs/doap_Tomcat.rdf Tue Mar 17 14:15:21 2020
@@ -67,8 +67,8 @@
     <release>
       <Version>
         <name>Latest Stable 8.5.x Release</name>
-        <created>2020-02-11</created>
-        <revision>8.5.51</revision>
+        <created>2020-03-16</created>
+        <revision>8.5.53</revision>
       </Version>
     </release>
     <release>

Modified: tomcat/site/trunk/xdocs/download-80.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-80.xml?rev=1875301&r1=1875300&r2=1875301&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/download-80.xml (original)
+++ tomcat/site/trunk/xdocs/download-80.xml Tue Mar 17 14:15:21 2020
@@ -22,7 +22,7 @@
  Define variable to hold the current version number.
  Documentation for ezt.py: https://code.google.com/p/ezt/wiki/Syntax
 -->
-[define v]8.5.51[end]
+[define v]8.5.53[end]
         <a href="https://www.apache.org/dist/tomcat/tomcat-8/KEYS";>KEYS</a> |
         <a href="#[v]">[v]</a> |
         <a href="[preferred]tomcat/tomcat-8/v[v]" rel="nofollow">Browse</a> |

Modified: tomcat/site/trunk/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1875301&r1=1875300&r2=1875301&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Tue Mar 17 14:15:21 2020
@@ -55,7 +55,7 @@ of Apache Tomcat. The notable changes co
 </ul>
 <p>
 Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.31_(markt)">Tomcat 9
+<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.33_(markt)">Tomcat 9
 changelog</a>.
 </p>
 
@@ -64,6 +64,34 @@ changelog</a>.
 </p>
 </section>
 
+<section name="Tomcat 8.5.53 Released" rtext="2020-03-16">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.53
+of Apache Tomcat. Apache Tomcat 8.5.x replaces 8.0.x and includes new features
+pulled forward from Tomcat 9.0.x. The minimum Java version and implemented
+specification versions remain unchanged. The notable changes compared
+to 8.5.51 include:</p>
+<ul>
+<li>Add new attribute persistAuthentication to both StandardManager and
+    PersistentManager to support authentication persistence. Patch provided by
+    Carsten Klein</li>
+<li>A zero length AJP secret will now behave as if it has not been
+    specified.</li>
+<li>Add the TLS request attributes used by IIS to the attributes that
+    an AJP Connector will always accept.</li>
+</ul>
+
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.53_(markt)">Tomcat 8.5
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-80.cgi">Download</a>
+</p>
+</section>
+
 <section name="Tomcat 10.0.0-M3 Released" rtext="2020-03-16">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 10.0.0-M3
@@ -139,36 +167,6 @@ Full details of these changes, and all t
 </p>
 </section>
 
-<section name="Tomcat 8.5.51 Released" rtext="2020-02-11">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 8.5.50
-of Apache Tomcat. Apache Tomcat 8.5.x replaces 8.0.x and includes new features
-pulled forward from Tomcat 9.0.x. The minimum Java version and implemented
-specification versions remain unchanged. The notable changes compared
-to 8.5.49 include:</p>
-<ul>
-<li>AJP defaults changed to listen the loopback address, require a secret
-    and to be disabled in the sample server.xml file. If you are using the
-    AJP protocol, please refer to the <a
-    href="migration-85.html#Tomcat_8.5.x_noteable_changes">Migration Guide</a>
-    and update your configuration.</li>
-<li>The JmxRemoteLifecycleListener is now deprecated</li>
-<li>The HTTP Connector attribute rejectIllegalHeaderName is renamed to
-    rejectIllegalHeader and expanded to include header values as well as
-    names</li>
-</ul>
-
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.51_(markt)">Tomcat 8.5
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-80.cgi">Download</a>
-</p>
-</section>
-
 <section name="Tomcat Native 1.2.23 Released" rtext="2019-07-02">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 1.2.23 of

Modified: tomcat/site/trunk/xdocs/migration-85.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-85.xml?rev=1875301&r1=1875300&r2=1875301&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-85.xml (original)
+++ tomcat/site/trunk/xdocs/migration-85.xml Tue Mar 17 14:15:21 2020
@@ -328,8 +328,9 @@ of Apache Tomcat.</p>
     <option value="8.5.46">8.5.46</option>
     <option value="8.5.47">8.5.47</option>
     <option value="8.5.49">8.5.49</option>
-    <option value="8.5.50" selected="selected">8.5.50</option>
-    <option value="8.5.51">8.5.51</option>
+    <option value="8.5.50">8.5.50</option>
+    <option value="8.5.51" selected="selected">8.5.51</option>
+    <option value="8.5.53">8.5.53</option>
     </select>,</label> <label>new version:
     <select name="hb">
     <option value="8.5.0">8.5.0</option>
@@ -371,7 +372,8 @@ of Apache Tomcat.</p>
     <option value="8.5.47">8.5.47</option>
     <option value="8.5.49">8.5.49</option>
     <option value="8.5.50">8.5.50</option>
-    <option value="8.5.51" selected="selected">8.5.51</option>
+    <option value="8.5.51">8.5.51</option>
+    <option value="8.5.53" selected="selected">8.5.53</option>
     <option value="HEAD">trunk (unreleased)</option>
     </select></label>
     </p>

Modified: tomcat/site/trunk/xdocs/oldnews.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/oldnews.xml?rev=1875301&r1=1875300&r2=1875301&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml (original)
+++ tomcat/site/trunk/xdocs/oldnews.xml Tue Mar 17 14:15:21 2020
@@ -88,5 +88,35 @@ changelog</a>.
 </p>
 </section>
 
+<section name="Tomcat 8.5.51 Released" rtext="2020-02-11">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.51
+of Apache Tomcat. Apache Tomcat 8.5.x replaces 8.0.x and includes new features
+pulled forward from Tomcat 9.0.x. The minimum Java version and implemented
+specification versions remain unchanged. The notable changes compared
+to 8.5.50 include:</p>
+<ul>
+<li>AJP defaults changed to listen the loopback address, require a secret
+    and to be disabled in the sample server.xml file. If you are using the
+    AJP protocol, please refer to the <a
+    href="migration-85.html#Tomcat_8.5.x_noteable_changes">Migration Guide</a>
+    and update your configuration.</li>
+<li>The JmxRemoteLifecycleListener is now deprecated</li>
+<li>The HTTP Connector attribute rejectIllegalHeaderName is renamed to
+    rejectIllegalHeader and expanded to include header values as well as
+    names</li>
+</ul>
+
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.51_(markt)">Tomcat 8.5
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-80.cgi">Download</a>
+</p>
+</section>
+
 </body>
 </document>

Modified: tomcat/site/trunk/xdocs/whichversion.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1875301&r1=1875300&r2=1875301&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml (original)
+++ tomcat/site/trunk/xdocs/whichversion.xml Tue Mar 17 14:15:21 2020
@@ -61,7 +61,7 @@ specifications</a> and the respective Ap
   <td>1.1</td>
   <td>1.1</td>
   <td>8.5.x</td>
-  <td>8.5.51</td>
+  <td>8.5.53</td>
   <td>7 and later</td>
 </tr>
 



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

Reply via email to