Author: markt
Date: Mon Feb 11 10:14:45 2019
New Revision: 1853339

URL: http://svn.apache.org/viewvc?rev=1853339&view=rev
Log:
Update site for 8.5.38 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=1853339&r1=1853338&r2=1853339&view=diff
==============================================================================
--- tomcat/site/trunk/build.properties.default (original)
+++ tomcat/site/trunk/build.properties.default Mon Feb 11 10:14:45 2019
@@ -37,7 +37,7 @@ tomcat.loc=http://www.apache.org/dist/to
 
 # ----- Tomcat versions -----
 tomcat70=7.0.92
-tomcat85=8.5.37
+tomcat85=8.5.38
 tomcat90=9.0.16
 
 # ----- Download destination -----

Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/doap_Tomcat.rdf?rev=1853339&r1=1853338&r2=1853339&view=diff
==============================================================================
--- tomcat/site/trunk/docs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/docs/doap_Tomcat.rdf Mon Feb 11 10:14:45 2019
@@ -68,7 +68,7 @@
       <Version>
         <name>Latest Stable 8.5.x Release</name>
         <created>2018-09-10</created>
-        <revision>8.5.37</revision>
+        <revision>8.5.38</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=1853339&r1=1853338&r2=1853339&view=diff
==============================================================================
--- tomcat/site/trunk/docs/download-80.html (original)
+++ tomcat/site/trunk/docs/download-80.html Mon Feb 11 10:14:45 2019
@@ -221,7 +221,7 @@
 <h3 id="Quick_Navigation">Quick Navigation</h3>
 <div class="text">
 
-[define v]8.5.37[end]
+[define v]8.5.38[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=1853339&r1=1853338&r2=1853339&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Mon Feb 11 10:14:45 2019
@@ -275,58 +275,33 @@ changelog</a>.
 </p>
 
 </div>
-<h3 id="Tomcat_Native_1.2.21_Released">
-<span class="pull-right">2019-01-31</span> Tomcat Native 1.2.21 Released</h3>
-<div class="text">
-
-<p>
-The Apache Tomcat Project is proud to announce the release of version 1.2.21 of
-Tomcat Native. The notable changes since 1.2.19 include:
-</p>
-
-<ul>
-  
-<li>Fixed memory leaks when using NIO/NIO2 with OpenSSL for TLS.</li>
-
-</ul>
-
-<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.21</a>
-
-</p>
-
-</div>
-<h3 id="Tomcat_8.5.37_Released">
-<span class="pull-right">2018-12-18</span> Tomcat 8.5.37 Released</h3>
+<h3 id="Tomcat_8.5.38_Released">
+<span class="pull-right">2019-02-08</span> Tomcat 8.5.38 Released</h3>
 <div class="text">
 
 <p>
-The Apache Tomcat Project is proud to announce the release of version 8.5.37
+The Apache Tomcat Project is proud to announce the release of version 8.5.38
 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.35 include:</p>
+to 8.5.37 include:</p>
 
 <ul>
 
-<li>Implement the requirements of section 8.2.2 2.c of the Servlet 
specification
-    and prevent a web application from deploying if it has fragments with
-    duplicate names and is configured to use relative ordering of
-    fragments.</li>
+<li>Update the packaged version of the Tomcat Native Library to 1.2.21 to pick
+    up the memory leak fixes when using NIO/NIO2 with OpenSSL.</li>
 
-<li>The default Servlet no longer overrides a previously set content-type.</li>
+<li>Correct a regression in the fix for 53737 that did not correctly scan the
+    web application directory structure for JSPs.</li>
 
-<li>Update the packaged version of the Tomcat Native Library to 1.2.19 to pick
-    up the latest Windows binaries built with APR 1.6.5 and OpenSSL 
1.1.1a.</li>
+<li>Improve HTTP/2 timeout handling</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.37_(markt)">Tomcat 8.5
+<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.38_(markt)">Tomcat 8.5
 changelog</a>.
 </p>
 
@@ -337,6 +312,29 @@ changelog</a>.
 
 </p>
 
+</div>
+<h3 id="Tomcat_Native_1.2.21_Released">
+<span class="pull-right">2019-01-31</span> Tomcat Native 1.2.21 Released</h3>
+<div class="text">
+
+<p>
+The Apache Tomcat Project is proud to announce the release of version 1.2.21 of
+Tomcat Native. The notable changes since 1.2.19 include:
+</p>
+
+<ul>
+  
+<li>Fixed memory leaks when using NIO/NIO2 with OpenSSL for TLS.</li>
+
+</ul>
+
+<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.21</a>
+
+</p>
+
 </div>
 <h3 id="Tomcat_7.0.92_Released">
 <span class="pull-right">2018-11-15</span> Tomcat 7.0.92 Released</h3>

Modified: tomcat/site/trunk/docs/migration-85.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-85.html?rev=1853339&r1=1853338&r2=1853339&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-85.html (original)
+++ tomcat/site/trunk/docs/migration-85.html Mon Feb 11 10:14:45 2019
@@ -697,7 +697,8 @@ of Apache Tomcat.</p>
           "8.5.33":"1837884",
           "8.5.34":"1840071",
           "8.5.35":"1845673",
-          "8.5.37":"1848752"
+          "8.5.37":"1848752",
+          "8.5.38":"1852987"
         };
 
         formSubmit.action = 
