Update of /cvsroot/hibernate/Hibernate2
In directory sc8-pr-cvs1:/tmp/cvs-serv2643
Modified Files:
changelog.txt
Log Message:
removed exceptions that occur if an object is saved or deleted multiple times in a session
added <parent> subelement to <composite-element> and <nested-composite-element>
Index: changelog.txt
===================================================================
RCS file: /cvsroot/hibernate/Hibernate2/changelog.txt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** changelog.txt 1 Jan 2003 13:42:55 -0000 1.1.1.1
--- changelog.txt 3 Jan 2003 13:35:59 -0000 1.2
***************
*** 1,8 ****
Hibernate Changelog
===================
Changes in version 1.2.1b (1.1.2003)
! --------------------------------------
* fixed an NPE that occurred while loading Hibernate classes in IBM JVM
* arbitrary JNDI InitialContext properties may now be passed as hibernate.jndi.*
Changes in version 1.2.1 (31.12.2002)
--- 1,20 ----
Hibernate Changelog
===================
+ Changed in version 2.0 beta 1
+ -----------------------------
+ * renamed packages to net.sf.hibernate.*
+ * removed support for toplevel collections / subcollections
+ * created hibernate-mapping-2.0.dtd
+ - renamed 'readonly' attribute to 'inverse'
+ - renamed 'role' attribute to 'name'
+ - changed default value for 'unsaved-value' to "null"
+ * removed exceptions that occur if an object is saved or deleted multiple times in a session
+ * added <parent> subelement to <composite-element> and <nested-composite-element>
+
Changes in version 1.2.1b (1.1.2003)
! ------------------------------------
* fixed an NPE that occurred while loading Hibernate classes in IBM JVM
* arbitrary JNDI InitialContext properties may now be passed as hibernate.jndi.*
+ * fixed a problem where index column was not being nullified when an entity was removed from a one-to-many
Changes in version 1.2.1 (31.12.2002)
|