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 2021/08/16 12:50:05 UTC

svn commit: r1892372 - in /tomcat/site/trunk: docs/source.html xdocs/migration-10.1.xml xdocs/source.xml

Author: markt
Date: Mon Aug 16 12:50:05 2021
New Revision: 1892372

URL: http://svn.apache.org/viewvc?rev=1892372&view=rev
Log:
Update source page with 10.1.x info. Remove 7.0.x info.

Modified:
    tomcat/site/trunk/docs/source.html
    tomcat/site/trunk/xdocs/migration-10.1.xml
    tomcat/site/trunk/xdocs/source.xml

Modified: tomcat/site/trunk/docs/source.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/source.html?rev=1892372&r1=1892371&r2=1892372&view=diff
==============================================================================
--- tomcat/site/trunk/docs/source.html (original)
+++ tomcat/site/trunk/docs/source.html Mon Aug 16 12:50:05 2021
@@ -9,10 +9,10 @@
 Git for version control. The following components use Git:
 </p>
 <ul>
+<li>Apache Tomcat 10.1.x</li>
 <li>Apache Tomcat 10.0.x</li>
 <li>Apache Tomcat 9.0.x</li>
 <li>Apache Tomcat 8.5.x</li>
-<li>Apache Tomcat 7.0.x</li>
 <li>Apache Tomcat Connectors</li>
 <li>Apache Tomcat Native</li>
 <li>Apache Tomcat Training</li>
@@ -41,19 +41,19 @@ found at git.apache.org or GitHub and ar
 are currently four branches:</p>
 <ul>
 <li>main</li>
+<li>10.0.x</li>
 <li>9.0.x</li>
 <li>8.5.x</li>
-<li>7.0.x</li>
 </ul>
-<p>main is the primary development branch. Apache Tomcat 10.0.x releases are
+<p>main is the primary development branch. Apache Tomcat 10.1.x releases are
 tagged from this branch. Development work generally occurs in this branch
 first.</p>
+<p>10.0.x is the stable release branch for Apache Tomcat 10.0.x. Generally,
+fixes are cherry picked from main into this branch.</p>
 <p>9.0.x is the stable release branch for Apache Tomcat 9.0.x. Generally, fixes
-are cherry picked from main into this branch.</p>
+are cherry picked from 10.0.x into this branch.</p>
 <p>8.5.x is the stable release branch for Apache Tomcat 8.5.x. Generally, fixes
 are cherry picked from 9.0.x into this branch.</p>
-<p>7.0.x is the stable release branch for Apache Tomcat 7.0.x. Generally, fixes
-are cherry picked from 8.5.x into this branch.</p>
 <p>A web based view of this repository is available via
 <a href="https://github.com/apache/tomcat">GitHub</a>.</p>
 </div><h3 id="tomcat-connectors.git">tomcat-connectors.git</h3><div class="text">

Modified: tomcat/site/trunk/xdocs/migration-10.1.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-10.1.xml?rev=1892372&r1=1892371&r2=1892372&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-10.1.xml (original)
+++ tomcat/site/trunk/xdocs/migration-10.1.xml Mon Aug 16 12:50:05 2021
@@ -86,6 +86,9 @@ of Apache Tomcat.</p>
     <p>Of particular note are:</p>
     <ul>
       <li>All code marked as deprecated in 10.0.x has been removed.</li>
+      <li>A number of configuration options have been removed from the
+          <code>JreMemoryLeakPreventionListener</code> as the leaks no longer
+          exist in Java 11 onwards.</li>
     </ul>
 
   </subsection>

Modified: tomcat/site/trunk/xdocs/source.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/source.xml?rev=1892372&r1=1892371&r2=1892372&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/source.xml (original)
+++ tomcat/site/trunk/xdocs/source.xml Mon Aug 16 12:50:05 2021
@@ -17,10 +17,10 @@
 Git for version control. The following components use Git:
 </p>
 <ul>
+<li>Apache Tomcat 10.1.x</li>
 <li>Apache Tomcat 10.0.x</li>
 <li>Apache Tomcat 9.0.x</li>
 <li>Apache Tomcat 8.5.x</li>
-<li>Apache Tomcat 7.0.x</li>
 <li>Apache Tomcat Connectors</li>
 <li>Apache Tomcat Native</li>
 <li>Apache Tomcat Training</li>
@@ -53,19 +53,19 @@ found at git.apache.org or GitHub and ar
 are currently four branches:</p>
 <ul>
 <li>main</li>
+<li>10.0.x</li>
 <li>9.0.x</li>
 <li>8.5.x</li>
-<li>7.0.x</li>
 </ul>
-<p>main is the primary development branch. Apache Tomcat 10.0.x releases are
+<p>main is the primary development branch. Apache Tomcat 10.1.x releases are
 tagged from this branch. Development work generally occurs in this branch
 first.</p>
+<p>10.0.x is the stable release branch for Apache Tomcat 10.0.x. Generally,
+fixes are cherry picked from main into this branch.</p>
 <p>9.0.x is the stable release branch for Apache Tomcat 9.0.x. Generally, fixes
-are cherry picked from main into this branch.</p>
+are cherry picked from 10.0.x into this branch.</p>
 <p>8.5.x is the stable release branch for Apache Tomcat 8.5.x. Generally, fixes
 are cherry picked from 9.0.x into this branch.</p>
-<p>7.0.x is the stable release branch for Apache Tomcat 7.0.x. Generally, fixes
-are cherry picked from 8.5.x into this branch.</p>
 <p>A web based view of this repository is available via
 <a href="https://github.com/apache/tomcat">GitHub</a>.</p>
 </section>



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