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 2019/07/10 11:05:37 UTC

svn commit: r1862873 - in /tomcat/site/trunk: ./ docs/ xdocs/

Author: markt
Date: Wed Jul 10 11:05:37 2019
New Revision: 1862873

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

Modified:
    tomcat/site/trunk/build.properties.default
    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/build.properties.default
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/build.properties.default?rev=1862873&r1=1862872&r2=1862873&view=diff
==============================================================================
--- tomcat/site/trunk/build.properties.default (original)
+++ tomcat/site/trunk/build.properties.default Wed Jul 10 11:05:37 2019
@@ -37,7 +37,7 @@ tomcat.loc=http://www.apache.org/dist/to
 
 # ----- Tomcat versions -----
 tomcat70=7.0.94
-tomcat85=8.5.42
+tomcat85=8.5.43
 tomcat90=9.0.22
 
 # ----- Download destination -----

Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/doap_Tomcat.rdf?rev=1862873&r1=1862872&r2=1862873&view=diff
==============================================================================
--- tomcat/site/trunk/docs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/docs/doap_Tomcat.rdf Wed Jul 10 11:05:37 2019
@@ -67,8 +67,8 @@
     <release>
       <Version>
         <name>Latest Stable 8.5.x Release</name>
-        <created>2019-06-07</created>
-        <revision>8.5.42</revision>
+        <created>2019-07-09</created>
+        <revision>8.5.43</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=1862873&r1=1862872&r2=1862873&view=diff
==============================================================================
--- tomcat/site/trunk/docs/download-80.html (original)
+++ tomcat/site/trunk/docs/download-80.html Wed Jul 10 11:05:37 2019
@@ -226,7 +226,7 @@
 <h3 id="Quick_Navigation">Quick Navigation</h3>
 <div class="text">
 
