From: <hib...@li...> - 2006-05-14 03:00:46
|
Author: epbernard Date: 2006-05-13 23:00:41 -0400 (Sat, 13 May 2006) New Revision: 9927 Modified: trunk/HibernateExt/metadata/changelog.txt trunk/HibernateExt/metadata/readme.txt Log: release changes Modified: trunk/HibernateExt/metadata/changelog.txt =================================================================== --- trunk/HibernateExt/metadata/changelog.txt 2006-05-12 07:17:10 UTC (rev 9926) +++ trunk/HibernateExt/metadata/changelog.txt 2006-05-14 03:00:41 UTC (rev 9927) @@ -1,7 +1,7 @@ Hibernate Annotations Changelog =============================== -3.1.0.CR1 (08-05-2006) +3.2.0.CR1 (13-05-2006) ---------------------- ** Bug * [ANN-95] - Cannot create a unique constraint on columns belonging to both the superclass and the class @@ -20,6 +20,7 @@ * [ANN-333] - CollectionOfElements not using specified JoinTable * [ANN-335] - AnnotationBinder just throws NPE if @OneToMany annotation is not on a Collection or Array * [ANN-339] - @OrderBy does not work when an association table is involved + * [ANN-340] - Hard dependency to CGLIB classes in mustBeSkipped() ** Improvement @@ -39,6 +40,7 @@ * [ANN-224] - Ability to override fetching and lazy options through annotations * [ANN-276] - Proper support of @OneToOne @PrimaryKeyJoinColumns + 3.1.0.Beta10b Preview (27-04-2006) ---------------------------------- ** Bug Modified: trunk/HibernateExt/metadata/readme.txt =================================================================== --- trunk/HibernateExt/metadata/readme.txt 2006-05-12 07:17:10 UTC (rev 9926) +++ trunk/HibernateExt/metadata/readme.txt 2006-05-14 03:00:41 UTC (rev 9927) @@ -1,6 +1,6 @@ Hibernate Annotations ================================================== -Version: 3.2.0 CR1, 8.05.2006 +Version: 3.2.0 CR1, 13.05.2006 THIS RELEASE OF HIBERNATE ANNOTATIONS REQUIRES HIBERNATE 3.2.0.CR2 AND DOES NOT WORK WITH HIBERNATE 3.1.x OR ANY OLDER VERSION OF HIBERNATE. |