You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2003/10/11 16:52:53 UTC

cvs commit: jakarta-commons/dbcp release_notes.txt

dirkv       2003/10/11 07:52:53

  Modified:    dbcp     release_notes.txt
  Log:
  correct version number & add fix issue 22776
  
  Revision  Changes    Path
  1.2       +5 -2      jakarta-commons/dbcp/release_notes.txt
  
  Index: release_notes.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/release_notes.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- release_notes.txt	28 Sep 2003 17:03:43 -0000	1.1
  +++ release_notes.txt	11 Oct 2003 14:52:53 -0000	1.2
  @@ -1,4 +1,4 @@
  -Release notes for Commons-DBCP 2.0
  +Release notes for Commons-DBCP 1.1
   ===================================
   There were a lot changes since the 1.0 release on 12 Aug 2002.
   * All existing featueres can now be configured by JNDI Context providers (Tomcat)
  @@ -24,7 +24,7 @@
   
   * UML Class & sequence diagrams, configuration documentation
   
  -* The following issues were resolved: (see Bugzilla for complete description)
  +* The following issues were resolved since v1.0: (see Bugzilla for complete description)
    6934    2003-09-20    Blo    DUPL    SQLTransformer.java - infinite loop in getConnection
    7038    2002-03-18    Nor    FIXE    DBCP does not build under JDK 1.4
    7727    2002-04-20    Maj    FIXE    Infinite loop (stack overflow) in BasicDataSource
  @@ -104,3 +104,6 @@
   23293    2003-09-20    Nor    FIXE    setAutoCommit(true) when returning connection to the pool
   23304    2003-09-21    Nor    FIXE    NullpointerException when no driverClassName is specified
   
  +* The following issues were resolved since v1.1RC1:
  +22776     2003-09-30   Nor    FIXE    DBCP should not be writing messages to stderr or stdout
  +                                      (removed unneeded logging in AbandonedObjectPool)
  
  
  

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