This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git
The following commit(s) were added to refs/heads/master by this push:
new 0fc81e4 Refresh RN
0fc81e4 is described below
commit 0fc81e45f8d45a4619e1258f2f54687509c77028
Author: Sebb <[email protected]>
AuthorDate: Fri Aug 7 15:09:31 2020 +0100
Refresh RN
---
RELEASE-NOTES.txt | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index c9a9056..64b01c7 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -6,6 +6,7 @@ The Apache Commons Validator team is pleased to announce the
release of Apache C
Apache Commons Validator provides the building blocks for both client side
validation and server side data validation.
It may be used standalone or with a framework like Struts.
+
This is primarily a maintenance release.
All projects are encouraged to update to this release of Apache Commons
Validator.
@@ -34,7 +35,15 @@ DEPENDENCIES
For the current list of dependencies, please see
http://commons.apache.org/validator/dependencies.html
+For complete information on Apache Commons Validator, including instructions
on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons
Validator website:
+
+http://commons.apache.org/proper/commons-validator/
+
+Download page:
http://commons.apache.org/proper/commons-validator/download_validator.cgi
+
Changes in this version include:
+===============================
New features:
o VALIDATOR-474: DomainValidator should allow local overrides
@@ -75,9 +84,5 @@ o VALIDATOR-428: Update commons digester to 2.1 Thanks to
Matthew Zavislak.
Historical list of changes:
http://commons.apache.org/proper/commons-validator/changes-report.html
-For complete information on Apache Commons Validator, including instructions
on how to submit bug reports,
-patches, or suggestions for improvement, see the Apache Apache Commons
Validator website:
-
-http://commons.apache.org/proper/commons-validator/
-
-Download page:
http://commons.apache.org/proper/commons-validator/download_validator.cgi
+Enjoy!
+-Apache Commons Validator team