From: <one...@us...> - 2002-11-26 15:48:38
|
Update of /cvsroot/hibernate/Hibernate In directory sc8-pr-cvs1:/tmp/cvs-serv14794 Modified Files: changelog.txt Log Message: LockMode now serializes itself correctly Index: changelog.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v retrieving revision 1.275 retrieving revision 1.276 diff -C2 -d -r1.275 -r1.276 *** changelog.txt 26 Nov 2002 08:37:24 -0000 1.275 --- changelog.txt 26 Nov 2002 15:48:34 -0000 1.276 *************** *** 3,7 **** Changes in version 1.2 beta 4 (26.11.2002) ------------------------------------------ ! fixed bugs in one-to-many associations to a <joined-subclass> Changes in version 1.2 beta 3 (26.11.2002) --- 3,8 ---- Changes in version 1.2 beta 4 (26.11.2002) ------------------------------------------ ! * fixed bugs in one-to-many associations to a <joined-subclass> ! * LockMode class now properly serializable Changes in version 1.2 beta 3 (26.11.2002) |