Author: dfabulich
Date: Wed Mar 11 04:52:50 2009
New Revision: 752371
URL: http://svn.apache.org/viewvc?rev=752371&view=rev
Log:
Added DBUTILS-51 to changes.xml
Modified:
commons/proper/dbutils/trunk/xdocs/changes.xml
Modified: commons/proper/dbutils/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/xdocs/changes.xml?rev=752371&r1=752370&r2=752371&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/xdocs/changes.xml (original)
+++ commons/proper/dbutils/trunk/xdocs/changes.xml Wed Mar 11 04:52:50 2009
@@ -39,6 +39,9 @@
</properties>
<body>
<release version="1.2" date="2009-03-06" description="Another round of
fixes; deprecates methods in preparation for varargs in java5">
+ <action dev="sebb" type="update" issue="DBUTILS-51">
+ Made numerous private instance members final to guarantee thread
safety; changed protected member of KeyedHandler to final
+ </action>
<action dev="bayard" type="remove">
Remove old Maven1/Ant build scripts
</action>