You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by dg...@apache.org on 2004/04/03 07:22:17 UTC

cvs commit: jakarta-commons/dbutils RELEASE-NOTES.txt

dgraham     2004/04/02 21:22:17

  Modified:    dbutils  RELEASE-NOTES.txt
  Log:
  Point to the website for release notes.
  
  Revision  Changes    Path
  1.4       +5 -23     jakarta-commons/dbutils/RELEASE-NOTES.txt
  
  Index: RELEASE-NOTES.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbutils/RELEASE-NOTES.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RELEASE-NOTES.txt	12 Nov 2003 03:07:34 -0000	1.3
  +++ RELEASE-NOTES.txt	3 Apr 2004 05:22:17 -0000	1.4
  @@ -1,30 +1,12 @@
   $Id$
   
  -			 Commons DbUtils Package
  -			   Version 1.0
  -			    Release Notes
  +Commons DbUtils Package
  +Release Notes
   
   
  -INTRODUCTION:
  +You can find release notes for this and past releases online at
   
  -This is the first release of the Commons DbUtils package.  DbUtils
  -is a small set of classes designed to make working with JDBC easier.  More 
  -information can be found at http://jakarta.apache.org/commons/dbutils/.
  -
  -FEATURES:
  -
  -* QueryRunner class with ResultSetHandler interface allow you to easily query or
  -update a database and handle the ResultSet.  Several useful implementations
  -of the ResultSetHandler interface are located in the 
  -org.apache.commons.dbutils.handlers.* package.
  -
  -* ResultSet wrappers that decorate ResultSets with specialized behavior.  See
  -the classes in the org.apache.commons.dbutils.wrappers.* package for details.
  -
  -* Dynamic JDBC API interface implementations via the standard 
  -java.lang.reflect.Proxy class.  This allows you to implement JDBC interfaces
  -such as ResultSet at runtime to avoid API version incompatibilities.  See 
  -org.apache.commons.dbutils.ProxyFactory for details.
  +http://jakarta.apache.org/commons/validator/changes-report.html
   
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org