Author: markt
Date: Wed Dec 19 20:42:04 2018
New Revision: 1849337
URL: http://svn.apache.org/viewvc?rev=1849337&view=rev
Log:
Update site for 8.5.37 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=1849337&r1=1849336&r2=1849337&view=diff
==============================================================================
--- tomcat/site/trunk/build.properties.default (original)
+++ tomcat/site/trunk/build.properties.default Wed Dec 19 20:42:04 2018
@@ -38,7 +38,7 @@ tomcat.loc=http://www.apache.org/dist/to
# ----- Tomcat versions -----
tomcat70=7.0.92
tomcat80=8.0.53
-tomcat85=8.5.35
+tomcat85=8.5.37
tomcat90=9.0.14
# ----- Download destination -----
Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/doap_Tomcat.rdf?rev=1849337&r1=1849336&r2=1849337&view=diff
==============================================================================
--- tomcat/site/trunk/docs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/docs/doap_Tomcat.rdf Wed Dec 19 20:42:04 2018
@@ -68,7 +68,7 @@
<Version>
<name>Latest Stable 8.5.x Release</name>
<created>2018-09-10</created>
- <revision>8.5.35</revision>
+ <revision>8.5.37</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=1849337&r1=1849336&r2=1849337&view=diff
==============================================================================
--- tomcat/site/trunk/docs/download-80.html (original)
+++ tomcat/site/trunk/docs/download-80.html Wed Dec 19 20:42:04 2018
@@ -221,7 +221,7 @@
<h3 id="Quick_Navigation">Quick Navigation</h3>
<div class="text">
-[define v]8.5.35[end]
+[define v]8.5.37[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=1849337&r1=1849336&r2=1849337&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Wed Dec 19 20:42:04 2018
@@ -237,6 +237,46 @@ project logo are trademarks of the Apach
</div>
+<h3 id="Tomcat_8.5.37_Released">
+<span class="pull-right">2018-11-07</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">
@@ -330,43 +370,6 @@ Full details of these changes, and all t
</p>
-</div>
-<h3 id="Tomcat_8.5.35_Released">
-<span class="pull-right">2018-11-07</span> Tomcat 8.5.35 Released</h3>
-<div class="text">
-
-<p>
-The Apache Tomcat Project is proud to announce the release of version 8.5.35
-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.34 include:</p>
-
-<ul>
-
-<li>support for TLSv1.3 when used with a JRE or OpenSSl version that supports
- it</li>
-
-<li>multiple improvements to the RewriteValve</li>
-
-<li>correct several regressions in the JSP compiler</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.35_(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_Connectors_1.2.46_Released">
<span class="pull-right">2018-10-13</span> Tomcat Connectors 1.2.46
Released</h3>
Modified: tomcat/site/trunk/docs/migration-85.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-85.html?rev=1849337&r1=1849336&r2=1849337&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-85.html (original)
+++ tomcat/site/trunk/docs/migration-85.html Wed Dec 19 20:42:04 2018
@@ -696,7 +696,8 @@ of Apache Tomcat.</p>
"8.5.32":"1833943",
"8.5.33":"1837884",
"8.5.34":"1840071",
- "8.5.35":"1845673"
+ "8.5.35":"1845673",
+ "8.5.37":"1848752"
};
formSubmit.action =
"http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/" +
@@ -752,8 +753,9 @@ of Apache Tomcat.</p>
<option value="8.5.31">8.5.31</option>
<option value="8.5.32">8.5.32</option>
<option value="8.5.33">8.5.33</option>
- <option value="8.5.34" selected>8.5.34</option>
- <option value="8.5.35">8.5.35</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>
</select>,</label> <label>new version:
<select id="select-r2">
<option value="8.5.0">8.5.0</option>
@@ -782,7 +784,8 @@ 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.35">8.5.35</option>
+ <option value="8.5.37" selected>8.5.37</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=1849337&r1=1849336&r2=1849337&view=diff
==============================================================================
--- tomcat/site/trunk/docs/oldnews.html (original)
+++ tomcat/site/trunk/docs/oldnews.html Wed Dec 19 20:42:04 2018
@@ -281,6 +281,43 @@ changelog</a>.
</p>
</div>
+<h3 id="Tomcat_8.5.35_Released">
+<span class="pull-right">2018-11-07</span> Tomcat 8.5.35 Released</h3>
+<div class="text">
+
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.35
+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.34 include:</p>
+
+<ul>
+
+<li>support for TLSv1.3 when used with a JRE or OpenSSl version that supports
+ it</li>
+
+<li>multiple improvements to the RewriteValve</li>
+
+<li>correct several regressions in the JSP compiler</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.35_(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.18_Released">
<span class="pull-right">2018-10-20</span> Tomcat Native 1.2.18 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=1849337&r1=1849336&r2=1849337&view=diff
==============================================================================
--- tomcat/site/trunk/docs/whichversion.html (original)
+++ tomcat/site/trunk/docs/whichversion.html Wed Dec 19 20:42:04 2018
@@ -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.35</td>
+ <td>8.5.37</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=1849337&r1=1849336&r2=1849337&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/xdocs/doap_Tomcat.rdf Wed Dec 19 20:42:04 2018
@@ -68,7 +68,7 @@
<Version>
<name>Latest Stable 8.5.x Release</name>
<created>2018-09-10</created>
- <revision>8.5.35</revision>
+ <revision>8.5.37</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=1849337&r1=1849336&r2=1849337&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/download-80.xml (original)
+++ tomcat/site/trunk/xdocs/download-80.xml Wed Dec 19 20:42:04 2018
@@ -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.35[end]
+[define v]8.5.37[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=1849337&r1=1849336&r2=1849337&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Wed Dec 19 20:42:04 2018
@@ -39,6 +39,34 @@ project logo are trademarks of the Apach
</section>
+<section name="Tomcat 8.5.37 Released" rtext="2018-11-07">
+<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
@@ -100,31 +128,6 @@ Full details of these changes, and all t
</p>
</section>
-<section name="Tomcat 8.5.35 Released" rtext="2018-11-07">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 8.5.35
-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.34 include:</p>
-<ul>
-<li>support for TLSv1.3 when used with a JRE or OpenSSl version that supports
- it</li>
-<li>multiple improvements to the RewriteValve</li>
-<li>correct several regressions in the JSP compiler</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.35_(markt)">Tomcat 8.5
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-80.cgi">Download</a>
-</p>
-</section>
-
<section name="Tomcat Connectors 1.2.46 Released" rtext="2018-10-13">
<p>
The Apache Tomcat Project is proud to announce the release of version 1.2.46 of
Modified: tomcat/site/trunk/xdocs/migration-85.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-85.xml?rev=1849337&r1=1849336&r2=1849337&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-85.xml (original)
+++ tomcat/site/trunk/xdocs/migration-85.xml Wed Dec 19 20:42:04 2018
@@ -277,7 +277,8 @@ of Apache Tomcat.</p>
"8.5.32":"1833943",
"8.5.33":"1837884",
"8.5.34":"1840071",
- "8.5.35":"1845673"
+ "8.5.35":"1845673",
+ "8.5.37":"1848752"
};
formSubmit.action =
"http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/" +
@@ -328,8 +329,9 @@ of Apache Tomcat.</p>
<option value="8.5.31">8.5.31</option>
<option value="8.5.32">8.5.32</option>
<option value="8.5.33">8.5.33</option>
- <option value="8.5.34" selected="selected">8.5.34</option>
- <option value="8.5.35">8.5.35</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>
</select>,</label> <label>new version:
<select id="select-r2">
<option value="8.5.0">8.5.0</option>
@@ -358,7 +360,8 @@ 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.35">8.5.35</option>
+ <option value="8.5.37" selected="selected">8.5.37</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=1849337&r1=1849336&r2=1849337&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml (original)
+++ tomcat/site/trunk/xdocs/oldnews.xml Wed Dec 19 20:42:04 2018
@@ -45,6 +45,31 @@ changelog</a>.
</p>
</section>
+<section name="Tomcat 8.5.35 Released" rtext="2018-11-07">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.35
+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.34 include:</p>
+<ul>
+<li>support for TLSv1.3 when used with a JRE or OpenSSl version that supports
+ it</li>
+<li>multiple improvements to the RewriteValve</li>
+<li>correct several regressions in the JSP compiler</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.35_(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.18 Released" rtext="2018-10-20">
<p>
The Apache Tomcat Project is proud to announce the release of version 1.2.18 of
Modified: tomcat/site/trunk/xdocs/whichversion.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1849337&r1=1849336&r2=1849337&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml (original)
+++ tomcat/site/trunk/xdocs/whichversion.xml Wed Dec 19 20:42:04 2018
@@ -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.35</td>
+ <td>8.5.37</td>
<td>7 and later</td>
</tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]