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 2010/01/17 23:01:11 UTC

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

Author: psteitz
Date: Sun Jan 17 22:01:10 2010
New Revision: 900224

URL: http://svn.apache.org/viewvc?rev=900224&view=rev
Log:
doc fix for DBCP-391.

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=900224&r1=900223&r2=900224&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/xdocs/changes.xml (original)
+++ commons/proper/dbcp/trunk/xdocs/changes.xml Sun Jan 17 22:01:10 2010
@@ -49,6 +49,9 @@
      changes below since 1.2.2 applies to both the 1.3 and 1.4 release.  Other than
      the one issue related to adding JDBC 4 support (DBCP-191), all bug fixes
      or new features are included in both DBCP 1.3 and 1.4 ">
+      <action dev="sebb" type="fix" issue="DBCP-321">
+        Eliminated userKeys LRUMap cache from SharedPoolDataSource.
+      </action>
       <action dev="psteitz" type="fix" issue="DBCP-319" due-to="Sebastian Bazley">
         Made private fields final where possible.
       </action>