You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/12/31 16:04:06 UTC

svn commit: r1648713 - /commons/proper/validator/trunk/RELEASE-NOTES.txt

Author: britter
Date: Wed Dec 31 15:04:06 2014
New Revision: 1648713

URL: http://svn.apache.org/r1648713
Log:
Format RELEASE-NOTES to 80 characters per line

Modified:
    commons/proper/validator/trunk/RELEASE-NOTES.txt

Modified: commons/proper/validator/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/RELEASE-NOTES.txt?rev=1648713&r1=1648712&r2=1648713&view=diff
==============================================================================
--- commons/proper/validator/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/validator/trunk/RELEASE-NOTES.txt Wed Dec 31 15:04:06 2014
@@ -24,7 +24,8 @@ INTRODUCTION
 ============
 
 This is a maintenance release.
-All projects are encouraged to update to this release of Apache Commons Validator.
+All projects are encouraged to update to this release of
+Apache Commons Validator.
 
 Commons Validator requires Java 1.4 or later
 
@@ -56,19 +57,23 @@ BUGS FROM PREVIOUS RELEASE
                      Thanks to Arūnas Bendoraitis.
  * [VALIDATOR-305] - Some TLDs are missing from DomainValidator.
                      Thanks to Arūnas Bendoraitis.
- * [VALIDATOR-347] - toLowerCase() method is Locale-sensitive and should not be used
+ * [VALIDATOR-347] - toLowerCase() method is Locale-sensitive and should not be
+                     used
  * [VALIDATOR-348] - Update TLD list to latest version (Version 2014123000)
-
- * [VALIDATOR-331] - IBANCheckDigitTest.createInvalidCodes(String[] codes) uses wrong values.
+ * [VALIDATOR-331] - IBANCheckDigitTest.createInvalidCodes(String[] codes) uses
+                     wrong values.
 
 IMPROVEMENTS OVER PREVIOUS RELEASE
 ===================================
 
- * [VALIDATOR-307] - isValid checks if the given address is only IPV4 address and not IPV6
+ * [VALIDATOR-307] - isValid checks if the given address is only IPV4 address
+                     and not IPV6
 
 DEPRECATIONS
 ============
- * [VALIDATOR-337] - Deprecate the JS part of commons validator. Thanks to Ben Ripkens.
+
+ * [VALIDATOR-337] - Deprecate the JS part of commons validator.
+                     Thanks to Ben Ripkens.
 
 
 Have fun!