You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/05/13 22:57:38 UTC

svn commit: r1482102 - in /commons/proper/dbutils/branches/2_0: RELEASE-NOTES.txt src/changes/changes.xml

Author: sebb
Date: Mon May 13 20:57:38 2013
New Revision: 1482102

URL: http://svn.apache.org/r1482102
Log:
Use multi-line description rather than dummy action to provide the info.

Modified:
    commons/proper/dbutils/branches/2_0/RELEASE-NOTES.txt
    commons/proper/dbutils/branches/2_0/src/changes/changes.xml

Modified: commons/proper/dbutils/branches/2_0/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/dbutils/branches/2_0/RELEASE-NOTES.txt?rev=1482102&r1=1482101&r2=1482102&view=diff
==============================================================================
--- commons/proper/dbutils/branches/2_0/RELEASE-NOTES.txt (original)
+++ commons/proper/dbutils/branches/2_0/RELEASE-NOTES.txt Mon May 13 20:57:38 2013
@@ -1,5 +1,5 @@
 
-              Apache Commons DbUtils 
+              Apache Commons DbUtils
                      Version 2.0
                     RELEASE NOTES
 
@@ -8,17 +8,19 @@ The Commons DbUtils team is pleased to a
 The Apache Commons-DbUtils package is a set of
   Java utility classes for easing JDBC development.
 
-Complete re-write of QueryRunner to use a fluent API and provide named bindings.
-*Note: This version is NOT backwards compatible with 1.x versions.
+Backwards incompatible update of Commons DBUtils
+
+This is the first release of the 2.x branch of the Commons DbUtils package, DbUtils2.
+The motivation for creating DbUtils2 was two-fold: a number of deprecated methods in the original DbUtils, and the desire to support named parameters (DBUTILS-105).
 
 Changes in this version include:
 
 New features:
-o DBUTILS-105:  Add Named Parameter Support
+o DBUTILS-105:  Added named parameter support with fluent API 
 
 Fixed Bugs:
+o DBUTILS-109:  AbstractExecutor.currentPosition should be an int 
 
-Changes:
 
 
 For complete information on Commons DbUtils, including instructions on how to submit bug reports,

Modified: commons/proper/dbutils/branches/2_0/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbutils/branches/2_0/src/changes/changes.xml?rev=1482102&r1=1482101&r2=1482102&view=diff
==============================================================================
--- commons/proper/dbutils/branches/2_0/src/changes/changes.xml (original)
+++ commons/proper/dbutils/branches/2_0/src/changes/changes.xml Mon May 13 20:57:38 2013
@@ -43,11 +43,11 @@ The <action> type attribute can be add,u
     <title>Release Notes</title>
   </properties>
   <body>
-    <release version="2.0" date="2013-??-??" description="Backwards incompatible update of Commons DBUtils">
-      <action dev="wspeirs" type="add">
-        This is the first release of the 2.x branch of the Commons DbUtils package, DbUtils2.
-	The motivation for creating DbUtils2 was two-fold: a number of deprecated methods in the original DbUtils, and the desire to support named parameters (DBUTILS-105).
-      </action>
+    <release version="2.0" date="2013-??-??" description="Backwards incompatible update of Commons DBUtils
+ 
+ This is the first release of the 2.x branch of the Commons DbUtils package, DbUtils2.
+ The motivation for creating DbUtils2 was two-fold: a number of deprecated methods in the original DbUtils, and the desire to support named parameters (DBUTILS-105).
+    ">
       <action dev="sebb" type="fix" issue="DBUTILS-109">
         AbstractExecutor.currentPosition should be an int
       </action>