Author: markt
Date: Mon Aug 20 16:29:11 2018
New Revision: 1838436

URL: http://svn.apache.org/viewvc?rev=1838436&view=rev
Log:
Update for 9.0.11 release

Modified:
    tomcat/site/trunk/build.properties.default
    tomcat/site/trunk/xdocs/download-90.xml
    tomcat/site/trunk/xdocs/index.xml
    tomcat/site/trunk/xdocs/migration-9.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=1838436&r1=1838435&r2=1838436&view=diff
==============================================================================
--- tomcat/site/trunk/build.properties.default (original)
+++ tomcat/site/trunk/build.properties.default Mon Aug 20 16:29:11 2018
@@ -39,7 +39,7 @@ tomcat.loc=http://www.apache.org/dist/to
 tomcat70=7.0.90
 tomcat80=8.0.53
 tomcat85=8.5.32
-tomcat90=9.0.10
+tomcat90=9.0.11
 
 # ----- Download destination -----
 tomcat-site-docs.home=${base.path}/tomcat-site-docs/

Modified: tomcat/site/trunk/xdocs/download-90.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-90.xml?rev=1838436&r1=1838435&r2=1838436&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/download-90.xml (original)
+++ tomcat/site/trunk/xdocs/download-90.xml Mon Aug 20 16:29:11 2018
@@ -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]9.0.10[end]
+[define v]9.0.11[end]
         <a href="https://www.apache.org/dist/tomcat/tomcat-9/KEYS";>KEYS</a> |
         <a href="#[v]">[v]</a> |
         <a href="[preferred]tomcat/tomcat-9/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=1838436&r1=1838435&r2=1838436&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Mon Aug 20 16:29:11 2018
@@ -39,6 +39,37 @@ project logo are trademarks of the Apach
 
 </section>
 
+<section name="Tomcat 9.0.11 Released" rtext="2018-08-17">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.11
+of Apache Tomcat. The notable changes compared to 9.0.11 include:</p>
+<ul>
+<li>Correctly decode URL paths (<code>+</code> should not be decoded to a space
+    in the path) in the RequestDispatcher and the web application class
+    loader.</li>
+<li>Add a default location for the native library:
+    <code>${catalina.home}/bin</code></li>
+<li>Make the Jasper (JSP Engine) Java file generation process multi-threaded.
+    By default, one thread will be used per core. Based on a patch by Dan
+    Fabulich.</li>
+</ul>
+
+<p>
+<strong>Note:</strong> A number of known issues remain using Servlet
+asynchronous support with HTTP/2. These will be fixed in the next release.
+</p>
+
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.11_(markt)">Tomcat 9
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-90.cgi">Download</a>
+</p>
+</section>
+
 <section name="Tomcat 7.0.90 Released" rtext="2018-07-06">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 7.0.90 of
@@ -88,32 +119,6 @@ changelog</a>.
 </p>
 </section>
 
-<section name="Tomcat 9.0.10 Released" rtext="2018-06-25">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.10
-of Apache Tomcat. The notable changes compared to 9.0.10 include:</p>
-<ul>
-<li>Add the RemoteCIDRFilter and RemoteCIDRValve that can be used to allow/deny
-    requests based on IPv4 and/or IPv6 client address where the IP ranges are
-    defined using CIDR notation. Based on a patch by Francis Galiegue.</li>
-<li>Use NIO2 API for websockets writes.</li>
-<li>Update the packaged version of the Tomcat Native Library to 1.2.17 to pick
-    up the latest Windows binaries built with APR 1.6.3 and OpenSSL 
1.0.2o.</li>
-<li>Correct a regression in the Host validation by removing the requirement 
that
-    the final component of a FQDN must be alphabetic.</li>
-</ul>
-
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.10_(markt)">Tomcat 9
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-90.cgi">Download</a>
-</p>
-</section>
-
 <section name="Tomcat 8.5.32 Released" rtext="2018-06-25">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 8.5.32

Modified: tomcat/site/trunk/xdocs/migration-9.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-9.xml?rev=1838436&r1=1838435&r2=1838436&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-9.xml (original)
+++ tomcat/site/trunk/xdocs/migration-9.xml Mon Aug 20 16:29:11 2018
@@ -343,7 +343,8 @@ of Apache Tomcat.</p>
           "9.0.6":"1825860",
           "9.0.7":"1828274",
           "9.0.8":"1830389",
-          "9.0.10":"1833930"
+          "9.0.10":"1833930",
+          "9.0.11":"1837880"
         };
 
         formSubmit.action = "http://svn.apache.org/viewvc/tomcat/trunk/"; +
@@ -392,8 +393,9 @@ of Apache Tomcat.</p>
     <option value="9.0.5">9.0.5</option>
     <option value="9.0.6">9.0.6</option>
     <option value="9.0.7">9.0.7</option>
-    <option value="9.0.8" selected="selected">9.0.8</option>
-    <option value="9.0.10">9.0.10</option>
+    <option value="9.0.8">9.0.8</option>
+    <option value="9.0.10" selected="selected">9.0.10</option>
+    <option value="9.0.11">9.0.11</option>
     </select>,</label> <label>new version:
     <select id="select-r2">
     <option value="9.0.0.M1">9.0.0.M1</option>
@@ -420,7 +422,8 @@ of Apache Tomcat.</p>
     <option value="9.0.6">9.0.6</option>
     <option value="9.0.7">9.0.7</option>
     <option value="9.0.8">9.0.8</option>
-    <option value="9.0.10" selected="selected">9.0.10</option>
+    <option value="9.0.10">9.0.10</option>
+    <option value="9.0.11" selected="selected">9.0.11</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=1838436&r1=1838435&r2=1838436&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml (original)
+++ tomcat/site/trunk/xdocs/oldnews.xml Mon Aug 20 16:29:11 2018
@@ -23,6 +23,32 @@
 </ul>
 </section>
 
+<section name="Tomcat 9.0.10 Released" rtext="2018-06-25">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.10
+of Apache Tomcat. The notable changes compared to 9.0.10 include:</p>
+<ul>
+<li>Add the RemoteCIDRFilter and RemoteCIDRValve that can be used to allow/deny
+    requests based on IPv4 and/or IPv6 client address where the IP ranges are
+    defined using CIDR notation. Based on a patch by Francis Galiegue.</li>
+<li>Use NIO2 API for websockets writes.</li>
+<li>Update the packaged version of the Tomcat Native Library to 1.2.17 to pick
+    up the latest Windows binaries built with APR 1.6.3 and OpenSSL 
1.0.2o.</li>
+<li>Correct a regression in the Host validation by removing the requirement 
that
+    the final component of a FQDN must be alphabetic.</li>
+</ul>
+
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.10_(markt)">Tomcat 9
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-90.cgi">Download</a>
+</p>
+</section>
+
 <section name="Tomcat 7.0.88 Released" rtext="2018-05-11">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 7.0.88 of

Modified: tomcat/site/trunk/xdocs/whichversion.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1838436&r1=1838435&r2=1838436&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml (original)
+++ tomcat/site/trunk/xdocs/whichversion.xml Mon Aug 20 16:29:11 2018
@@ -38,7 +38,7 @@ and the respective Apache Tomcat version
   <td>1.1</td>
   <td>1.1</td>
   <td>9.0.x</td>
-  <td>9.0.10</td>
+  <td>9.0.11</td>
   <td>8 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