Author: violetagg Date: Sat Feb 15 06:04:54 2020 New Revision: 1874045 URL: http://svn.apache.org/viewvc?rev=1874045&view=rev Log: Updates (excluding docs) for 7.0.100 release
Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/download-70.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/migration-7.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-70.xml tomcat/site/trunk/xdocs/index.xml tomcat/site/trunk/xdocs/migration-7.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=1874045&r1=1874044&r2=1874045&view=diff ============================================================================== --- tomcat/site/trunk/build.properties.default (original) +++ tomcat/site/trunk/build.properties.default Sat Feb 15 06:04:54 2020 @@ -36,7 +36,7 @@ tomcat.loc=http://www.apache.org/dist/to # ----- Tomcat versions ----- -tomcat70=7.0.99 +tomcat70=7.0.100 tomcat85=8.5.51 tomcat90=9.0.31 Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/doap_Tomcat.rdf?rev=1874045&r1=1874044&r2=1874045&view=diff ============================================================================== --- tomcat/site/trunk/docs/doap_Tomcat.rdf (original) +++ tomcat/site/trunk/docs/doap_Tomcat.rdf Sat Feb 15 06:04:54 2020 @@ -74,8 +74,8 @@ <release> <Version> <name>Latest Stable 7.0.x Release</name> - <created>2019-12-17</created> - <revision>7.0.99</revision> + <created>2020-02-14</created> + <revision>7.0.100</revision> </Version> </release> <repository> Modified: tomcat/site/trunk/docs/download-70.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-70.html?rev=1874045&r1=1874044&r2=1874045&view=diff ============================================================================== --- tomcat/site/trunk/docs/download-70.html (original) +++ tomcat/site/trunk/docs/download-70.html Sat Feb 15 06:04:54 2020 @@ -12,7 +12,7 @@ </p> </div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text"> -[define v]7.0.99[end] +[define v]7.0.100[end] <a href="https://www.apache.org/dist/tomcat/tomcat-7/KEYS">KEYS</a> | <a href="#[v]">[v]</a> | <a href="[preferred]tomcat/tomcat-7/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=1874045&r1=1874044&r2=1874045&view=diff ============================================================================== --- tomcat/site/trunk/docs/index.html (original) +++ tomcat/site/trunk/docs/index.html Sat Feb 15 06:04:54 2020 @@ -28,6 +28,29 @@ wiki page.</p> <p>Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat project logo are trademarks of the Apache Software Foundation.</p> +</div><h3 id="Tomcat_7.0.100_Released"><span class="pull-right">2020-02-14</span> Tomcat 7.0.100 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 7.0.100 of +Apache Tomcat. This release contains a number of bug fixes and improvements +compared to version 7.0.99.</p> +<ul> +<li>AJP defaults changed to listen the loopback address, require a secret + and to be disabled in the sample server.xml file. If you are using the + AJP protocol, please refer to the <a href="migration-7.html#Tomcat_7.0.x_noteable_changes">Migration Guide</a> + and update your configuration.</li> +<li>The JmxRemoteLifecycleListener is now deprecated</li> +<li>The HTTP Connector attribute rejectIllegalHeaderName is renamed to + rejectIllegalHeader and expanded to include header values as well as + names</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-7.0-doc/changelog.html#Tomcat_7.0.100_(violetagg)">Tomcat 7 changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-70.cgi">Download</a> +</p> </div><h3 id="Tomcat_9.0.31_Released"><span class="pull-right">2020-02-11</span> Tomcat 9.0.31 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 9.0.31 @@ -78,20 +101,6 @@ changelog</a>. <p style="text-align: center;"> <a href="https://tomcat.apache.org/download-80.cgi">Download</a> </p> -</div><h3 id="Tomcat_7.0.99_Released"><span class="pull-right">2019-12-17</span> Tomcat 7.0.99 Released</h3><div class="text"> -<p> -The Apache Tomcat Project is proud to announce the release of version 7.0.99 of -Apache Tomcat. This release contains a number of bug fixes and improvements -compared to version 7.0.96.</p> - -<p> -Full details of these changes, and all the other changes, are available in the -<a href="tomcat-7.0-doc/changelog.html#Tomcat_7.0.99_(violetagg)">Tomcat 7 changelog</a>. -</p> - -<p style="text-align: center;"> -<a href="https://tomcat.apache.org/download-70.cgi">Download</a> -</p> </div><h3 id="Tomcat_Native_1.2.23_Released"><span class="pull-right">2019-07-02</span> Tomcat Native 1.2.23 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 1.2.23 of Modified: tomcat/site/trunk/docs/migration-7.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-7.html?rev=1874045&r1=1874044&r2=1874045&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration-7.html (original) +++ tomcat/site/trunk/docs/migration-7.html Sat Feb 15 06:04:54 2020 @@ -582,8 +582,9 @@ of Apache Tomcat.</p> <option value="7.0.92">7.0.92</option> <option value="7.0.93">7.0.93</option> <option value="7.0.94">7.0.94</option> - <option value="7.0.96" selected>7.0.96</option> - <option value="7.0.99">7.0.99</option> + <option value="7.0.96">7.0.96</option> + <option value="7.0.99" selected>7.0.99</option> + <option value="7.0.100">7.0.100</option> </select>,</label> <label>new version: <select name="hb"> <option value="7.0.0">7.0.0</option> @@ -654,7 +655,8 @@ of Apache Tomcat.</p> <option value="7.0.93">7.0.93</option> <option value="7.0.94">7.0.94</option> <option value="7.0.96">7.0.96</option> - <option value="7.0.99" selected>7.0.99</option> + <option value="7.0.99">7.0.99</option> + <option value="7.0.100" selected>7.0.100</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> Modified: tomcat/site/trunk/docs/oldnews.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews.html?rev=1874045&r1=1874044&r2=1874045&view=diff ============================================================================== --- tomcat/site/trunk/docs/oldnews.html (original) +++ tomcat/site/trunk/docs/oldnews.html Sat Feb 15 06:04:54 2020 @@ -15,6 +15,20 @@ <li><a href="oldnews-2011.html">year 2011</a></li> <li><a href="oldnews-2010.html">year 2010</a></li> </ul> +</div><h3 id="Tomcat_7.0.99_Released"><span class="pull-right">2019-12-17</span> Tomcat 7.0.99 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 7.0.99 of +Apache Tomcat. This release contains a number of bug fixes and improvements +compared to version 7.0.96.</p> + +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-7.0-doc/changelog.html#Tomcat_7.0.99_(violetagg)">Tomcat 7 changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-70.cgi">Download</a> +</p> </div><h3 id="Tomcat_9.0.30_Released"><span class="pull-right">2019-12-12</span> Tomcat 9.0.30 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 9.0.30 Modified: tomcat/site/trunk/docs/whichversion.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whichversion.html?rev=1874045&r1=1874044&r2=1874045&view=diff ============================================================================== --- tomcat/site/trunk/docs/whichversion.html (original) +++ tomcat/site/trunk/docs/whichversion.html Sat Feb 15 06:04:54 2020 @@ -63,7 +63,7 @@ specifications</a> and the respective Ap <td>1.1</td> <td>N/A</td> <td>7.0.x</td> - <td>7.0.99</td> + <td>7.0.100</td> <td>6 and later<br> (7 and later for WebSocket)</td> </tr> Modified: tomcat/site/trunk/xdocs/doap_Tomcat.rdf URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/doap_Tomcat.rdf?rev=1874045&r1=1874044&r2=1874045&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/doap_Tomcat.rdf (original) +++ tomcat/site/trunk/xdocs/doap_Tomcat.rdf Sat Feb 15 06:04:54 2020 @@ -74,8 +74,8 @@ <release> <Version> <name>Latest Stable 7.0.x Release</name> - <created>2019-12-17</created> - <revision>7.0.99</revision> + <created>2020-02-14</created> + <revision>7.0.100</revision> </Version> </release> <repository> Modified: tomcat/site/trunk/xdocs/download-70.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-70.xml?rev=1874045&r1=1874044&r2=1874045&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/download-70.xml (original) +++ tomcat/site/trunk/xdocs/download-70.xml Sat Feb 15 06:04:54 2020 @@ -22,7 +22,7 @@ Define variable to hold the current version number. Documentation for ezt.py: https://code.google.com/p/ezt/wiki/Syntax --> -[define v]7.0.99[end] +[define v]7.0.100[end] <a href="https://www.apache.org/dist/tomcat/tomcat-7/KEYS">KEYS</a> | <a href="#[v]">[v]</a> | <a href="[preferred]tomcat/tomcat-7/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=1874045&r1=1874044&r2=1874045&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/index.xml (original) +++ tomcat/site/trunk/xdocs/index.xml Sat Feb 15 06:04:54 2020 @@ -40,6 +40,32 @@ project logo are trademarks of the Apach </section> +<section name="Tomcat 7.0.100 Released" rtext="2020-02-14"> +<p> +The Apache Tomcat Project is proud to announce the release of version 7.0.100 of +Apache Tomcat. This release contains a number of bug fixes and improvements +compared to version 7.0.99.</p> +<ul> +<li>AJP defaults changed to listen the loopback address, require a secret + and to be disabled in the sample server.xml file. If you are using the + AJP protocol, please refer to the <a + href="migration-7.html#Tomcat_7.0.x_noteable_changes">Migration Guide</a> + and update your configuration.</li> +<li>The JmxRemoteLifecycleListener is now deprecated</li> +<li>The HTTP Connector attribute rejectIllegalHeaderName is renamed to + rejectIllegalHeader and expanded to include header values as well as + names</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-7.0-doc/changelog.html#Tomcat_7.0.100_(violetagg)">Tomcat 7 changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="download-70.cgi">Download</a> +</p> +</section> + <section name="Tomcat 9.0.31 Released" rtext="2020-02-11"> <p> The Apache Tomcat Project is proud to announce the release of version 9.0.31 @@ -96,22 +122,6 @@ changelog</a>. </p> </section> -<section name="Tomcat 7.0.99 Released" rtext="2019-12-17"> -<p> -The Apache Tomcat Project is proud to announce the release of version 7.0.99 of -Apache Tomcat. This release contains a number of bug fixes and improvements -compared to version 7.0.96.</p> - -<p> -Full details of these changes, and all the other changes, are available in the -<a href="tomcat-7.0-doc/changelog.html#Tomcat_7.0.99_(violetagg)">Tomcat 7 changelog</a>. -</p> - -<p style="text-align: center;"> -<a href="download-70.cgi">Download</a> -</p> -</section> - <section name="Tomcat Native 1.2.23 Released" rtext="2019-07-02"> <p> The Apache Tomcat Project is proud to announce the release of version 1.2.23 of Modified: tomcat/site/trunk/xdocs/migration-7.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-7.xml?rev=1874045&r1=1874044&r2=1874045&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/migration-7.xml (original) +++ tomcat/site/trunk/xdocs/migration-7.xml Sat Feb 15 06:04:54 2020 @@ -598,8 +598,9 @@ of Apache Tomcat.</p> <option value="7.0.92">7.0.92</option> <option value="7.0.93">7.0.93</option> <option value="7.0.94">7.0.94</option> - <option value="7.0.96" selected="selected">7.0.96</option> - <option value="7.0.99">7.0.99</option> + <option value="7.0.96">7.0.96</option> + <option value="7.0.99" selected="selected">7.0.99</option> + <option value="7.0.100">7.0.100</option> </select>,</label> <label>new version: <select name="hb"> <option value="7.0.0">7.0.0</option> @@ -670,7 +671,8 @@ of Apache Tomcat.</p> <option value="7.0.93">7.0.93</option> <option value="7.0.94">7.0.94</option> <option value="7.0.96">7.0.96</option> - <option value="7.0.99" selected="selected">7.0.99</option> + <option value="7.0.99">7.0.99</option> + <option value="7.0.100" selected="selected">7.0.100</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=1874045&r1=1874044&r2=1874045&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/oldnews.xml (original) +++ tomcat/site/trunk/xdocs/oldnews.xml Sat Feb 15 06:04:54 2020 @@ -24,6 +24,22 @@ </ul> </section> +<section name="Tomcat 7.0.99 Released" rtext="2019-12-17"> +<p> +The Apache Tomcat Project is proud to announce the release of version 7.0.99 of +Apache Tomcat. This release contains a number of bug fixes and improvements +compared to version 7.0.96.</p> + +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-7.0-doc/changelog.html#Tomcat_7.0.99_(violetagg)">Tomcat 7 changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="download-70.cgi">Download</a> +</p> +</section> + <section name="Tomcat 9.0.30 Released" rtext="2019-12-12"> <p> The Apache Tomcat Project is proud to announce the release of version 9.0.30 Modified: tomcat/site/trunk/xdocs/whichversion.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1874045&r1=1874044&r2=1874045&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/whichversion.xml (original) +++ tomcat/site/trunk/xdocs/whichversion.xml Sat Feb 15 06:04:54 2020 @@ -72,7 +72,7 @@ specifications</a> and the respective Ap <td>1.1</td> <td>N/A</td> <td>7.0.x</td> - <td>7.0.99</td> + <td>7.0.100</td> <td>6 and later<br/> (7 and later for WebSocket)</td> </tr> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org