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 2016/02/08 12:18:26 UTC

svn commit: r1729134 - in /tomcat/site/trunk: build.properties.default docs/download-90.html docs/index.html docs/oldnews.html docs/whichversion.html xdocs/download-90.xml xdocs/index.xml xdocs/oldnews.xml xdocs/whichversion.xml

Author: markt
Date: Mon Feb  8 11:18:26 2016
New Revision: 1729134

URL: http://svn.apache.org/viewvc?rev=1729134&view=rev
Log:
Update docs for 9.0.0.M3 release

Modified:
    tomcat/site/trunk/build.properties.default
    tomcat/site/trunk/docs/download-90.html
    tomcat/site/trunk/docs/index.html
    tomcat/site/trunk/docs/oldnews.html
    tomcat/site/trunk/docs/whichversion.html
    tomcat/site/trunk/xdocs/download-90.xml
    tomcat/site/trunk/xdocs/index.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=1729134&r1=1729133&r2=1729134&view=diff
==============================================================================
--- tomcat/site/trunk/build.properties.default (original)
+++ tomcat/site/trunk/build.properties.default Mon Feb  8 11:18:26 2016
@@ -39,7 +39,7 @@ tomcat.loc=http://www.apache.org/dist/to
 tomcat60=6.0.43
 tomcat70=7.0.67
 tomcat80=8.0.30
-tomcat90=9.0.0.M1
+tomcat90=9.0.0.M3
 
 # ----- Download destination -----
 tomcat-site-docs.home=${base.path}/tomcat-site-docs/

Modified: tomcat/site/trunk/docs/download-90.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-90.html?rev=1729134&r1=1729133&r2=1729134&view=diff
==============================================================================
--- tomcat/site/trunk/docs/download-90.html (original)
+++ tomcat/site/trunk/docs/download-90.html Mon Feb  8 11:18:26 2016
@@ -215,7 +215,7 @@
 <h3 id="Quick_Navigation">Quick Navigation</h3>
 <div class="text">
 
