Update of /cvsroot/proxool/proxool
In directory sc8-pr-cvs1:/tmp/cvs-serv26911
Modified Files:
CHANGES.txt
Log Message:
started change log for 0.6
Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/proxool/proxool/CHANGES.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** CHANGES.txt 3 Dec 2002 16:10:43 -0000 1.9
--- CHANGES.txt 6 Dec 2002 16:08:57 -0000 1.10
***************
*** 6,10 ****
$Author$
! 0.5 (scheduled for November 22, 2002)
- Fix finalisation of old instances. If you deploy to some environments in
--- 6,19 ----
$Author$
! 0.6 (scheduled for December 12, 2002)
!
! - New ConfiguratorIF interface allows you to implement persistent
! configuration
!
! - Bug fix for JDBC drivers that implement the Statement interface
! indirectly (that is, extend a class that implements it rather than
! implementing it directly). (Credit to Martin Crawford).
!
! 0.5 (December 3, 2002)
- Fix finalisation of old instances. If you deploy to some environments in
***************
*** 26,30 ****
- Fix when removing pools that meant that when you tried to add them again
! Proxool thought it was a duplicate (credit to Dan Milstein).
- Improvements to the way Proxool detects changes to the pool definition
--- 35,39 ----
- Fix when removing pools that meant that when you tried to add them again
! Proxool thought it was a duplicate (Credit to Dan Milstein).
- Improvements to the way Proxool detects changes to the pool definition
***************
*** 35,39 ****
- Fix to the ProxyConnection within the equals() method that was causing
! identical conections to be incorrectly reported as unequals (which leads to
problems when adding them to some collections).
--- 44,48 ----
- Fix to the ProxyConnection within the equals() method that was causing
! identical conections to be incorrectly reported as unequal (which leads to
problems when adding them to some collections).
|