You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2009/10/25 22:41:41 UTC

svn commit: r829661 - /commons/proper/dbcp/trunk/xdocs/changes.xml

Author: markt
Date: Sun Oct 25 21:41:41 2009
New Revision: 829661

URL: http://svn.apache.org/viewvc?rev=829661&view=rev
Log:
Add recent fixes.

Modified:
    commons/proper/dbcp/trunk/xdocs/changes.xml

Modified: commons/proper/dbcp/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/xdocs/changes.xml?rev=829661&r1=829660&r2=829661&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/xdocs/changes.xml (original)
+++ commons/proper/dbcp/trunk/xdocs/changes.xml Sun Oct 25 21:41:41 2009
@@ -42,6 +42,13 @@
      new features as well as bug fixes and instrumentation.  Some bug fixes
      will change semantics (e.g. connection close will become idempotent).
      The minimum JDK level will be increased to 1.4">
+      <action dev="markt" type="update" issue="DBCP-203" due-to="Mark Grand">
+        Make the class loader used to load the JDBC driver configurable for the
+        BasicDatasource.
+      </action>
+      <action dev="markt" type="fix" issue="DBCP-8">
+        Handle user password changes for InstanceKeyDataSources.
+      </action>
       <action dev="psteitz" type="update" issue="DBCP-289" due-to="Marc Kannegießer">
         Made XADataSource configurable in BasicManagedDataSource.
       </action>