Author: markt Date: Tue Sep 6 10:00:34 2016 New Revision: 1759400 URL: http://svn.apache.org/viewvc?rev=1759400&view=rev Log: Fix 8.5.x/8.0.x mix-up
Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1759400&r1=1759399&r2=1759400&view=diff ============================================================================== --- tomcat/site/trunk/docs/index.html (original) +++ tomcat/site/trunk/docs/index.html Tue Sep 6 10:00:34 2016 @@ -261,9 +261,10 @@ compared to 8.5.4 include:</p> <li>Treat paths used to obtain a request dispatcher as encoded (configurable)</li> -<li>update the packaged version of the Tomcat Native Library to 1.2.8</li> +<li>Correct regressions in TLS handshake and server certificate handling.</li> -<li>various jdbc-pool fixes</li> +<li>Various improvements to the Rewrite Valve including better alignment with + httpd behaviour and improved UTF-8 handling.</li> </ul> @@ -335,10 +336,9 @@ of Apache Tomcat. Apache Tomcat 8.0.37 i <li>Treat paths used to obtain a request dispatcher as encoded (configurable)</li> -<li>Correct regressions in TLS handshake and server certificate handling.</li> +<li>update the packaged version of the Tomcat Native Library to 1.2.8</li> -<li>Various improvements to the Rewrite Valve including better alignment with - httpd behaviour and improved UTF-8 handling.</li> +<li>various jdbc-pool fixes</li> </ul> Modified: tomcat/site/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1759400&r1=1759399&r2=1759400&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/index.xml (original) +++ tomcat/site/trunk/xdocs/index.xml Tue Sep 6 10:00:34 2016 @@ -49,8 +49,9 @@ compared to 8.5.4 include:</p> <ul> <li>Treat paths used to obtain a request dispatcher as encoded (configurable)</li> -<li>update the packaged version of the Tomcat Native Library to 1.2.8</li> -<li>various jdbc-pool fixes</li> +<li>Correct regressions in TLS handshake and server certificate handling.</li> +<li>Various improvements to the Rewrite Valve including better alignment with + httpd behaviour and improved UTF-8 handling.</li> </ul> <p> @@ -99,9 +100,8 @@ of Apache Tomcat. Apache Tomcat 8.0.37 i <ul> <li>Treat paths used to obtain a request dispatcher as encoded (configurable)</li> -<li>Correct regressions in TLS handshake and server certificate handling.</li> -<li>Various improvements to the Rewrite Valve including better alignment with - httpd behaviour and improved UTF-8 handling.</li> +<li>update the packaged version of the Tomcat Native Library to 1.2.8</li> +<li>various jdbc-pool fixes</li> </ul> <p> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org