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/02/24 18:13:00 UTC

svn commit: r1662029 - in /tomcat/site/trunk: docs/ xdocs/

Author: markt
Date: Tue Feb 24 17:12:59 2015
New Revision: 1662029

URL: http://svn.apache.org/r1662029
Log:
Update for 8.0.20 excluding docs

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-8.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-8.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=1662029&r1=1662028&r2=1662029&view=diff
==============================================================================
--- tomcat/site/trunk/docs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/docs/doap_Tomcat.rdf Tue Feb 24 17:12:59 2015
@@ -58,7 +58,7 @@
       <Version>
         <name>Latest Stable 8.0.x Release</name>
         <created>2015-01-26</created>
-        <revision>8.0.18</revision>
+        <revision>8.0.20</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=1662029&r1=1662028&r2=1662029&view=diff
==============================================================================
--- tomcat/site/trunk/docs/download-80.html (original)
+++ tomcat/site/trunk/docs/download-80.html Tue Feb 24 17:12:59 2015
@@ -203,7 +203,7 @@
 <h3 id="Quick_Navigation">Quick Navigation</h3>
 <div class="text">
 
-[define v]8.0.18[end]
+[define v]8.0.20[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=1662029&r1=1662028&r2=1662029&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Tue Feb 24 17:12:59 2015
@@ -255,22 +255,29 @@ Full details of these changes, and all t
 </p>
 
 </div>
-<h3 id="Tomcat_8.0.18_Released">
-<span style="float: right;">2015-01-26</span> Tomcat 8.0.18 Released</h3>
+<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.18
-of Apache Tomcat. Apache Tomcat 8.0.18 includes a numerous fixes for issues
-identified in 8.0.17 as well as a number of other enhancements and changes. The
-notable changes since 8.0.17 include:</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>A regression that caused response truncation when using forwarding
-      (<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=57475">57475</a>) has been fixed.</li>
+<li>Fix a performance regression in the new resources implementation when
+      signed JARs are used in a web application.</li>
   
-<li>Various improvements to ReplicatedMap in Tribes.</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>
 

Modified: tomcat/site/trunk/docs/migration-8.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-8.html?rev=1662029&r1=1662028&r2=1662029&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-8.html (original)
+++ tomcat/site/trunk/docs/migration-8.html Tue Feb 24 17:12:59 2015
@@ -587,6 +587,7 @@ of Apache Tomcat.</p>
           "8.0.15":"1636170",
           "8.0.17":"1650582",
           "8.0.18":"1654179",
+          "8.0.20":"1659926",
         };
 
         formSubmit.action = "http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/" +
@@ -630,8 +631,9 @@ of Apache Tomcat.</p>
     <option value="8.0.12">8.0.12</option>
     <option value="8.0.14">8.0.14</option>
     <option value="8.0.15">8.0.15</option>
-    <option value="8.0.17" selected>8.0.17</option>
-    <option value="8.0.18">8.0.18</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>
     </select>,</label> <label>new version:
     <select id="select-r2">
     <option value="8.0.0-RC1">8.0.0-RC1</option>
@@ -647,8 +649,9 @@ of Apache Tomcat.</p>
     <option value="8.0.12">8.0.12</option>
     <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.18</option>
-    <option value="8.0.18" selected>8.0.18</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="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=1662029&r1=1662028&r2=1662029&view=diff
==============================================================================
--- tomcat/site/trunk/docs/oldnews.html (original)
+++ tomcat/site/trunk/docs/oldnews.html Tue Feb 24 17:12:59 2015
@@ -222,6 +222,39 @@
 </ul>
 
 </div>
+<h3 id="Tomcat_8.0.18_Released">
+<span style="float: right;">2015-01-26</span> Tomcat 8.0.18 Released</h3>
+<div class="text">
+
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.0.18
+of Apache Tomcat. Apache Tomcat 8.0.18 includes a numerous fixes for issues
+identified in 8.0.17 as well as a number of other enhancements and changes. The
+notable changes since 8.0.17 include:</p>
+
+<ul>
+  
+<li>A regression that caused response truncation when using forwarding
+      (<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=57475">57475</a>) has been fixed.</li>
+  
+<li>Various improvements to ReplicatedMap in Tribes.</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.18_(markt)">Tomcat 8 changelog</a>.
+</p>
+
+
+<p style="text-align: center;">
+
+<a href="download-80.cgi">Download</a>
+
+</p>
+
+</div>
 <h3 id="Tomcat_8.0.17_Released">
 <span style="float: right;">2015-01-15</span> Tomcat 8.0.17 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=1662029&r1=1662028&r2=1662029&view=diff
==============================================================================
--- tomcat/site/trunk/docs/whichversion.html (original)
+++ tomcat/site/trunk/docs/whichversion.html Tue Feb 24 17:12:59 2015
@@ -240,7 +240,7 @@ mapping between the specifications and t
   <td>3.0</td>
   <td>1.1</td>
   <td>8.0.x</td>
-  <td>8.0.18</td>
+  <td>8.0.20</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=1662029&r1=1662028&r2=1662029&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/xdocs/doap_Tomcat.rdf Tue Feb 24 17:12:59 2015
@@ -58,7 +58,7 @@
       <Version>
         <name>Latest Stable 8.0.x Release</name>
         <created>2015-01-26</created>
-        <revision>8.0.18</revision>
+        <revision>8.0.20</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=1662029&r1=1662028&r2=1662029&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/download-80.xml (original)
+++ tomcat/site/trunk/xdocs/download-80.xml Tue Feb 24 17:12:59 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.18[end]
+[define v]8.0.20[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=1662029&r1=1662028&r2=1662029&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Tue Feb 24 17:12:59 2015
@@ -58,16 +58,22 @@ Full details of these changes, and all t
 </p>
 </section>
 
-<section name="Tomcat 8.0.18 Released" rtext="2015-01-26">
+<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.18
-of Apache Tomcat. Apache Tomcat 8.0.18 includes a numerous fixes for issues
-identified in 8.0.17 as well as a number of other enhancements and changes. The
-notable changes since 8.0.17 include:</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>A regression that caused response truncation when using forwarding
-      (<bug>57475</bug>) has been fixed.</li>
-  <li>Various improvements to ReplicatedMap in Tribes.</li>
+  <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>

Modified: tomcat/site/trunk/xdocs/migration-8.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-8.xml?rev=1662029&r1=1662028&r2=1662029&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-8.xml (original)
+++ tomcat/site/trunk/xdocs/migration-8.xml Tue Feb 24 17:12:59 2015
@@ -244,6 +244,7 @@ of Apache Tomcat.</p>
           "8.0.15":"1636170",
           "8.0.17":"1650582",
           "8.0.18":"1654179",
+          "8.0.20":"1659926",
         };
 
         formSubmit.action = "http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/" +
@@ -282,8 +283,9 @@ of Apache Tomcat.</p>
     <option value="8.0.12">8.0.12</option>
     <option value="8.0.14">8.0.14</option>
     <option value="8.0.15">8.0.15</option>
-    <option value="8.0.17" selected="selected">8.0.17</option>
-    <option value="8.0.18">8.0.18</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>
     </select>,</label> <label>new version:
     <select id="select-r2">
     <option value="8.0.0-RC1">8.0.0-RC1</option>
@@ -299,8 +301,9 @@ of Apache Tomcat.</p>
     <option value="8.0.12">8.0.12</option>
     <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.18</option>
-    <option value="8.0.18" selected="selected">8.0.18</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="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=1662029&r1=1662028&r2=1662029&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml (original)
+++ tomcat/site/trunk/xdocs/oldnews.xml Tue Feb 24 17:12:59 2015
@@ -19,6 +19,28 @@
 </ul>
 </section>
 
+<section name="Tomcat 8.0.18 Released" rtext="2015-01-26">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.0.18
+of Apache Tomcat. Apache Tomcat 8.0.18 includes a numerous fixes for issues
+identified in 8.0.17 as well as a number of other enhancements and changes. The
+notable changes since 8.0.17 include:</p>
+<ul>
+  <li>A regression that caused response truncation when using forwarding
+      (<bug>57475</bug>) has been fixed.</li>
+  <li>Various improvements to ReplicatedMap in Tribes.</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.18_(markt)">Tomcat 8 changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-80.cgi">Download</a>
+</p>
+</section>
+
 <section name="Tomcat 8.0.17 Released" rtext="2015-01-15">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 8.0.17

Modified: tomcat/site/trunk/xdocs/whichversion.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1662029&r1=1662028&r2=1662029&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml (original)
+++ tomcat/site/trunk/xdocs/whichversion.xml Tue Feb 24 17:12:59 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.18</td>
+  <td>8.0.20</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