Update changelog
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 8 Sep 2010 15:35:48 +0000 (15:35 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 8 Sep 2010 15:35:48 +0000 (15:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@995099 13f79535-47bb-0310-9956-ffa450edef68

modules/jdbc-pool/doc/changelog.xml

index 73b1b06..f9ff434 100644 (file)
 <section name="Tomcat JDBC Connection Pool 1.0.9.0">
   <subsection name="pool">
     <changelog>
+      <fix><rev>995091</rev> <bug>49831</bug> Make sure pooled XAConnections are
+      closed when the connection pool shuts down. Patch provided by Daniel
+      Mikusa. (markt)</fix>
+      <update><rev>995087</rev> Code clean-up. Remove some unused code. (markt)
+      </update>
       <update><rev>995083</rev> Update to Tomcat 6.0.29 (for JULI). (markt)
       </update>
       <update><rev>992409</rev> Code clean-up. Reduce sequences of three or more
       blank lines to two blank lines. (markt)</update>
-      <add><rev>952811</rev> <bug>48814</bug> Add Validator interface and allow
-      users to configure a Validator class name. Patch provided by Matt Passell.
-      (markt)</add>
+      <add><rev>952811</rev>, <rev>995095</rev> <bug>48814</bug> Add Validator
+      interface and allow users to configure a Validator class name. Patch
+      provided by Matt Passell. (markt)</add>
       <update><rev>948073</rev> Code clean-up. Remove unused imports. (markt)
       </update>
       <fix><rev>943434</rev> <bug>49224</bug> Only try setting the username and