|
From: <hib...@li...> - 2006-04-27 03:21:17
|
Author: epbernard
Date: 2006-04-26 23:21:02 -0400 (Wed, 26 Apr 2006)
New Revision: 9806
Modified:
trunk/HibernateExt/common/common-build.xml
trunk/HibernateExt/ejb/changelog.txt
trunk/HibernateExt/ejb/lib/hibernate-annotations.jar
trunk/HibernateExt/ejb/readme.txt
trunk/HibernateExt/metadata/changelog.txt
trunk/HibernateExt/metadata/readme.txt
Log:
release
Modified: trunk/HibernateExt/common/common-build.xml
===================================================================
--- trunk/HibernateExt/common/common-build.xml 2006-04-26 23:46:33 UTC (rev 9805)
+++ trunk/HibernateExt/common/common-build.xml 2006-04-27 03:21:02 UTC (rev 9806)
@@ -91,6 +91,7 @@
<include name="**/*.jpg"/>
<include name="**/*.gif"/>
<include name="**/*.dtd"/>
+ <include name="**/*.xsd"/>
<include name="**/*.xml"/>
<include name="**/*.xslt"/>
Modified: trunk/HibernateExt/ejb/changelog.txt
===================================================================
--- trunk/HibernateExt/ejb/changelog.txt 2006-04-26 23:46:33 UTC (rev 9805)
+++ trunk/HibernateExt/ejb/changelog.txt 2006-04-27 03:21:02 UTC (rev 9806)
@@ -1,6 +1,21 @@
Hibernate EntityManager Changelog
==================================
+3.1.0.Beta8 (26-04-2006)
+------------------------
+
+** Bug
+ * [EJB-155] - assumes Map.Entry where string is returned
+ * [EJB-156] - Setting a transaction factory raise an assertion failure
+ * [EJB-166] - StaleObjectStaleException not wrapped into an optimisticLockException when merge is used
+
+
+
+** New Feature
+ * [EJB-157] - Display the version number at init time to avoid user confusion regarding the version used
+ * [EJB-164] - Support for EJB3 mapping files and META-INF/orm.xml
+
+
3.1beta7 (27-03-2006)
---------------------
Modified: trunk/HibernateExt/ejb/lib/hibernate-annotations.jar
===================================================================
(Binary files differ)
Modified: trunk/HibernateExt/ejb/readme.txt
===================================================================
--- trunk/HibernateExt/ejb/readme.txt 2006-04-26 23:46:33 UTC (rev 9805)
+++ trunk/HibernateExt/ejb/readme.txt 2006-04-27 03:21:02 UTC (rev 9806)
@@ -1,6 +1,6 @@
Hibernate EntityManager
==================================================
-Version: 3.1 beta 7, 27.03.2006
+Version: 3.1.0.Beta8, 26.04.2006
THIS RELEASE OF HIBERNATE ENTITYMANAGER REQUIRES HIBERNATE 3.2.0.CR2 AND DOES
NOT WORK WITH HIBERNATE 3.1.x OR ANY OLDER VERSION OF HIBERNATE.
Modified: trunk/HibernateExt/metadata/changelog.txt
===================================================================
--- trunk/HibernateExt/metadata/changelog.txt 2006-04-26 23:46:33 UTC (rev 9805)
+++ trunk/HibernateExt/metadata/changelog.txt 2006-04-27 03:21:02 UTC (rev 9806)
@@ -1,6 +1,27 @@
Hibernate Annotations Changelog
===============================
+3.1.0.Beta10 Preview (26-04-2006)
+---------------------------------
+** Bug
+ * [ANN-292] - @EmbeddedId object containing only @ManyToOne fails / wrong pk generation when@EmbeddedId contains @ManyToOne
+ * [ANN-295] - Generators behave like allocationSize+1
+ * [ANN-300] - @OneToOne(optional=false) does not create foreign key
+ * [ANN-301] - Validator won't validate "new" (=transient) bean when bean is CGLIB-instrumented
+ * [ANN-319] - Make Hibernate Annotations types Serializable and thread safe
+ * [ANN-321] - Discriminator column wo @DiscriminatorColumn has the wrong varchar length
+
+
+** Improvement
+ * [ANN-316] - Do not escape el expressions like #{foo} expressions in Validation messages
+
+** New Feature
+ * [ANN-1] - Support Map
+ * [ANN-296] - Support for allocationSize in @SequenceGenerator
+ * [ANN-304] - Display the version number at init time to avoid user confusion regarding the version used
+ * [ANN-322] - Allow EJB3 style XML Overriding
+
+
3.1beta9 Preview (27-03-2006)
-----------------------------
** Bug
Modified: trunk/HibernateExt/metadata/readme.txt
===================================================================
--- trunk/HibernateExt/metadata/readme.txt 2006-04-26 23:46:33 UTC (rev 9805)
+++ trunk/HibernateExt/metadata/readme.txt 2006-04-27 03:21:02 UTC (rev 9806)
@@ -1,6 +1,6 @@
Hibernate Annotations
==================================================
-Version: 3.1 beta 9, 27.03.2006
+Version: 3.1.0 beta 10, 26.04.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.
|