You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by df...@apache.org on 2009/03/07 07:33:47 UTC

svn commit: r751201 - /commons/proper/dbutils/trunk/xdocs/changes.xml

Author: dfabulich
Date: Sat Mar  7 06:33:46 2009
New Revision: 751201

URL: http://svn.apache.org/viewvc?rev=751201&view=rev
Log:
Adding a 1.2 section 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=751201&r1=751200&r2=751201&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/xdocs/changes.xml (original)
+++ commons/proper/dbutils/trunk/xdocs/changes.xml Sat Mar  7 06:33:46 2009
@@ -38,7 +38,38 @@
     <title>Release Notes</title>
   </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="bayard" type="remove">
+        Remove old Maven1/Ant build scripts
+      </action>
+      <action dev="dfabulich" type="update" issue="DBUTILS-29">
+        Support bean property to SQL IN parameter mapping
+      </action>
+      <action dev="dfabulich" type="fix" issue="DBUTILS-31">
+        fillStatement setNull bug with the Postgres/Derby JDBC driver (and others)
+      </action>
+      <action dev="dfabulich" type="update" issue="DBUTILS-33">
+        Make GenericListHandler (now AbstractListHandler) public
+      </action>
+      <action dev="dfabulich" type="update" issue="DBUTILS-34">
+        BasicRowProcessor loses any information on database field case
+      </action>
+      <action dev="dfabulich" type="update" issue="DBUTILS-37">
+        BeanListHandler#handle(ResultSet) is not optimal
+      </action>
+      <action dev="dfabulich" type="fix" issue="DBUTILS-40">
+        NullPointerException occured at rethrow method
+      </action>     
+      <action dev="dfabulich" type="update" issue="DBUTILS-42">
+        Object with Long or Decimal got initial zero value while database field is null
+      </action>
+      <action dev="dennisl" type="update" issue="DBUTILS-38">
+        example documentation page, update query
+      </action>
+      <action dev="bayard" type="fix" issue="DBUTILS-36">
+        Add serialVersionUID to BasicRowProcessor.CaseInsensitiveHashMap
+      </action>
+    </release>
     <release version="1.1" date="2006-12-01" description="Last couple of years of fixes">
 
       <action dev="bayard" type="fix" issue="DBUTILS-32">