[Proxool-cvs] proxool CHANGES.txt,1.28,1.29 build.xml,1.65,1.66
UNMAINTAINED!
Brought to you by:
billhorsman
From: <bil...@us...> - 2003-10-27 13:18:33
|
Update of /cvsroot/proxool/proxool In directory sc8-pr-cvs1:/tmp/cvs-serv20786 Modified Files: CHANGES.txt build.xml Log Message: new version Index: CHANGES.txt =================================================================== RCS file: /cvsroot/proxool/proxool/CHANGES.txt,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** CHANGES.txt 26 Oct 2003 15:23:53 -0000 1.28 --- CHANGES.txt 27 Oct 2003 13:13:58 -0000 1.29 *************** *** 6,10 **** $Author$ ! 0.8.0 - (26 October, 2003) - We now use Cglib's proxy library. Together with dropping the use of Timer --- 6,20 ---- $Author$ ! 0.8.1 - October 27, 2003 ! ! - NullPointerException that occured during SQL logging for certain methods ! of excecuting statements has been fixed. Also, logging is optimised to ! do less work if nothing is listening. (No ConnectionListeners registered ! and log level not equal to debug or trace is off). ! ! - Fixed typos in ShutdownHook. And now silently ignore IllegalStateException ! during removal of shutdownHook that occurs during JVM shut down. ! ! 0.8.0 - October 26, 2003 - We now use Cglib's proxy library. Together with dropping the use of Timer Index: build.xml =================================================================== RCS file: /cvsroot/proxool/proxool/build.xml,v retrieving revision 1.65 retrieving revision 1.66 diff -C2 -d -r1.65 -r1.66 *** build.xml 26 Oct 2003 15:33:27 -0000 1.65 --- build.xml 27 Oct 2003 13:13:58 -0000 1.66 *************** *** 27,31 **** <!-- Currect release, e.g. 0.6 --> ! <property name="release" value="0.8.0"/> <!-- Currect release, e.g. 0.6 --> --- 27,31 ---- <!-- Currect release, e.g. 0.6 --> ! <property name="release" value="0.8.1"/> <!-- Currect release, e.g. 0.6 --> |