You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2014/05/24 18:54:59 UTC

svn commit: r1597323 - /commons/proper/dbcp/trunk/src/changes/changes.xml

Author: psteitz
Date: Sat May 24 16:54:59 2014
New Revision: 1597323

URL: http://svn.apache.org/r1597323
Log:
Added 2.0.2 release, updated date of 2.0.1 release.

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=1597323&r1=1597322&r2=1597323&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/src/changes/changes.xml (original)
+++ commons/proper/dbcp/trunk/src/changes/changes.xml Sat May 24 16:54:59 2014
@@ -60,10 +60,13 @@ The <action> type attribute can be add,u
      -->
 
   <body>
-    <release version="2.0.1" date="TBD" description="This is a bug fix release.">
+    <release version="2.0.2" date="TBD" description="This is a bug fix release.">
       <action issue="DBCP-420" dev="sebb" type="fix">
-        InstanceKeyDataSource discards native SQLException when given password does not match password used to create the connection
+        InstanceKeyDataSource discards native SQLException when given password does not match
+        password used to create the connection.
       </action>
+    </release>
+    <release version="2.0.1" date="24 May 2014" description="This is a bug fix release.">
       <action dev="markt" type="fix">
         Small performance improvements when returning connections to the pool.
       </action>