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 2015/03/28 00:28:32 UTC

svn commit: r1669709 - in /tomcat/site/trunk: docs/download-80.html docs/index.html docs/migration-8.html docs/oldnews.html docs/whichversion.html xdocs/download-80.xml xdocs/index.xml xdocs/migration-8.xml xdocs/oldnews.xml xdocs/whichversion.xml

Author: markt
Date: Fri Mar 27 23:28:31 2015
New Revision: 1669709

URL: http://svn.apache.org/r1669709
Log:
Update Tomcat site for 8.0.21 release

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

Modified: tomcat/site/trunk/docs/download-80.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-80.html?rev=1669709&r1=1669708&r2=1669709&view=diff
==============================================================================
--- tomcat/site/trunk/docs/download-80.html (original)
+++ tomcat/site/trunk/docs/download-80.html Fri Mar 27 23:28:31 2015
@@ -206,7 +206,7 @@
 <h3 id="Quick_Navigation">Quick Navigation</h3>
 <div class="text">
 
-[define v]8.0.20[end]
+[define v]8.0.21[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=1669709&r1=1669708&r2=1669709&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Fri Mar 27 23:28:31 2015
@@ -227,6 +227,48 @@ project logo are trademarks of the Apach
 
 
 </div>
+<h3 id="Tomcat_8.0.21_Released">
+<span style="float: right;">2015-03-26</span> Tomcat 8.0.21 Released</h3>
+<div class="text">
+
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.0.21
+of Apache Tomcat. Apache Tomcat 8.0.21 includes a numerous fixes for issues
+identified in 8.0.20 as well as a number of other enhancements and changes. The
+notable changes since 8.0.20 include:</p>
+
+<ul>
+  
+<li>Enable Tomcat to detect when a WAR file has been changed while Tomcat is
+      not running.</li>
+  
+<li>Add support for Java 8 JSSE server-preferred TLS cipher suite ordering.
+      This feature requires Java 8.</li>
+  
+<li>Update to Tomcat Native Library version 1.1.33 to pick up the Windows
+      binaries that are based on OpenSSL 1.0.1m and APR 1.5.1</li>
+  
+<li>Implement a new feature for AJP connectors - Tomcat Authorization. If
+      enabled Tomcat, will take an authenticated user name from the AJP protocol
+      and use the appropriate Realm for the request to authorize (i.e. add
+      roles) to that user.</li>
+
+</ul>
+
+
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-8.0-doc/changelog.html">Tomcat 8 changelog</a>.
+</p>
+
+
+<p style="text-align: center;">
+
+<a href="download-80.cgi">Download</a>
+
+</p>
+
+</div>
 <h3 id="Tomcat_Native_1.1.33_Released">
 <span style="float: right;">2015-03-23</span> Tomcat Native 1.1.33 Released</h3>
 <div class="text">
@@ -281,46 +323,6 @@ Please see the <a href="taglibs.html">Ta
 
 </p>
 
-</div>
-<h3 id="Tomcat_8.0.20_Released">
-<span style="float: right;">2015-02-20</span> Tomcat 8.0.20 Released</h3>
-<div class="text">
-
-<p>
-The Apache Tomcat Project is proud to announce the release of version 8.0.20
-of Apache Tomcat. Apache Tomcat 8.0.20 includes a numerous fixes for issues
-identified in 8.0.18 as well as a number of other enhancements and changes. The
-notable changes since 8.0.18 include:</p>
-
-<ul>
-  
-<li>Fix a performance regression in the new resources implementation when
-      signed JARs are used in a web application.</li>
-  
-<li>Fix several bugs that could cause multiple registrations for write events
-      for a single socket when using Servlet 3.0 async. Typically, the side
-      effects of these multiple registrations would be exceptions appearing in
-      the logs.</li>
-  
-<li>Enhance the bean factory used for JNDI resources. The new attribute
-      forceString allows to support non-standard string argument property
-      setters.</li>
-
-</ul>
-
-
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-8.0-doc/changelog.html">Tomcat 8 changelog</a>.
-</p>
-
-
-<p style="text-align: center;">
-
-<a href="download-80.cgi">Download</a>
-
-</p>
-
 </div>
 <h3 id="Tomcat_7.0.59_Released">
 <span style="float: right;">2015-02-04</span> Tomcat 7.0.59 Released</h3>

Modified: tomcat/site/trunk/docs/migration-8.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-8.html?rev=1669709&r1=1669708&r2=1669709&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-8.html (original)
+++ tomcat/site/trunk/docs/migration-8.html Fri Mar 27 23:28:31 2015
@@ -639,6 +639,7 @@ of Apache Tomcat.</p>
           "8.0.17":"1650582",
           "8.0.18":"1654179",
           "8.0.20":"1659926",
+          "8.0.21":"1668647"
         };
 
         formSubmit.action = "http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/" +
