[hibernate-commits] Hibernate SVN: r13026 - validator/trunk and 1 other directory.
hibernate-commits at lists.jboss.org
hibernate-commits at lists.jboss.org
Wed Aug 15 19:59:36 EDT 2007
Author: epbernard
Date: 2007-08-15 19:59:35 -0400 (Wed, 15 Aug 2007)
New Revision: 13026
Added:
validator/trunk/changelog.txt
Removed:
trunk/HibernateExt/validator/changelog.txt
Log:
Move validator trunk to the new structure
Deleted: trunk/HibernateExt/validator/changelog.txt
===================================================================
--- trunk/HibernateExt/validator/changelog.txt 2007-08-15 23:59:31 UTC (rev 13025)
+++ trunk/HibernateExt/validator/changelog.txt 2007-08-15 23:59:35 UTC (rev 13026)
@@ -1,23 +0,0 @@
-Hibernate Validator Changelog
-=============================
-
-3.0.0.GA (19-03-2007)
----------------------
-
-Initial release as a standalone product (see Hibernate Annotations changelog for previous informations)
-
-** Bug
- * [HV-2] - Deprecate String support for both @Past and @Future validating Strings
- * [HV-3] - @Email fail on empty strings
- * [HV-7] - Two level @Valid annotation doesn't work
-
-
-** Improvement
- * [HV-5] - Multiple validators of the same type per element (John Gilbert)
-
-** New Feature
- * [HV-1] - Make ClassValidator independent of Hibernate Annotations
- * [HV-6] - @EAN
- * [HV-8] - Make Validator support pure JavaPersistence players
- * [HV-9] - @Digits(integerDigits, fractionalDigits)
- * [HV-10] - @CreditCardNumber for Hibernate Validator
Copied: validator/trunk/changelog.txt (from rev 13025, trunk/HibernateExt/validator/changelog.txt)
===================================================================
--- validator/trunk/changelog.txt (rev 0)
+++ validator/trunk/changelog.txt 2007-08-15 23:59:35 UTC (rev 13026)
@@ -0,0 +1,23 @@
+Hibernate Validator Changelog
+=============================
+
+3.0.0.GA (19-03-2007)
+---------------------
+
+Initial release as a standalone product (see Hibernate Annotations changelog for previous informations)
+
+** Bug
+ * [HV-2] - Deprecate String support for both @Past and @Future validating Strings
+ * [HV-3] - @Email fail on empty strings
+ * [HV-7] - Two level @Valid annotation doesn't work
+
+
+** Improvement
+ * [HV-5] - Multiple validators of the same type per element (John Gilbert)
+
+** New Feature
+ * [HV-1] - Make ClassValidator independent of Hibernate Annotations
+ * [HV-6] - @EAN
+ * [HV-8] - Make Validator support pure JavaPersistence players
+ * [HV-9] - @Digits(integerDigits, fractionalDigits)
+ * [HV-10] - @CreditCardNumber for Hibernate Validator
More information about the hibernate-commits
mailing list