-[define v]9.0.0.M1[end]
+[define v]9.0.0.M3[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/docs/index.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1729134&r1=1729133&r2=1729134&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Mon Feb  8 11:18:26 2016
@@ -237,6 +237,43 @@ project logo are trademarks of the Apach
 
 
 </div>
+<h3 id="Tomcat_9.0.0.M3_(alpha)_Released">
+<span style="float: right;">2016-02-05</span> Tomcat 9.0.0.M3 (alpha) Released</h3>
+<div class="text">
+
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.0.M3
+(alpha) of Apache Tomcat. The is a milestone release of the 9.0.x branch and has
+been made to provide users with early access to the new features in Apache
+Tomcat 9.0.x so that they may provide feedback. The notable changes compared to
+9.0.0.M1 include:</p>
+
+<ul>
+
+<li>Added the ability to use OpenSSL with JSSE style TLS configuration</li>
+
+<li>Added support for relative HTTP redirects</li>
+
+<li>Added the ability to access the CredentialHandler via the
+    ServletContext</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.0.M1_(markt)">Tomcat 9
+changelog</a>.
+</p>
+
+
+<p style="text-align: center;">
+
+<a href="download-90.cgi">Download</a>
+
+</p>
+
+</div>
 <h3 id="Tomcat_Native_1.2.4_Released">
 <span style="float: right;">2016-01-11</span> Tomcat Native 1.2.4 Released</h3>
 <div class="text">
@@ -374,43 +411,6 @@ changelog</a>.
 
 </p>
 
-</div>
-<h3 id="Tomcat_9.0.0.M1_(alpha)_Released">
-<span style="float: right;">2015-11-19</span> Tomcat 9.0.0.M1 (alpha) Released</h3>
-<div class="text">
-
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.0.M1
-(alpha) of Apache Tomcat. The is the first milestone release of the 9.0.x branch
-and has been made to provide users with early access to the new features in
-Apache Tomcat 9.0.x so that they may provide feedback.The notable changes
-compared to 8.0.x include:</p>
-
-<ul>
-
-<li>Adding support for HTTP/2, and TLS virtual hosting</li>
-
-<li>An implementation of the current draft of the Servlet 4.0 specification</li>
-
-<li>The BIO connectors, support for Windows Itanium and support for Comet have
-    been removed</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.0.M1_(markt)">Tomcat 9
-changelog</a>.
-</p>
-
-
-<p style="text-align: center;">
-
-<a href="download-90.cgi">Download</a>
-
-</p>
-
 </div>
 <h3 id="Tomcat_Connectors_1.2.41_Released">
 <span style="float: right;">2015-08-11</span> Tomcat Connectors 1.2.41 Released</h3>

Modified: tomcat/site/trunk/docs/oldnews.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews.html?rev=1729134&r1=1729133&r2=1729134&view=diff
==============================================================================
--- tomcat/site/trunk/docs/oldnews.html (original)
+++ tomcat/site/trunk/docs/oldnews.html Mon Feb  8 11:18:26 2016
@@ -308,6 +308,43 @@ changelog</a>.
 </p>
 
 </div>
+<h3 id="Tomcat_9.0.0.M1_(alpha)_Released">
+<span style="float: right;">2015-11-19</span> Tomcat 9.0.0.M1 (alpha) Released</h3>
+<div class="text">
+
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.0.M1
+(alpha) of Apache Tomcat. The is the first milestone release of the 9.0.x branch
+and has been made to provide users with early access to the new features in
+Apache Tomcat 9.0.x so that they may provide feedback.The notable changes
+compared to 8.0.x include:</p>
+
+<ul>
+
+<li>Adding support for HTTP/2, and TLS virtual hosting</li>
+
+<li>An implementation of the current draft of the Servlet 4.0 specification</li>
+
+<li>The BIO connectors, support for Windows Itanium and support for Comet have
+    been removed</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.0.M1_(markt)">Tomcat 9
+changelog</a>.
+</p>
+
+
+<p style="text-align: center;">
+
+<a href="download-90.cgi">Download</a>
+
+</p>
+
+</div>
 <h3 id="Tomcat_Native_1.2.2_Released">
 <span style="float: right;">2015-11-09</span> Tomcat Native 1.2.2 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=1729134&r1=1729133&r2=1729134&view=diff
==============================================================================
--- tomcat/site/trunk/docs/whichversion.html (original)
+++ tomcat/site/trunk/docs/whichversion.html Mon Feb  8 11:18:26 2016
@@ -239,7 +239,7 @@ mapping between the specifications and t
   <td>TBD (3.1?)</td>
   <td>TBD (1.2?)</td>
   <td>9.0.x</td>
-  <td>9.0.0.M1 (alpha)</td>
+  <td>9.0.0.M3 (alpha)</td>
   <td>8 and later</td>
 
 </tr>

Modified: tomcat/site/trunk/xdocs/download-90.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-90.xml?rev=1729134&r1=1729133&r2=1729134&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/download-90.xml (original)
+++ tomcat/site/trunk/xdocs/download-90.xml Mon Feb  8 11:18:26 2016
@@ -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.0.M1[end]
+[define v]9.0.0.M3[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=1729134&r1=1729133&r2=1729134&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Mon Feb  8 11:18:26 2016
@@ -38,6 +38,31 @@ project logo are trademarks of the Apach
 
 </section>
 
+<section name="Tomcat 9.0.0.M3 (alpha) Released" rtext="2016-02-05">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.0.M3
+(alpha) of Apache Tomcat. The is a milestone release of the 9.0.x branch and has
+been made to provide users with early access to the new features in Apache
+Tomcat 9.0.x so that they may provide feedback. The notable changes compared to
+9.0.0.M1 include:</p>
+<ul>
+<li>Added the ability to use OpenSSL with JSSE style TLS configuration</li>
+<li>Added support for relative HTTP redirects</li>
+<li>Added the ability to access the CredentialHandler via the
+    ServletContext</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.0.M1_(markt)">Tomcat 9
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-90.cgi">Download</a>
+</p>
+</section>
+
 <section name="Tomcat Native 1.2.4 Released" rtext="2016-01-11">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 1.2.4 of
@@ -128,31 +153,6 @@ changelog</a>.
 </p>
 </section>
 
-<section name="Tomcat 9.0.0.M1 (alpha) Released" rtext="2015-11-19">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.0.M1
-(alpha) of Apache Tomcat. The is the first milestone release of the 9.0.x branch
-and has been made to provide users with early access to the new features in
-Apache Tomcat 9.0.x so that they may provide feedback.The notable changes
-compared to 8.0.x include:</p>
-<ul>
-<li>Adding support for HTTP/2, and TLS virtual hosting</li>
-<li>An implementation of the current draft of the Servlet 4.0 specification</li>
-<li>The BIO connectors, support for Windows Itanium and support for Comet have
-    been removed</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.0.M1_(markt)">Tomcat 9
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-90.cgi">Download</a>
-</p>
-</section>
-
 <section name="Tomcat Connectors 1.2.41 Released" rtext="2015-08-11">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 1.2.41 of

Modified: tomcat/site/trunk/xdocs/oldnews.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/oldnews.xml?rev=1729134&r1=1729133&r2=1729134&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml (original)
+++ tomcat/site/trunk/xdocs/oldnews.xml Mon Feb  8 11:18:26 2016
@@ -67,6 +67,31 @@ changelog</a>.
 </p>
 </section>
 
+<section name="Tomcat 9.0.0.M1 (alpha) Released" rtext="2015-11-19">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.0.M1
+(alpha) of Apache Tomcat. The is the first milestone release of the 9.0.x branch
+and has been made to provide users with early access to the new features in
+Apache Tomcat 9.0.x so that they may provide feedback.The notable changes
+compared to 8.0.x include:</p>
+<ul>
+<li>Adding support for HTTP/2, and TLS virtual hosting</li>
+<li>An implementation of the current draft of the Servlet 4.0 specification</li>
+<li>The BIO connectors, support for Windows Itanium and support for Comet have
+    been removed</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.0.M1_(markt)">Tomcat 9
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-90.cgi">Download</a>
+</p>
+</section>
+
 <section name="Tomcat Native 1.2.2 Released" rtext="2015-11-09">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 1.2.2 of

Modified: tomcat/site/trunk/xdocs/whichversion.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1729134&r1=1729133&r2=1729134&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml (original)
+++ tomcat/site/trunk/xdocs/whichversion.xml Mon Feb  8 11:18:26 2016
@@ -35,7 +35,7 @@ mapping between the specifications and t
   <td>TBD (3.1?)</td>
   <td>TBD (1.2?)</td>
   <td>9.0.x</td>
-  <td>9.0.0.M1 (alpha)</td>
+  <td>9.0.0.M3 (alpha)</td>
   <td>8 and later</td>
 </tr>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org