From: markt Date: Wed, 8 Sep 2010 15:35:48 +0000 (+0000) Subject: Update changelog X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=cf35750b4b2f19526cc1d14aba9d160f2d49d3b6;p=tomcat7.0 Update changelog git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@995099 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/jdbc-pool/doc/changelog.xml b/modules/jdbc-pool/doc/changelog.xml index 73b1b06dc..f9ff434a3 100644 --- a/modules/jdbc-pool/doc/changelog.xml +++ b/modules/jdbc-pool/doc/changelog.xml @@ -31,13 +31,18 @@
+ 995091 49831 Make sure pooled XAConnections are + closed when the connection pool shuts down. Patch provided by Daniel + Mikusa. (markt) + 995087 Code clean-up. Remove some unused code. (markt) + 995083 Update to Tomcat 6.0.29 (for JULI). (markt) 992409 Code clean-up. Reduce sequences of three or more blank lines to two blank lines. (markt) - 952811 48814 Add Validator interface and allow - users to configure a Validator class name. Patch provided by Matt Passell. - (markt) + 952811, 995095 48814 Add Validator + interface and allow users to configure a Validator class name. Patch + provided by Matt Passell. (markt) 948073 Code clean-up. Remove unused imports. (markt) 943434 49224 Only try setting the username and