Author: kkolinko
Date: Fri Apr 20 06:15:41 2018
New Revision: 1829624

URL: http://svn.apache.org/viewvc?rev=1829624&view=rev
Log:
Correct changelog entry for r1829376 that fixed BZ 62316.

Add bug number. Fix typo s/datasoucres/datasources/.

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=1829624&r1=1829623&r2=1829624&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Fri Apr 20 06:15:41 2018
@@ -61,19 +61,19 @@
   <subsection name="Catalina">
     <changelog>
       <fix>
+        <bug>62316</bug>: Correct a regression in some refactoring that
+        broke the default factory for JDBC datasources. (markt)
+      </fix>
+      <fix>
         Fix a rare edge case that is unlikely to occur in real usage. This edge
         case meant that writing long streams of UTF-8 characters to the HTTP
         response that consisted almost entirely of surrogate pairs could result
         in one surrogate pair being dropped. (markt)
       </fix>
       <fix>
-        Register MBean when DataSource Resource <code>
-        type="javax.sql.XADataSource"</code>. Patch provided by Masafumi Miura.
-        (csutherl)
-      </fix>
-      <fix>
-        Correct a regression in some refactoring that broke the default factory
-        for JDBC datasoucres. (markt)
+        Register MBean when DataSource Resource
+        <code>type="javax.sql.XADataSource"</code>.
+        Patch provided by Masafumi Miura. (csutherl)
       </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