"http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/"; +
@@ -754,8 +755,9 @@ of Apache Tomcat.</p>
     <option value="8.5.32">8.5.32</option>
     <option value="8.5.33">8.5.33</option>
     <option value="8.5.34">8.5.34</option>
-    <option value="8.5.35" selected>8.5.35</option>
-    <option value="8.5.37">8.5.37</option>
+    <option value="8.5.35">8.5.35</option>
+    <option value="8.5.37" selected>8.5.37</option>
+    <option value="8.5.38">8.5.38</option>
     </select>,</label> <label>new version:
     <select id="select-r2">
     <option value="8.5.0">8.5.0</option>
@@ -785,7 +787,8 @@ of Apache Tomcat.</p>
     <option value="8.5.33">8.5.33</option>
     <option value="8.5.34">8.5.34</option>
     <option value="8.5.35">8.5.35</option>
-    <option value="8.5.37" selected>8.5.37</option>
+    <option value="8.5.37">8.5.37</option>
+    <option value="8.5.38" selected>8.5.38</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=1853339&r1=1853338&r2=1853339&view=diff
==============================================================================
--- tomcat/site/trunk/docs/oldnews.html (original)
+++ tomcat/site/trunk/docs/oldnews.html Mon Feb 11 10:14:45 2019
@@ -247,6 +247,46 @@
 </ul>
 
 </div>
