Update of /cvsroot/proxool/proxool
In directory sc8-pr-cvs1:/tmp/cvs-serv13774
Modified Files:
CHANGES.txt
Log Message:
Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/proxool/proxool/CHANGES.txt,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** CHANGES.txt 12 Mar 2003 15:59:54 -0000 1.19
--- CHANGES.txt 19 Apr 2003 13:02:01 -0000 1.20
***************
*** 6,10 ****
$Author$
! 0.7.1 - scheduled for March 2003
- Added a lot of concurrency code - mainly using concurrent package
--- 6,10 ----
$Author$
! 0.7.1 - April 19, 2003
- Added a lot of concurrency code - mainly using concurrent package
***************
*** 39,42 ****
--- 39,49 ----
used by Proxool is more scalable. (Proxool used to create two threads
per pool).
+
+ - Moved AdminServlet to servlet sub-package to make way for upcoming
+ JMX admin implementation.
+
+ - Fixed bug where ConfigurationListenerIF.definitionUpdated was getting called
+ when you passed a Properties object to the Driver regardless if whether the
+ definition had changed.
0.7 - February 21, 2003
|