Update of /cvsroot/proxool/proxool
In directory sc8-pr-cvs1:/tmp/cvs-serv1287
Modified Files:
CHANGES.txt
Log Message:
0.7.2
Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/proxool/proxool/CHANGES.txt,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** CHANGES.txt 19 Apr 2003 13:02:01 -0000 1.20
--- CHANGES.txt 27 Apr 2003 22:11:58 -0000 1.21
***************
*** 6,9 ****
--- 6,19 ----
$Author$
+ 0.7.2 - April 28, 2003
+
+ - Moved DataSourceTest into Sandbox so that the Ant test target
+ runs correctly.
+
+ - Fixed a bug in ConfigurationListener that meant that if you passed
+ a Properties object to the Driver when asking for a connection to an
+ existing pool it incorrectly called ConfigurationListenerIF.definitionUpdated
+ when there was no change, and didn't call it when there was.
+
0.7.1 - April 19, 2003
|