+<h3 id="Tomcat_8.5.37_Released">
+<span class="pull-right">2018-12-18</span> Tomcat 8.5.37 Released</h3>
+<div class="text">
+
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.37
+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.35 include:</p>
+
+<ul>
+
+<li>Implement the requirements of section 8.2.2 2.c of the Servlet 
specification
+    and prevent a web application from deploying if it has fragments with
+    duplicate names and is configured to use relative ordering of
+    fragments.</li>
+
+<li>The default Servlet no longer overrides a previously set content-type.</li>
+
+<li>Update the packaged version of the Tomcat Native Library to 1.2.19 to pick
+    up the latest Windows binaries built with APR 1.6.5 and OpenSSL 
1.1.1a.</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.37_(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.14_Released">
 <span class="pull-right">2018-12-12</span> Tomcat 9.0.14 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=1853339&r1=1853338&r2=1853339&view=diff
==============================================================================
--- tomcat/site/trunk/docs/whichversion.html (original)
+++ tomcat/site/trunk/docs/whichversion.html Mon Feb 11 10:14:45 2019
@@ -255,7 +255,7 @@ and the respective Apache Tomcat version
   <td>1.1</td>
   <td>1.1</td>
   <td>8.5.x</td>
-  <td>8.5.37</td>
+  <td>8.5.38</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=1853339&r1=1853338&r2=1853339&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/xdocs/doap_Tomcat.rdf Mon Feb 11 10:14:45 2019
@@ -68,7 +68,7 @@
       <Version>
         <name>Latest Stable 8.5.x Release</name>
         <created>2018-09-10</created>
-        <revision>8.5.37</revision>
+        <revision>8.5.38</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=1853339&r1=1853338&r2=1853339&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/download-80.xml (original)
+++ tomcat/site/trunk/xdocs/download-80.xml Mon Feb 11 10:14:45 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.37[end]
+[define v]8.5.38[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=1853339&r1=1853338&r2=1853339&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Mon Feb 11 10:14:45 2019
@@ -64,40 +64,24 @@ changelog</a>.
 </p>
 </section>
 
-<section name="Tomcat Native 1.2.21 Released" rtext="2019-01-31">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 1.2.21 of
-Tomcat Native. The notable changes since 1.2.19 include:
-</p>
-<ul>
-  <li>Fixed memory leaks when using NIO/NIO2 with OpenSSL for TLS.</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.21</a>
-</p>
-</section>
-
-<section name="Tomcat 8.5.37 Released" rtext="2018-12-18">
+<section name="Tomcat 8.5.38 Released" rtext="2019-02-08">
 <p>
-The Apache Tomcat Project is proud to announce the release of version 8.5.37
+The Apache Tomcat Project is proud to announce the release of version 8.5.38
 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.35 include:</p>
+to 8.5.37 include:</p>
 <ul>
-<li>Implement the requirements of section 8.2.2 2.c of the Servlet 
specification
-    and prevent a web application from deploying if it has fragments with
-    duplicate names and is configured to use relative ordering of
-    fragments.</li>
-<li>The default Servlet no longer overrides a previously set content-type.</li>
-<li>Update the packaged version of the Tomcat Native Library to 1.2.19 to pick
-    up the latest Windows binaries built with APR 1.6.5 and OpenSSL 
1.1.1a.</li>
+<li>Update the packaged version of the Tomcat Native Library to 1.2.21 to pick
+    up the memory leak fixes when using NIO/NIO2 with OpenSSL.</li>
+<li>Correct a regression in the fix for 53737 that did not correctly scan the
+    web application directory structure for JSPs.</li>
+<li>Improve HTTP/2 timeout handling</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.37_(markt)">Tomcat 8.5
+<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.38_(markt)">Tomcat 8.5
 changelog</a>.
 </p>
 
@@ -106,6 +90,20 @@ changelog</a>.
 </p>
 </section>
 
+<section name="Tomcat Native 1.2.21 Released" rtext="2019-01-31">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 1.2.21 of
+Tomcat Native. The notable changes since 1.2.19 include:
+</p>
+<ul>
+  <li>Fixed memory leaks when using NIO/NIO2 with OpenSSL for TLS.</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.21</a>
+</p>
+</section>
+
 <section name="Tomcat 7.0.92 Released" rtext="2018-11-15">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 7.0.92 of

Modified: tomcat/site/trunk/xdocs/migration-85.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-85.xml?rev=1853339&r1=1853338&r2=1853339&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-85.xml (original)
+++ tomcat/site/trunk/xdocs/migration-85.xml Mon Feb 11 10:14:45 2019
@@ -278,7 +278,8 @@ of Apache Tomcat.</p>
           "8.5.33":"1837884",
           "8.5.34":"1840071",
           "8.5.35":"1845673",
-          "8.5.37":"1848752"
+          "8.5.37":"1848752",
+          "8.5.38":"1852987"
         };
 
         formSubmit.action = 
"http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/"; +
@@ -330,8 +331,9 @@ of Apache Tomcat.</p>
     <option value="8.5.32">8.5.32</option>
     <option value="8.5.33">8.5.33</option>
     <option value="8.5.34">8.5.34</option>
-    <option value="8.5.35" selected="selected">8.5.35</option>
-    <option value="8.5.37">8.5.37</option>
+    <option value="8.5.35">8.5.35</option>
+    <option value="8.5.37" selected="selected">8.5.37</option>
+    <option value="8.5.38">8.5.38</option>
     </select>,</label> <label>new version:
     <select id="select-r2">
     <option value="8.5.0">8.5.0</option>
@@ -361,7 +363,8 @@ of Apache Tomcat.</p>
     <option value="8.5.33">8.5.33</option>
     <option value="8.5.34">8.5.34</option>
     <option value="8.5.35">8.5.35</option>
-    <option value="8.5.37" selected="selected">8.5.37</option>
+    <option value="8.5.37">8.5.37</option>
+    <option value="8.5.38" selected="selected">8.5.38</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=1853339&r1=1853338&r2=1853339&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml (original)
+++ tomcat/site/trunk/xdocs/oldnews.xml Mon Feb 11 10:14:45 2019
@@ -23,6 +23,34 @@
 </ul>
 </section>
 
+<section name="Tomcat 8.5.37 Released" rtext="2018-12-18">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.37
+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.35 include:</p>
+<ul>
+<li>Implement the requirements of section 8.2.2 2.c of the Servlet 
specification
+    and prevent a web application from deploying if it has fragments with
+    duplicate names and is configured to use relative ordering of
+    fragments.</li>
+<li>The default Servlet no longer overrides a previously set content-type.</li>
+<li>Update the packaged version of the Tomcat Native Library to 1.2.19 to pick
+    up the latest Windows binaries built with APR 1.6.5 and OpenSSL 
1.1.1a.</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.37_(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.14 Released" rtext="2018-12-12">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 9.0.14

Modified: tomcat/site/trunk/xdocs/whichversion.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1853339&r1=1853338&r2=1853339&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml (original)
+++ tomcat/site/trunk/xdocs/whichversion.xml Mon Feb 11 10:14:45 2019
@@ -49,7 +49,7 @@ and the respective Apache Tomcat version
   <td>1.1</td>
   <td>1.1</td>
   <td>8.5.x</td>
-  <td>8.5.37</td>
+  <td>8.5.38</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