From: <bil...@us...> - 2003-01-24 14:40:14
|
Update of /cvsroot/proxool/proxool In directory sc8-pr-cvs1:/tmp/cvs-serv14779 Modified Files: CHANGES.txt Log Message: change date of release Index: CHANGES.txt =================================================================== RCS file: /cvsroot/proxool/proxool/CHANGES.txt,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** CHANGES.txt 22 Jan 2003 17:33:57 -0000 1.13 --- CHANGES.txt 24 Jan 2003 14:40:08 -0000 1.14 *************** *** 6,10 **** $Author$ ! 0.6 (January 22, 2003) - ProxoolFacade API has changed slightly. Some of the methods no --- 6,10 ---- $Author$ ! 0.6 (January 23, 2003) - ProxoolFacade API has changed slightly. Some of the methods no *************** *** 32,36 **** - 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). --- 32,36 ---- - 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). *************** *** 42,46 **** or any pending transactions have been committed or already rolled back. This will only have an effect if you currently close connections with ! pending transactions. - New ProxoolFacade#getDelegateStatement allows you to get to --- 42,46 ---- or any pending transactions have been committed or already rolled back. This will only have an effect if you currently close connections with ! pending transactions. - New ProxoolFacade#getDelegateStatement allows you to get to |