-[define v]8.5.42[end]
+[define v]8.5.43[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" rel="nofollow">Browse</a> |

Modified: tomcat/site/trunk/docs/index.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1862873&r1=1862872&r2=1862873&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Wed Jul 10 11:05:37 2019
@@ -278,67 +278,68 @@ changelog</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>
+<h3 id="Tomcat_8.5.43_Released">
+<span class="pull-right">2019-07-09</span> Tomcat 8.5.43 Released</h3>
 <div class="text">
 
 <p>
-The Apache Tomcat Project is proud to announce the release of version 1.2.23 of
-Tomcat Native. The notable changes since 1.2.21 include:
-</p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.43
+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.42 include:</p>
 
 <ul>
-  
-<li>Add support for TLS key logging when using OpenSSL 1.1.1 or later.</li>
-  
-<li>Fix crashes when a CRL file or path is configured.</li>
-  
-<li>Update Windows binaries to APR 1.7.0 and OpenSSL 1.1.1c.</li>
+
+<li>Add the ability for a UserDatabase to monitor the backing XML file for
+    changes and reload the source file if a change in the last modified time is
+    detected. This is enabled by default meaning that changes to
+    $CATALINA_BASE/conf/tomcat-users.xml will now take effect a short time after
+    the file is saved.</li>
+
+<li>Update to Tomcat Native 1.2.23 including Windows binaries built with OpenSSL
+    1.1.1c.</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.43_(markt)">Tomcat 8.5
+changelog</a>.
+</p>
+
+
 <p style="text-align: center;">
 
-<a href="https://tomcat.apache.org/download-native.cgi">Download</a> |
-<a href="native-doc/miscellaneous/changelog.html">ChangeLog for 1.2.23</a>
+<a href="https://tomcat.apache.org/download-80.cgi">Download</a>
 
 </p>
 
 </div>
-<h3 id="Tomcat_8.5.42_Released">
-<span class="pull-right">2019-06-07</span> Tomcat 8.5.42 Released</h3>
+<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 8.5.42
-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.41 include:</p>
+The Apache Tomcat Project is proud to announce the release of version 1.2.23 of
+Tomcat Native. The notable changes since 1.2.21 include:
+</p>
 
 <ul>
-
-<li>Fix various concurrency and stability issues for HTTP/2.</li>
-
-<li>Add support for same-site cookie attribute. Patch provided by John
-    Kelly.</li>
-
-<li>Add an option to sort directory listings provided by the Default
-    Servlet.</li>
+  
+<li>Add support for TLS key logging when using OpenSSL 1.1.1 or later.</li>
+  
+<li>Fix crashes when a CRL file or path is configured.</li>
+  
+<li>Update Windows binaries to APR 1.7.0 and OpenSSL 1.1.1c.</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.42_(markt)">Tomcat 8.5
-changelog</a>.
-</p>
-
-
 <p style="text-align: center;">
 
-<a href="https://tomcat.apache.org/download-80.cgi">Download</a>
+<a href="https://tomcat.apache.org/download-native.cgi">Download</a> |
+<a href="native-doc/miscellaneous/changelog.html">ChangeLog for 1.2.23</a>
 
 </p>
 

Modified: tomcat/site/trunk/docs/migration-85.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-85.html?rev=1862873&r1=1862872&r2=1862873&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-85.html (original)
+++ tomcat/site/trunk/docs/migration-85.html Wed Jul 10 11:05:37 2019
@@ -726,8 +726,9 @@ of Apache Tomcat.</p>
     <option value="8.5.38">8.5.38</option>
     <option value="8.5.39">8.5.39</option>
     <option value="8.5.40">8.5.40</option>
-    <option value="8.5.41" selected>8.5.41</option>
-    <option value="8.5.42">8.5.42</option>
+    <option value="8.5.41">8.5.41</option>
+    <option value="8.5.42" selected>8.5.42</option>
+    <option value="8.5.43">8.5.43</option>
     </select>,</label> <label>new version:
     <select name="hb">
     <option value="8.5.0">8.5.0</option>
@@ -762,7 +763,8 @@ of Apache Tomcat.</p>
     <option value="8.5.39">8.5.39</option>
     <option value="8.5.40">8.5.40</option>
     <option value="8.5.41">8.5.41</option>
-    <option value="8.5.42" selected>8.5.42</option>
+    <option value="8.5.42">8.5.42</option>
+    <option value="8.5.43" selected>8.5.43</option>
     <option value="HEAD">trunk (unreleased)</option>
     </select></label>
     

Modified: tomcat/site/trunk/docs/oldnews.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews.html?rev=1862873&r1=1862872&r2=1862873&view=diff
==============================================================================
--- tomcat/site/trunk/docs/oldnews.html (original)
+++ tomcat/site/trunk/docs/oldnews.html Wed Jul 10 11:05:37 2019
@@ -291,6 +291,44 @@ changelog</a>.
 </p>
 
 </div>
+<h3 id="Tomcat_8.5.42_Released">
+<span class="pull-right">2019-06-07</span> Tomcat 8.5.42 Released</h3>
+<div class="text">
+
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.42
+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.41 include:</p>
+
+<ul>
+
+<li>Fix various concurrency and stability issues for HTTP/2.</li>
+
+<li>Add support for same-site cookie attribute. Patch provided by John
+    Kelly.</li>
+
+<li>Add an option to sort directory listings provided by the Default
+    Servlet.</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.42_(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_9.0.20_Released">
 <span class="pull-right">2019-05-13</span> Tomcat 9.0.20 Released</h3>
 <div class="text">

Modified: tomcat/site/trunk/docs/whichversion.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whichversion.html?rev=1862873&r1=1862872&r2=1862873&view=diff
==============================================================================
--- tomcat/site/trunk/docs/whichversion.html (original)
+++ tomcat/site/trunk/docs/whichversion.html Wed Jul 10 11:05:37 2019
@@ -261,7 +261,7 @@ specifications</a> and the respective Ap
   <td>1.1</td>
   <td>1.1</td>
   <td>8.5.x</td>
-  <td>8.5.42</td>
+  <td>8.5.43</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=1862873&r1=1862872&r2=1862873&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/xdocs/doap_Tomcat.rdf Wed Jul 10 11:05:37 2019
@@ -67,8 +67,8 @@
     <release>
       <Version>
         <name>Latest Stable 8.5.x Release</name>
-        <created>2019-06-07</created>
-        <revision>8.5.42</revision>
+        <created>2019-07-09</created>
+        <revision>8.5.43</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=1862873&r1=1862872&r2=1862873&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/download-80.xml (original)
+++ tomcat/site/trunk/xdocs/download-80.xml Wed Jul 10 11:05:37 2019
@@ -23,7 +23,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.42[end]
+[define v]8.5.43[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" rel="nofollow">Browse</a> |

Modified: tomcat/site/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1862873&r1=1862872&r2=1862873&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Wed Jul 10 11:05:37 2019
@@ -63,40 +63,26 @@ changelog</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
-Tomcat Native. The notable changes since 1.2.21 include:
-</p>
-<ul>
-  <li>Add support for TLS key logging when using OpenSSL 1.1.1 or later.</li>
-  <li>Fix crashes when a CRL file or path is configured.</li>
-  <li>Update Windows binaries to APR 1.7.0 and OpenSSL 1.1.1c.</li>
-</ul>
-<p style="text-align: center;">
-<a href="download-native.cgi">Download</a> |
-<a href="native-doc/miscellaneous/changelog.html">ChangeLog for 1.2.23</a>
-</p>
-</section>
-
-<section name="Tomcat 8.5.42 Released" rtext="2019-06-07">
+<section name="Tomcat 8.5.43 Released" rtext="2019-07-09">
 <p>
-The Apache Tomcat Project is proud to announce the release of version 8.5.42
+The Apache Tomcat Project is proud to announce the release of version 8.5.43
 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.41 include:</p>
+to 8.5.42 include:</p>
 <ul>
-<li>Fix various concurrency and stability issues for HTTP/2.</li>
-<li>Add support for same-site cookie attribute. Patch provided by John
-    Kelly.</li>
-<li>Add an option to sort directory listings provided by the Default
-    Servlet.</li>
+<li>Add the ability for a UserDatabase to monitor the backing XML file for
+    changes and reload the source file if a change in the last modified time is
+    detected. This is enabled by default meaning that changes to
+    $CATALINA_BASE/conf/tomcat-users.xml will now take effect a short time after
+    the file is saved.</li>
+<li>Update to Tomcat Native 1.2.23 including Windows binaries built with OpenSSL
+    1.1.1c.</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.42_(markt)">Tomcat 8.5
+<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.43_(markt)">Tomcat 8.5
 changelog</a>.
 </p>
 
@@ -105,6 +91,22 @@ changelog</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
+Tomcat Native. The notable changes since 1.2.21 include:
+</p>
+<ul>
+  <li>Add support for TLS key logging when using OpenSSL 1.1.1 or later.</li>
+  <li>Fix crashes when a CRL file or path is configured.</li>
+  <li>Update Windows binaries to APR 1.7.0 and OpenSSL 1.1.1c.</li>
+</ul>
+<p style="text-align: center;">
+<a href="download-native.cgi">Download</a> |
+<a href="native-doc/miscellaneous/changelog.html">ChangeLog for 1.2.23</a>
+</p>
+</section>
+
 <section name="Tomcat 7.0.94 Released" rtext="2019-04-12">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 7.0.94 of

Modified: tomcat/site/trunk/xdocs/migration-85.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-85.xml?rev=1862873&r1=1862872&r2=1862873&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-85.xml (original)
+++ tomcat/site/trunk/xdocs/migration-85.xml Wed Jul 10 11:05:37 2019
@@ -296,8 +296,9 @@ of Apache Tomcat.</p>
     <option value="8.5.38">8.5.38</option>
     <option value="8.5.39">8.5.39</option>
     <option value="8.5.40">8.5.40</option>
-    <option value="8.5.41" selected="selected">8.5.41</option>
-    <option value="8.5.42">8.5.42</option>
+    <option value="8.5.41">8.5.41</option>
+    <option value="8.5.42" selected="selected">8.5.42</option>
+    <option value="8.5.43">8.5.43</option>
     </select>,</label> <label>new version:
     <select name="hb">
     <option value="8.5.0">8.5.0</option>
@@ -332,7 +333,8 @@ of Apache Tomcat.</p>
     <option value="8.5.39">8.5.39</option>
     <option value="8.5.40">8.5.40</option>
     <option value="8.5.41">8.5.41</option>
-    <option value="8.5.42" selected="selected">8.5.42</option>
+    <option value="8.5.42">8.5.42</option>
+    <option value="8.5.43" selected="selected">8.5.43</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=1862873&r1=1862872&r2=1862873&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml (original)
+++ tomcat/site/trunk/xdocs/oldnews.xml Wed Jul 10 11:05:37 2019
@@ -47,6 +47,32 @@ changelog</a>.
 </p>
 </section>
 
+<section name="Tomcat 8.5.42 Released" rtext="2019-06-07">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.42
+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.41 include:</p>
+<ul>
+<li>Fix various concurrency and stability issues for HTTP/2.</li>
+<li>Add support for same-site cookie attribute. Patch provided by John
+    Kelly.</li>
+<li>Add an option to sort directory listings provided by the Default
+    Servlet.</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.42_(markt)">Tomcat 8.5
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-80.cgi">Download</a>
+</p>
+</section>
+
 <section name="Tomcat 9.0.20 Released" rtext="2019-05-13">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 9.0.20

Modified: tomcat/site/trunk/xdocs/whichversion.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1862873&r1=1862872&r2=1862873&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml (original)
+++ tomcat/site/trunk/xdocs/whichversion.xml Wed Jul 10 11:05:37 2019
@@ -50,7 +50,7 @@ specifications</a> and the respective Ap
   <td>1.1</td>
   <td>1.1</td>
   <td>8.5.x</td>
-  <td>8.5.42</td>
+  <td>8.5.43</td>
   <td>7 and later</td>
 </tr>
 



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