Author: markt
Date: Sat Feb 28 19:34:32 2015
New Revision: 1662992

URL: http://svn.apache.org/r1662992
Log:
Formatting

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=1662992&r1=1662991&r2=1662992&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Sat Feb 28 19:34:32 2015
@@ -62,11 +62,20 @@
         Clarify threaded usage of variables by removing volatile marker
         in NonceInfo. Issue reported by Coverity Scan. (fschumacher)
       </fix>
+      <add>
+        <bug>49785</bug>: Enable StartTLS connections for JNDIRealm.
+        (fschumacher)
+      </add>
       <fix>
         <bug>55988</bug>: Add support for Java 8 JSSE server-preferred TLS
         cipher suite ordering. This feature requires Java 8.
         Based upon patches provided by Ognjen Blagojevic. (schultz)
       </fix>
+      <add>
+        <bug>57021</bug>: Improve logging in AprLifecycleListener and
+        jni.Library when Tomcat-Native DLL fails to load. Based on a patch by
+        Pravallika Peddi. (markt/kkolinko)
+      </add>
       <fix>
         <bug>57180</bug>: Further fixes to support the use of arbitrary HTTP
         methods with the CORS filter. (markt)
@@ -83,15 +92,6 @@
         case-insensitive (as documented) and than the case-insensitive
         comparison is performed using the system default Locale. (markt)
       </fix>
-      <add>
-        <bug>57021</bug>: Improve logging in AprLifecycleListener and
-        jni.Library when Tomcat-Native DLL fails to load. Based on a patch by
-        Pravallika Peddi. (markt/kkolinko)
-      </add>
-      <add>
-        <bug>49785</bug>: Enable StartTLS connections for JNDIRealm.
-        (fschumacher)
-      </add>
       <fix>
         When docBase refers internal war and unpackWARs is set to false, avoid
         registration of the invalid redeploy resource that has been added 
".war"
@@ -108,8 +108,8 @@
         path to an existing context. (markt)
       </fix>
       <fix>
-        <bug>57637</bug>: Do not create unnecessary sessions when using 
PersistentValve.
-        (jboynes/fschumacher)
+        <bug>57637</bug>: Do not create unnecessary sessions when using
+        PersistentValve. (jboynes/fschumacher)
       </fix>
     </changelog>
   </subsection>



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

Reply via email to