From: <bil...@us...> - 2006-06-09 18:39:24
|
Update of /cvsroot/proxool/proxool In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19318 Modified Files: CHANGES.txt Log Message: Changes for 0.9.0RC3 Index: CHANGES.txt =================================================================== RCS file: /cvsroot/proxool/proxool/CHANGES.txt,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** CHANGES.txt 24 Mar 2006 00:07:12 -0000 1.43 --- CHANGES.txt 9 Jun 2006 18:39:17 -0000 1.44 *************** *** 6,9 **** --- 6,22 ---- $Author$ + 0.9.0RC3 + + - New naming policy for Cglib stops conflicts with other Cglib instances that are running + (Even ones in different packages). Without using our own naming policy we end + up with exceptions like: + java.lang.LinkageError: duplicate class definition: + $java/lang/Object$$FastClassByCGLIB$$3f697993 + + - Fixed bug in ProxoolDataSource to add in maximum-active-time. Credit to Paolo Di Tommaso. + + - Fixed bug in AdminServlet where select HTML tag was not closed properly. Credit to Paolo Di + Tommaso. + 0.9.0RC2 |