You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2015/11/26 09:39:13 UTC

svn commit: r1716581 - in /tomcat/site/trunk/docs: tomcat-8.0-doc/changelog.html tomcat-9.0-doc/changelog.html

Author: kkolinko
Date: Thu Nov 26 08:39:13 2015
New Revision: 1716581

URL: http://svn.apache.org/viewvc?rev=1716581&view=rev
Log:
Update published changelog for Tomcat 8 and 9 with later typo fixes / amendments

Modified:
    tomcat/site/trunk/docs/tomcat-8.0-doc/changelog.html
    tomcat/site/trunk/docs/tomcat-9.0-doc/changelog.html

Modified: tomcat/site/trunk/docs/tomcat-8.0-doc/changelog.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-8.0-doc/changelog.html?rev=1716581&r1=1716580&r2=1716581&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-8.0-doc/changelog.html (original)
+++ tomcat/site/trunk/docs/tomcat-8.0-doc/changelog.html Thu Nov 26 08:39:13 2015
@@ -14,7 +14,7 @@
     <ul class="changelog">
       <li><img alt="Add: " class="icon" src="./images/add.gif">
         Extend the fix for <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57136">57136</a> to provide a JSP Servlet
-        initialisation parameter per web application that controls whether o
+        initialisation parameter per web application that controls whether or
         not EL in JSP attributes is processed as if it uses JSP attribute
         quoting. By default, EL does not use JSP attribute quoting. (markt)
       </li>
@@ -169,8 +169,8 @@
       </li>
       <li><img alt="Update: " class="icon" src="./images/update.gif">
         Synchronize OpenSSL to JSSE cipher mapping to recent OpenSSL changes. In
-        particular, <code>TLSv1.0</code> is no an alias for those ciphers that
-        require TLSv1 and will no work with SDSLv3. <code>TLSv1</code> remains
+        particular, <code>TLSv1.0</code> is now an alias for those ciphers that
+        require TLSv1 and will not work with SSLv3. <code>TLSv1</code> remains
         an alias for <code>SSLv3</code>. (markt)
       </li>
     </ul>
@@ -450,7 +450,7 @@
         asynchronous processing. (markt)
       </li>
       <li><img alt="Fix: " class="icon" src="./images/fix.gif">
-        <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=58379">58379</a>: Fix a rare data race on the interal reference Tomcat
+        <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=58379">58379</a>: Fix a rare data race on the internal reference Tomcat
         retains to the socket when switching to asynchronous processing. (markt)
       </li>
       <li><img alt="Fix: " class="icon" src="./images/fix.gif">

Modified: tomcat/site/trunk/docs/tomcat-9.0-doc/changelog.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/changelog.html?rev=1716581&r1=1716580&r2=1716581&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-9.0-doc/changelog.html (original)
+++ tomcat/site/trunk/docs/tomcat-9.0-doc/changelog.html Thu Nov 26 08:39:13 2015
@@ -67,6 +67,9 @@
         The 1.2.x branch includes ALPN and SNI support which are required for
         HTTP/2. (markt)
       </li>
+      <li><img alt="Add: " class="icon" src="./images/add.gif">
+        Add support for HTTP/2 including server push. (markt)
+      </li>
     </ul>
   </div></div>
   <div class="subsection"><h4 id="Tribes">Tribes</h4><div class="text">



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