Author: simonetripodi Date: Sun Sep 25 14:51:27 2011 New Revision: 1175406 URL: http://svn.apache.org/viewvc?rev=1175406&view=rev Log: added DBUTILS-81 in the changelist
Modified: commons/proper/dbutils/trunk/src/changes/changes.xml Modified: commons/proper/dbutils/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/src/changes/changes.xml?rev=1175406&r1=1175405&r2=1175406&view=diff ============================================================================== --- commons/proper/dbutils/trunk/src/changes/changes.xml (original) +++ commons/proper/dbutils/trunk/src/changes/changes.xml Sun Sep 25 14:51:27 2011 @@ -39,6 +39,9 @@ The <action> type attribute can be add,u </properties> <body> <release version="1.4" date="2011-09-??" description="Bugfixes and addition of asynchronous QueryLoader"> + <action type="fix" issue="DBUTILS-81"> + DbUtils.loadDriver() uses Class.forName() + </action> <action type="fix" issue="DBUTILS-80"> DbUtils.loadDriver catches Throwable </action>