Update of /cvsroot/proxool/proxool
In directory sc8-pr-cvs1:/tmp/cvs-serv27996
Modified Files:
CHANGES.txt
Log Message:
Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/proxool/proxool/CHANGES.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** CHANGES.txt 21 Feb 2003 11:50:51 -0000 1.16
--- CHANGES.txt 26 Feb 2003 17:00:11 -0000 1.17
***************
*** 6,10 ****
$Author$
! 0.7 - scheduled for February, 2003
- We have dropped the dependency on commons-logging.jar
--- 6,31 ----
$Author$
! 0.8 - scheduled for March 2003
!
! - New JMX component so that you can control Proxool from your
! favourite JMX Agent (like WebLogic, JBoss, MX4J)
!
! - Fixed display bug in AdminServlet - average active time was being
! displayed in milliseconds instead of seconds.
!
! - Refactoring of how definitions are updated and redefined. Use
! ProxoolFacade.updateConnectionPool to make incremental changes
! and ProxoolFacade.redefineConnectionPool to reset the definition
! and start again. (If you pass a Properties object to the DriverManager
! when asking for a connection this will call redefineConnectionPool.)
!
! - if you change the url or any of the delegate properties for a pool's
! definition then all existing connections are automatically killed so that
! new ones are created that conform to the new definition.
!
! - Change to ConfigurationListenerIF API. defintionChanged is now
! called definitionChanged (stupid spelling error).
!
! 0.7 - February 21, 2003
- We have dropped the dependency on commons-logging.jar
|