From: <bil...@us...> - 2003-01-22 17:34:02
|
Update of /cvsroot/proxool/proxool In directory sc8-pr-cvs1:/tmp/cvs-serv10815 Modified Files: CHANGES.txt Log Message: Index: CHANGES.txt =================================================================== RCS file: /cvsroot/proxool/proxool/CHANGES.txt,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** CHANGES.txt 15 Jan 2003 00:15:53 -0000 1.12 --- CHANGES.txt 22 Jan 2003 17:33:57 -0000 1.13 *************** *** 6,15 **** $Author$ ! 0.6 (scheduled for December 12, 2002) - New XMLConfigurator and PropertyConfigurator to make it easy to configure proxool from a file. ! - New ConfiguratorIF interface allows you to implement persistent configuration --- 6,32 ---- $Author$ ! 0.6 (January 22, 2003) ! ! - ProxoolFacade API has changed slightly. Some of the methods no ! longer throw an SQLException but a ProxoolException instead. ! This might lead to some small changes in your code. ! ! - There used to be some ambiguity about whether you referred to a ! pool by its alias or its full url (when using ProxoolFacade). This has ! now been fixed. This means you can now change the url (to use a ! different database for instance) without creating a new pool. ! ! - Version information is now logged so you can tell what version of ! Proxool you are using. ! ! - ConnectionPoolStatisticsIF now reports the time the pool was started. ! ! - We now use FastArrayList (from Jakarta Commons) instead of the ! JDK's Vector for improved collection support. - New XMLConfigurator and PropertyConfigurator to make it easy to configure proxool from a file. ! - New ConfigurationListenerIF interface allows you to implement persistent configuration |