Use multi-line description rather than dummy action to provide the info. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/dbutils/branches/2_0@1482102 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-dbutils/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbutils/commit/70b01582 Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/70b01582 Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/70b01582 Branch: refs/heads/2_0 Commit: 70b01582f6e3205fb6c46d504922b2425704e7e1 Parents: 9c8f3b0 Author: Sebastian Bazley <[email protected]> Authored: Mon May 13 20:57:38 2013 +0000 Committer: Sebastian Bazley <[email protected]> Committed: Mon May 13 20:57:38 2013 +0000 ---------------------------------------------------------------------- RELEASE-NOTES.txt | 12 +++++++----- src/changes/changes.xml | 10 +++++----- 2 files changed, 12 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/70b01582/RELEASE-NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 13fdbf8..d23946b 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -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 announce the release of Commons DbUtils 2 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, http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/70b01582/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 04a3b04..a19d1ed 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -43,11 +43,11 @@ The <action> type attribute can be add,update,fix,remove. <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>
