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/06/02 14:13:44 UTC

svn commit: r950518 - /commons/proper/pool/trunk/src/changes/changes.xml

Author: psteitz
Date: Wed Jun  2 12:13:44 2010
New Revision: 950518

URL: http://svn.apache.org/viewvc?rev=950518&view=rev
Log:
Added missing type attribute omitted in r95846.

Modified:
    commons/proper/pool/trunk/src/changes/changes.xml

Modified: commons/proper/pool/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/changes/changes.xml?rev=950518&r1=950517&r2=950518&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/changes/changes.xml (original)
+++ commons/proper/pool/trunk/src/changes/changes.xml Wed Jun  2 12:13:44 2010
@@ -21,7 +21,7 @@
   </properties>
   <body>
   <release version="1.5.5" date="TBD" description="TBD">
-    <action dev="markt" issue="POOL-161">
+    <action dev="markt" type="fix" issue="POOL-161">
       Made the default context class loader for the eviction thread the same loader that loads
       the library to prevent memory leaks in multiple class loader environments.
     </action>