Author: bayard
Date: Thu Sep 15 15:16:13 2011
New Revision: 1171128
URL: http://svn.apache.org/viewvc?rev=1171128&view=rev
Log:
Generating release notes from changes report
Modified:
commons/proper/dbutils/trunk/RELEASE-NOTES.txt
Modified: commons/proper/dbutils/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/RELEASE-NOTES.txt?rev=1171128&r1=1171127&r2=1171128&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/dbutils/trunk/RELEASE-NOTES.txt Thu Sep 15 15:16:13 2011
@@ -1,12 +1,20 @@
-$Id$
+The Commons DbUtils team is pleased to announce the
commons-dbutils-1.4-SNAPSHOT release!
-Commons DbUtils Package
-Release Notes
+A package of Java utility classes for easing JDBC development
+Changes in this version include:
-You can find release notes for this and past releases online at
+New features:
+o Add asynchronous batch, query, and update calls Issue: DBUTILS-78.
-http://commons.apache.org/dbutils/changes-report.html
+Fixed Bugs:
+o Duplicate code introduced during Java 1.5 branch merge Issue: DBUTILS-65.
+o fillStatement doesn't complain when there are too few parameters Issue:
DBUTILS-79.
+Changes:
+o efficient usage from findbugs Issue: DBUTILS-75.
+Have fun!
+-Commons DbUtils team
+