@@ -683,8 +684,9 @@ of Apache Tomcat.</p>
     <option value="8.0.14">8.0.14</option>
     <option value="8.0.15">8.0.15</option>
     <option value="8.0.17">8.0.17</option>
-    <option value="8.0.18" selected>8.0.18</option>
-    <option value="8.0.20">8.0.20</option>
+    <option value="8.0.18">8.0.18</option>
+    <option value="8.0.20" selected>8.0.20</option>
+    <option value="8.0.21">8.0.21</option>
     </select>,</label> <label>new version:
     <select id="select-r2">
     <option value="8.0.0-RC1">8.0.0-RC1</option>
@@ -702,7 +704,8 @@ of Apache Tomcat.</p>
     <option value="8.0.15">8.0.15</option>
     <option value="8.0.17">8.0.17</option>
     <option value="8.0.18">8.0.18</option>
-    <option value="8.0.20" selected>8.0.20</option>
+    <option value="8.0.20">8.0.20</option>
+    <option value="8.0.21" selected>8.0.21</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=1669709&r1=1669708&r2=1669709&view=diff
==============================================================================
--- tomcat/site/trunk/docs/oldnews.html (original)
+++ tomcat/site/trunk/docs/oldnews.html Fri Mar 27 23:28:31 2015
@@ -225,6 +225,46 @@
 </ul>
 
 </div>
+<h3 id="Tomcat_8.0.20_Released">
+<span style="float: right;">2015-02-20</span> Tomcat 8.0.20 Released</h3>
+<div class="text">
+
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.0.20
+of Apache Tomcat. Apache Tomcat 8.0.20 includes a numerous fixes for issues
+identified in 8.0.18 as well as a number of other enhancements and changes. The
+notable changes since 8.0.18 include:</p>
+
+<ul>
+  
+<li>Fix a performance regression in the new resources implementation when
+      signed JARs are used in a web application.</li>
+  
+<li>Fix several bugs that could cause multiple registrations for write events
+      for a single socket when using Servlet 3.0 async. Typically, the side
+      effects of these multiple registrations would be exceptions appearing in
+      the logs.</li>
+  
+<li>Enhance the bean factory used for JNDI resources. The new attribute
+      forceString allows to support non-standard string argument property
+      setters.</li>
+
+</ul>
+
+
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-8.0-doc/changelog.html#Tomcat_8.0.20_(markt)">Tomcat 8 changelog</a>.
+</p>
+
+
+<p style="text-align: center;">
+
+<a href="download-80.cgi">Download</a>
+
+</p>
+
+</div>
 <h3 id="Apache_Standard_Taglib_1.2.3_Released">
 <span style="float: right;">2015-02-20</span> Apache Standard Taglib 1.2.3 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=1669709&r1=1669708&r2=1669709&view=diff
==============================================================================
--- tomcat/site/trunk/docs/whichversion.html (original)
+++ tomcat/site/trunk/docs/whichversion.html Fri Mar 27 23:28:31 2015
@@ -243,7 +243,7 @@ mapping between the specifications and t
   <td>3.0</td>
   <td>1.1</td>
   <td>8.0.x</td>
-  <td>8.0.20</td>
+  <td>8.0.21</td>
   <td>7 and later</td>
 
 </tr>

Modified: tomcat/site/trunk/xdocs/download-80.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-80.xml?rev=1669709&r1=1669708&r2=1669709&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/download-80.xml (original)
+++ tomcat/site/trunk/xdocs/download-80.xml Fri Mar 27 23:28:31 2015
@@ -18,7 +18,7 @@
  Define variable to hold the current version number.
  Documentation for ezt.py: https://code.google.com/p/ezt/wiki/Syntax
 -->
