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 2014/10/17 18:08:39 UTC

svn commit: r1632619 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Author: kkolinko
Date: Fri Oct 17 16:08:39 2014
New Revision: 1632619

URL: http://svn.apache.org/r1632619
Log:
Fix xml markup broken by r1632606, move connector change into Coyote section.

Modified:
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1632619&r1=1632618&r2=1632619&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Fri Oct 17 16:08:39 2014
@@ -59,9 +59,6 @@
   <subsection name="Catalina">
     <changelog>
       <fix>
-        <bug>53952</bug>: Add support for TLSv1.1 and TLSv1.2 for APR connector.
-        Based upon a patch by Marcel &#352;ebek. (schultz/jfclere)
-      </fix>
         <bug>57022</bug>: Ensure SPNEGO authentication continues to work with
         the JNDI Realm using delegated credentials with recent Oracle JREs.
         (markt)
@@ -80,6 +77,10 @@
   <subsection name="Coyote">
     <changelog>
       <add>
+        <bug>53952</bug>: Add support for TLSv1.1 and TLSv1.2 for APR connector.
+        Based upon a patch by Marcel &#352;ebek. (schultz/jfclere)
+      </add>
+      <add>
         Disable SSLv3 by default for JSSE based HTTPS connectors (BIO and NIO).
         The change also ensures that SSLv2 is disabled for these connectors
         although SSLv2 should already be disabled by default by the JRE. (markt)



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