Author: psteitz
Date: Sat Feb 14 01:56:12 2015
New Revision: 1659742
URL: http://svn.apache.org/r1659742
Log:
Updated to reflect material change for DBCP-412.
Modified:
commons/proper/dbcp/trunk/src/changes/changes.xml
Modified: commons/proper/dbcp/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/src/changes/changes.xml?rev=1659742&r1=1659741&r2=1659742&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/src/changes/changes.xml (original)
+++ commons/proper/dbcp/trunk/src/changes/changes.xml Sat Feb 14 01:56:12 2015
@@ -111,6 +111,10 @@ The <action> type attribute can be add,u
Setting jmxName to null should suppress JMX registration of connection
and statement pools.
</action>
+ <action issue="DBCP-412" dev="psteitz" type="update">
+ Added check to make sure that the PoolingConnectionFactory associated
with
+ a PoolingDataSource is correctly linked with its owning pool.
+ </action>
</release>
<release version="2.0.1" date="24 May 2014" description="This is a bug fix
release.">
<action dev="markt" type="fix">