-[define v]8.0.20[end]
+[define v]8.0.21[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=1669709&r1=1669708&r2=1669709&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Fri Mar 27 23:28:31 2015
@@ -37,6 +37,35 @@ project logo are trademarks of the Apach
 
 </section>
 
+<section name="Tomcat 8.0.21 Released" rtext="2015-03-26">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.0.21
+of Apache Tomcat. Apache Tomcat 8.0.21 includes a numerous fixes for issues
+identified in 8.0.20 as well as a number of other enhancements and changes. The
+notable changes since 8.0.20 include:</p>
+<ul>
+  <li>Enable Tomcat to detect when a WAR file has been changed while Tomcat is
+      not running.</li>
+  <li>Add support for Java 8 JSSE server-preferred TLS cipher suite ordering.
+      This feature requires Java 8.</li>
+  <li>Update to Tomcat Native Library version 1.1.33 to pick up the Windows
+      binaries that are based on OpenSSL 1.0.1m and APR 1.5.1</li>
+  <li>Implement a new feature for AJP connectors - Tomcat Authorization. If
+      enabled Tomcat, will take an authenticated user name from the AJP protocol
+      and use the appropriate Realm for the request to authorize (i.e. add
+      roles) to that user.</li>
+</ul>
+
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-8.0-doc/changelog.html">Tomcat 8 changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-80.cgi">Download</a>
+</p>
+</section>
+
 <section name="Tomcat Native 1.1.33 Released" rtext="2015-03-23">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 1.1.33 of
@@ -74,34 +103,6 @@ Please see the <a href="taglibs.html">Ta
 </p>
 </section>
 
-<section name="Tomcat 8.0.20 Released" rtext="2015-02-20">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 8.0.20
-of Apache Tomcat. Apache Tomcat 8.0.20 includes a numerous fixes for issues
-identified in 8.0.18 as well as a number of other enhancements and changes. The
-notable changes since 8.0.18 include:</p>
-<ul>
-  <li>Fix a performance regression in the new resources implementation when
-      signed JARs are used in a web application.</li>
-  <li>Fix several bugs that could cause multiple registrations for write events
-      for a single socket when using Servlet 3.0 async. Typically, the side
-      effects of these multiple registrations would be exceptions appearing in
-      the logs.</li>
-  <li>Enhance the bean factory used for JNDI resources. The new attribute
-      forceString allows to support non-standard string argument property
-      setters.</li>
-</ul>
-
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-8.0-doc/changelog.html">Tomcat 8 changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-80.cgi">Download</a>
-</p>
-</section>
-
 <section name="Tomcat 7.0.59 Released" rtext="2015-02-04">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 7.0.59 of

Modified: tomcat/site/trunk/xdocs/migration-8.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-8.xml?rev=1669709&r1=1669708&r2=1669709&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-8.xml (original)
+++ tomcat/site/trunk/xdocs/migration-8.xml Fri Mar 27 23:28:31 2015
@@ -275,6 +275,7 @@ of Apache Tomcat.</p>
           "8.0.17":"1650582",
           "8.0.18":"1654179",
           "8.0.20":"1659926",
+          "8.0.21":"1668647"
         };
 
         formSubmit.action = "http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/" +
@@ -314,8 +315,9 @@ of Apache Tomcat.</p>
     <option value="8.0.14">8.0.14</option>
     <option value="8.0.15">8.0.15</option>
     <option value="8.0.17">8.0.17</option>
-    <option value="8.0.18" selected="selected">8.0.18</option>
-    <option value="8.0.20">8.0.20</option>
+    <option value="8.0.18">8.0.18</option>
+    <option value="8.0.20" selected="selected">8.0.20</option>
+    <option value="8.0.21">8.0.21</option>
     </select>,</label> <label>new version:
     <select id="select-r2">
     <option value="8.0.0-RC1">8.0.0-RC1</option>
@@ -333,7 +335,8 @@ of Apache Tomcat.</p>
     <option value="8.0.15">8.0.15</option>
     <option value="8.0.17">8.0.17</option>
     <option value="8.0.18">8.0.18</option>
-    <option value="8.0.20" selected="selected">8.0.20</option>
+    <option value="8.0.20">8.0.20</option>
+    <option value="8.0.21" selected="selected">8.0.21</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=1669709&r1=1669708&r2=1669709&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml (original)
+++ tomcat/site/trunk/xdocs/oldnews.xml Fri Mar 27 23:28:31 2015
@@ -19,6 +19,34 @@
 </ul>
 </section>
 
+<section name="Tomcat 8.0.20 Released" rtext="2015-02-20">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.0.20
+of Apache Tomcat. Apache Tomcat 8.0.20 includes a numerous fixes for issues
+identified in 8.0.18 as well as a number of other enhancements and changes. The
+notable changes since 8.0.18 include:</p>
+<ul>
+  <li>Fix a performance regression in the new resources implementation when
+      signed JARs are used in a web application.</li>
+  <li>Fix several bugs that could cause multiple registrations for write events
+      for a single socket when using Servlet 3.0 async. Typically, the side
+      effects of these multiple registrations would be exceptions appearing in
+      the logs.</li>
+  <li>Enhance the bean factory used for JNDI resources. The new attribute
+      forceString allows to support non-standard string argument property
+      setters.</li>
+</ul>
+
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-8.0-doc/changelog.html#Tomcat_8.0.20_(markt)">Tomcat 8 changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-80.cgi">Download</a>
+</p>
+</section>
+
 <section name="Apache Standard Taglib 1.2.3 Released" rtext="2015-02-20">
 <!--
   FIXME:

Modified: tomcat/site/trunk/xdocs/whichversion.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1669709&r1=1669708&r2=1669709&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml (original)
+++ tomcat/site/trunk/xdocs/whichversion.xml Fri Mar 27 23:28:31 2015
@@ -45,7 +45,7 @@ mapping between the specifications and t
   <td>3.0</td>
   <td>1.1</td>
   <td>8.0.x</td>
-  <td>8.0.20</td>
+  <td>8.0.21</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