From: <one...@us...> - 2002-10-31 15:09:57
|
Update of /cvsroot/hibernate/Hibernate In directory usw-pr-cvs1:/tmp/cvs-serv8698 Modified Files: changelog.txt Log Message: cirrus/hibernate/proxy/LazyInitializer.java Index: changelog.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v retrieving revision 1.253 retrieving revision 1.254 diff -C2 -d -r1.253 -r1.254 *** changelog.txt 31 Oct 2002 14:02:17 -0000 1.253 --- changelog.txt 31 Oct 2002 15:09:51 -0000 1.254 *************** *** 4,8 **** ------------------------------------ * Fixed a bad bug binding to JNDI with servers that use serialization in preference to getReference() ! * support for quoted SQL identifiers Changes in version 1.1.8 (30.10.2002) --- 4,9 ---- ------------------------------------ * Fixed a bad bug binding to JNDI with servers that use serialization in preference to getReference() ! * support for quoted SQL identifiers (patch by Jean-Francois Nadeau) ! * Hibernate.initialize() allows the user to force initialization of a proxy or persistent collection Changes in version 1.1.8 (30.10.2002) |