Author: bayard
Date: Thu Sep 15 02:58:18 2011
New Revision: 1170937
URL: http://svn.apache.org/viewvc?rev=1170937&view=rev
Log:
Adding release notes
Modified:
commons/proper/dbutils/trunk/src/changes/changes.xml
Modified: commons/proper/dbutils/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/src/changes/changes.xml?rev=1170937&r1=1170936&r2=1170937&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/src/changes/changes.xml (original)
+++ commons/proper/dbutils/trunk/src/changes/changes.xml Thu Sep 15 02:58:18
2011
@@ -38,6 +38,20 @@ The <action> type attribute can be add,u
<title>Release Notes</title>
</properties>
<body>
+ <release version="1.4" date="2011-09-??" description="Bugfixes and
addition of asynchronous QueryLoader">
+ <action type="fix" issue="DBUTILS-65">
+ Duplicate code introduced during Java 1.5 branch merge
+ </action>
+ <action type="fix" issue="DBUTILS-79">
+ fillStatement doesn't complain when there are too few parameters
+ </action>
+ <action type="update" issue="DBUTILS-75">
+ efficient usage from findbugs
+ </action>
+ <action type="add" issue="DBUTILS-78">
+ Add asynchronous batch, query, and update calls
+ </action>
+ </release>
<release version="1.3" date="2009-11-04" description="Adds Java5 generics
and varargs">
<action dev="dfabulich" type="add" issue="DBUTILS-48">
Java 1.5 generics and varargs