This is an automated email from the ASF dual-hosted git repository.

rmannibucau pushed a commit to tag 0.4
in repository https://gitbox.apache.org/repos/asf/bval.git

commit b6a3d826576b138c4fa9071e2b633ef96fe0d9b3
Author: mbenson <mbenson@13f79535-47bb-0310-9956-ffa450edef68>
AuthorDate: Sat Apr 7 06:32:03 2012 +0000

    updating files for release
    
    git-svn-id: http://svn.apache.org/repos/asf/bval/trunk@1310679 
13f79535-47bb-0310-9956-ffa450edef68
---
 CHANGES.txt | 28 ++++++++++++++++++++++++++++
 README.txt  | 29 +++++++++--------------------
 2 files changed, 37 insertions(+), 20 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 463d512..56144d3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -64,6 +64,34 @@ How do I Contribute?
   * Bugs and other issues can be posted on the project JIRA.
 
 
+Release Notes - BVal - Version 0.4
+==================================
+
+Bug
+---
+    * [BVAL-54] - Handle Java security policies and managers
+    * [BVAL-63] - use java.util.ServiceLoader in 
DefaultValidationProviderResolver#getValidationProviders()
+    * [BVAL-89] - Application specific constraints and artifacts not visible 
by provider in OSGI-based app server
+    * [BVAL-90] - Inconsistent fraction handling of @Digits when target is a 
BigDecimal
+    * [BVAL-91] - Security hole in org.apache.bval.util.MethodAccess.get()
+    * [BVAL-92] - Security holes in org.apache.bval.util.PrivilegedActions
+    * [BVAL-94] - Missing SVN EOL properties
+    * [BVAL-95] - Beanvalidation with Generic-DataTypes
+    * [BVAL-96] - Use correct encoding for localization messages
+    * [BVAL-97] - More than one META-INF/validation.xml in tomcat webapp
+    * [BVAL-100] - Java2 Security AccessControlException after moving to use 
common-lang3
+    * [BVAL-104] - german validation messages properties are broken
+
+Improvement
+-----------
+    * [BVAL-68] - Use FindBugs to reduce coding errors
+
+Task
+----
+    * [BVAL-99] - upgrade to apache parent pom 10
+    * [BVAL-103] - switch BVal from slf4j to java.util.logging
+
+
 Release Notes for 0.3-incubating
 ================================
 
diff --git a/README.txt b/README.txt
index 634487d..5047689 100644
--- a/README.txt
+++ b/README.txt
@@ -1,4 +1,4 @@
-Apache BVal (incubating) - README.txt
+Apache BVal - README.txt
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 
--------------------------------------------------------------------------------
 
@@ -11,17 +11,6 @@ validation facility for the Java application developer, as 
well as a constraint
 metadata repository and query API.
 
 
-Disclaimer
-==========
-Apache BVal is an effort undergoing incubation at The Apache Software
-Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required
-of all newly accepted projects until a further review indicates that the
-infrastructure, communications, and decision making process have stabilized in 
a
-manner consistent with other successful ASF projects. While incubation status 
is
-not necessarily a reflection of the completeness or stability of the code, it
-does indicate that the project has yet to be fully endorsed by the ASF.
-
-
 Release Notes
 =============
 Please refer to the included CHANGES.txt for a complete list of new features
@@ -31,10 +20,10 @@ available and issues resolved in this release.
 Getting Started
 ===============
 Please visit the project website for the latest information:
-    http://incubator.apache.org/bval/
+    http://bval.apache.org/
 
 Along with the developer mailing list archive:
-    http://mail-archives.apache.org/mod_mbox/incubator-bval-dev/
+    http://mail-archives.apache.org/mod_mbox/bval-dev/
 
 
 System Requirements
@@ -47,13 +36,13 @@ Building
 ==========================
 To build from source code:
   - Sources require Java SE 5 or higher. (Tested with JDK 1.5.0_22 and 
1.6.0_21)
-  - The project is built with Apache Maven 2 (suggested is 2.2.1).
-    You need to download and install Maven 2 from: http://maven.apache.org/
+  - The project is built with Apache Maven (suggested is at least 2.2.1).
+    You need to download and install Maven from: http://maven.apache.org/
   - Invoke maven in the root directory or a module subdirectory:
       mvn install
 
 Checkout the Building section on the project web site for more details:
-    http://incubator.apache.org/bval/
+    http://bval.apache.org/
 
 
 Support
@@ -62,13 +51,13 @@ Any problems with this release can be reported to the user 
mailing list or
 opened in the Jira issue tracker.
 
   Mailing list archive:
-    http://mail-archives.apache.org/mod_mbox/incubator-bval-user/
+    http://mail-archives.apache.org/mod_mbox/bval-user/
 
   User mailing list:
-    [email protected]
+    [email protected]
 
   User mailing list subscription:
-    [email protected]
+    [email protected]
 
   Jira:
     https://issues.apache.org/jira/browse/BVAL/

Reply via email to